Hi,
how can I enable an app's Preferences menu on OSX ?
I create a class which is derived from PrefsMenuItem with some code in
its Action event. I instanciate the class with a global variable in a
module. The manual states to add the instance to the menu will enable
the Prefs on OSX, but nothing happens:
global.PrefsMenuHandler = new ClassPrefsHandler
Menubar1.appen(global.PrefsMenuHandler)
app.menubar = Menubar1
Any hints ?
Thanks,
Harald
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|