[futurebasic] Re: [FB] Window Menu

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2010 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Mon, 18 Jan 2010 11:01:38 -0700
On Jan 18, 2010, at 10:00 AM, Emmett wrote:

> Well a short finished example of this would be a real good thing.
>

'----------------
dim as MenuRef mRef
dim as OSStatus  err

err = fn CreateStandardWindowMenu( 0, mRef )
InsertMenu( mRef, 0 )


window 1,"window 1"
window 2,"window 2"

do
HandleEvents
until ( gFBquit )
'----------------------

Brian S