Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] os x - odd interactions...

hey folks,
in 2.1.1 and 2.0, 2.1 - i've created a wizard using the normal swt libs (not jface, or other stuff). when i launch it with a test main in eclipse, it works beautifully. however, when i launch the wizard from within an application, it doesn't do so well. the wizard shows up on screen but does not allow me to interact with it (hit buttons, etc.) - and the menu bar is not populated....any ideas? i assume i am just doing something stupid. oh yeh - on linux (gtk) and windows it works perfectly...
-aki-

You'll probably find the answer in the SWT FAQ:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/faq.html

Search for "On carbon, how do I run an SWT application from the command line? "

--andre


Back to the top