realbasic-nug
[Top] [All Lists]

Enable PrefsMenu on OSX ?

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Enable PrefsMenu on OSX ?
From: Harald Schneider <h_schneider at marketmix dot com>
Date: Wed, 30 Nov 2005 15:06:27 +0100
Delivered-to: realbasic-nug at lists dot realsoftware dot com
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>

<Prev in Thread] Current Thread [Next in Thread>