Thomas B.
|
|
« on: February 19, 2008, 04:54:17 » |
|
Hi,
A MacroCommand dispatches its Notification to all of its sub commands. But how could we dispatch only an identified part of the body to a particular sub command ?
Exemple :
MyMacroCommand receives [A, B, C] as body of its Notification. We would like that subCommand1 deals with A, subCommand2 with A and B and subCommand3 with A and C.
(These 3 sub commands are used independently elsewhere in the App...)
Thanks, in advance...
Mo&Th
|