Look under Font for an example of dynamic menus.
The easiest way to add a window menu to your app is to download the OS X
Utils plugin from the URL:
idisk.mac.com/huskerchad/
It has a method to add a window menu.
adam
On Tuesday, December 4, 2001, at 09:21 PM, Brian Heibert wrote:
I took this from the Language Reference:
Dim i as Integer
Dim WindowTitle as String
If WindowCount > 1 then
For i=0 to WindowCount-1
WindowTitle=Window(i).Title
ListBox1.AddRow windowTitle
Next
End If
But instead of putting it in a list box, I would like to have a Window
menu,
how do I do this?
-Brian
---
Subscribe to the digest: <mailto:realbasic-nug-
digest at lists dot realsoftware dot com>
Unsubscribe:
<mailto:realbasic-nug-off at lists dot realsoftware dot com>
|