THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/11/2002 at 01:14, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
ive got an object
BaseObject *x
its of type
Oselection
so I want to restore this selection.
I start looking for some ways to do this , but this seems very cloudy.
I look in the Oselection.h for some clues and find
SELECTIONOBJECT_LIST = 1000,
SELECTIONOBJECT_RESTORE = 1001 // virtual ID
then I look in the Oselection.res and find
BUTTON SELECTIONOBJECT_RESTORE { }
IN_EXCLUDE SELECTIONOBJECT_LIST {bla bla}
it would be nice if i could send a message to click the button but i soubt this very much.
so im left with IN_EXCLUDE data type.
I look in SDK help for some clue how top extract the list of object from this data type and there is no clue.
so I ask here , how can i get activate an Oselection and its contents , as if i had pressed its restore selection button.or at least get the list of object so i can activate them by hand.
cheers
Paul