Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/02/2003 at 18:46, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.012 Platform: Language(s) : C.O.F.F.E.E ;
--------- Is it possible to send a message to a menu plugin from another? (How do I do this?) If so, is it then possible for the menuplugin to store the information in a basecontainer till it's called?
On 26/02/2003 at 23:16, xxxxxxxx wrote:
The easiest way is to implement both menu plugins in the same .cof file. Then they can share the same global variable. Otherwise you can experiment with a message plugin in each .cof file that also shares a global variable with its menu plugin.
On 27/02/2003 at 20:28, xxxxxxxx wrote:
ok thanks, yeah in the end i used the both plugins in the same .cof file as it was so much simpler for what i was doing.