Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to receive selection action?

New Here ,
Sep 01, 2010 Sep 01, 2010

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?

Thx!

TOPICS
SDK
351
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Sep 03, 2010 Sep 03, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines