Qt or Cocoa GUI for a plugin: A short tutorial requested.
Would anyone be so kind to write a short tutorial on how to create a simple dialog in an Illustrator plugin using either Qt or Cocoa.
As of now, I have experience in plugin development using ADM.
I have some experience in Cocoa programming.
I have no experience in Qt.
CONCERNING COCOA:
I have managed to write som code and bring up a simple Cocoa window from my plugin. But the window is set to be visible at launch and it appears once the plugin is is loaded.
Action methoda in the controller class also correctly get called upon buton presses and such like.
I've written wrapper function according to the Carbon-Cocoa Integration Guide. But, I'm unable to hide/show the window programatically.
CONCERNING Qt:
I simply don't know where to start...
A simple tutorial for either case would be lovely...
Agnar
