Copy link to clipboard
Copied
Hi all,
I have some unsolved questions about selections, I have panel, ASB, CSB, layoutSelectionBoss and so on:
Thank you in advice
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
...Copy link to clipboard
Copied
Hi I found out that, I have in item list fRefCount 3 see following picture:
I would like to know, what that mean? does it mean, that i have 3 items on page?
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now