Send Message to CommandData
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/05/2008 at 11:13, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Mac OSX ;
Language(s) :---------
Hi!Is it possible to call the CommandData Message-Method?
virtual Bool Message(LONG type, void* data)
{ //Want to get a BaseContainer via data!?
return true
}I call it via CallCommand(...) and want to send something to the Message-Method..
But I don't know how.. Could someone give me a tip?
Thanks...
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/05/2008 at 05:46, xxxxxxxx wrote:
You can not call the Message method directly. Can you be a bit more specific what you want to achieve? I see you want to pass a BaseContainer, where is it coming from?
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/05/2008 at 08:22, xxxxxxxx wrote:
Sorry I didn't write that the issue is fixed.