gui question commanddata as long

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/06/2011 at 21:43, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   12 
Platform:   Windows  ;   Mac OSX  ; 
Language(s) :     C++  ;

---------
Hello All,
i'll try to explane my problem as better as possible but is not simple.
i have 3 command plugin that simply set a long in a scenehook container like

command 1 bc->SetLong(1000,0);
command 2 bc->SetLong(1000,1);
command 3 bc->SetLong(1000,2);

and may i will add more status in future.

now i'dd like to create a toolbar for that command but i'dd like to create a single icon that hold the 3 container state and show the current container status like the selection mode icon in standard cinema4d toolbar.
is possible via sdk and if yes how can i achieve this ?

Thanks in advance
all the best

Franz

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 19/06/2011 at 22:02, xxxxxxxx wrote:

ok solved ...
thanks anyway

Franz