Copy link to clipboard
Copied
I essentially want to get notified when a table is selected. I have my ActionComponent but I don't receive any other actions but my panel's menu actions..
Here's my .fr
...
Class
{
kM5ActionComponentBoss,
kInvalidClass,
{
/** Handle the actions from the menu. */
IID_IACTIONCOMPONENT, kM5ActionComponentImpl,
/** Persist the state of the menu across application instantiation.
Implementation provided by the API.*/
IID_IPMPERSIST, kPMPersistImpl
}
},
...
What do I need to do to receive also selection actions in that ActionComponent?
Copy link to clipboard
Copied
Action components are only responsible for (menu and keyboard-shortcut) actions.
To understand the selection subsystem, refer to the programming guide and SDK examples, good search keywords are Suite and CSB .
Dirk
Find more inspiration, events, and resources on the new Adobe Community
Explore Now