-
1. Re: Why there is no callback for menu commands when Project panel is in focus?
Mike Basil Dec 16, 2010 1:29 AM (in response to dheeraj_c)PT_ETX(i_sp.REGISTER_SUITE()->AEGP_RegisterCommandHook(i_pluginID,
AEGP_HP_BeforeAE,
AEGP_Command_ALL,
&AEU_MyClass::S_CommandHook,
(AEGP_CommandRefcon)(this)));
If any other panel is in focus, CommandHook() is called. Why only Project panel?
>
I dont know any way of telling when particular panel is in focus, but
others should work.
Are you sure &AEU_MyClass::S_CommandHook is a static function? by
REGISTER_SUITE() do you mean RegisterSuite5()?
greets
mike
-
2. Re: Why there is no callback for menu commands when Project panel is in focus?
dheeraj_c Dec 16, 2010 1:45 AM (in response to Mike Basil)Thanks Mike for replying.
Yes. AEU_MyClass::S_CommandHook is a static function.
Yes I meant RegisterSuite5() only.
regards,
dheeraj

