[futurebasic] Re: [FB] Menu blues

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2001 : Group Archive : Group : All Groups

From: jonathan <jonnnathan@...>
Date: Sun, 08 Jul 2001 10:42:05 +0200
alain

what are the what came over here as sigmas in your code?
[after save as, page setup, print chosen]

> CASE _iOpen      : PRINT "Open chosen"
> CASE _iSave      : PRINT "Save chosen"
> CASE _iSaveAs    : PRINT "Save as… chosen"
> CASE _iPageSetup : PRINT "Page setup… chosen"
> CASE _iPrint     : PRINT "Print… chosen"
> CASE _iQuit      : END

if they are ellipsises [pl of ellipsis?], then they should always be
followed by a space; there is a documented bug in the script manager that
messes menus if they finish with a trailing ellipsis in some circumstances,
adding a space avoids it.

:-j