[futurebasic] Re: [FB] Just a quick thought

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2008 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Sun, 3 Feb 2008 19:35:47 +1300
Brian Heibert wrote:

> There is this statement that puts a about menuitem in the  
> application menu
> it is called "APPLE MENU"  it used to be right back in the ol' OS 9  
> days
> but now we're using OS  X mostly  I think
>
> shouldn't that be renamed to something like "APPLICATION MENU" or  
> "ABOUT MENUITEM"


Indeed 'apple menu' is a misnomer, and if the FBtoC team ever decides  
to change it, they will probably choose 'application menu' as the best  
name.

FBtoC inherits many names and practices best described as quaint.
A novice must find it hard to learn that:
     appearance button 1,,,,,, @r, _kControlEditUnicodeTextProc
is a common replacement for the obsolete 'edit field',
and that:
     poke long event - 8, 30
requests an upper bound of 0.5 s for the 'HandleEvents' statement's  
return time. This traditional but oblique code still works in FBtoC.

Robert P.