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

Questions about Selections

Community Beginner ,
Jan 25, 2012 Jan 25, 2012

Hi all,

I have some unsolved questions about selections, I have panel, ASB, CSB, layoutSelectionBoss and so on:

  1. How is my selection called? What steps I need to do for that?
  2. How to get data from selection? There shlould be defined abstract methods in ASB, and its real implementation in CSB or eg. LayoutSelectionBoss?

Thank you in advice

TOPICS
SDK
6.6K
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

correct answers 1 Correct answer

Community Expert , Jan 29, 2012 Jan 29, 2012

In order to create your own selection suites you need to follow the following steps.

1. Create an interface for the selection suite and place it as an AddIn in the IntegratorSuite and the suite boss that you need to extend. Like for layout you could use the kLayoutSuiteBoss.

2. The implementation for the interface added in the IntegratorSuite will be the ASB implementation, the code for this is pretty much templated, refer SDK sample code to have an idea about it.

3. The implementation for the inte

...
Translate
Community Beginner ,
Feb 16, 2012 Feb 16, 2012

Hi I found out that, I have in item list fRefCount 3 see following picture:

Screen Shot 2012-02-16 at 9.46.43 AM.png

I would like to know, what that mean? does it mean, that i have 3 items on page?

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
Community Beginner ,
Jun 15, 2012 Jun 15, 2012
LATEST

Hi all,

Iam sorry for opening this thread again, but I finally have some time to rollback to this issue with getting page of selected item(frame). I know how the system should work, but I am not albe to get everything working, I have something wrong in implementation. I was searching thru google for some tutorial or some sample project, but no luck at all, does anyone knows about some material where I should learn about this??

What I want to do - when user click on button in my plugin I want to show him, on which page is selected frame. Everytime there always will be only one frame selected not more. About my implementation, as I wrote before I have SuiteCSB, SuiteASB, SuiteLayoutCSB and the ButtonAction.cpp files. I would like to call from ButtonAction method on interface, getPage. Method get page must be defined in SuiteCSB and its implementation should be in SuiteLayoutCSB?? How does the definition of this method should look like??

Thank you all in advice

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