0
Can I develop plug-in using cocoa as UI instead of ADM?
New Here
,
/t5/illustrator-discussions/can-i-develop-plug-in-using-cocoa-as-ui-instead-of-adm/td-p/1254339
Sep 23, 2008
Sep 23, 2008
Copy link to clipboard
Copied
I'm just about to start developing illustrator on mac.
Is it possible to use cocoa framework to design the UI instead of ADM?
Then my plug-in code will be mixed with C++ code and objective C++ code. I don't see this from the sample code, can anyone tell me whether it is possible?
Thanks,
Is it possible to use cocoa framework to design the UI instead of ADM?
Then my plug-in code will be mixed with C++ code and objective C++ code. I don't see this from the sample code, can anyone tell me whether it is possible?
Thanks,
TOPICS
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explore related tutorials & articles
Guide
,
/t5/illustrator-discussions/can-i-develop-plug-in-using-cocoa-as-ui-instead-of-adm/m-p/1254340#M238473
Sep 24, 2008
Sep 24, 2008
Copy link to clipboard
Copied
I can't say for sure, but since I know from experience it's possible to mix in other GUI toolkits, I don't see why not. You won't be able to use anything but the ADM for palettes, but for just dialogs that pop up? I can't think of a reason why not.
It'll be your headache to parent them appropriately though. AI provides a way to get the root window for the application, but you may have to do some work to find the appropriate child of that window to use as the parent for your dialogs.
It'll be your headache to parent them appropriately though. AI provides a way to get the root window for the application, but you may have to do some work to find the appropriate child of that window to use as the parent for your dialogs.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
LATEST
/t5/illustrator-discussions/can-i-develop-plug-in-using-cocoa-as-ui-instead-of-adm/m-p/1254341#M238474
Sep 26, 2008
Sep 26, 2008
Copy link to clipboard
Copied
If you can do a Cocoa window in a Carbon app in general, then this should work in Illustrator without too much difficulty. If you haven't considered it, you may want to look at some cross-platform UI toolkits: Qt, wxWindows, gtk, etc.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

