[futurebasic] Re: [FB] WINDOW #_HelpWnd

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

From: Brian Stevens <bstevens33@...>
Date: Thu, 9 Oct 2008 15:25:40 -0700
Dr Zippi,

This is all documented in the pdf version of the FB Reference manual  
( see page 8  titled "Conventions Used in this Manual ). Each verb's  
( or statement's ) syntax is clearly marked using symbols to identify  
which are required and which are optional.

Brian S.


On Oct 9, 2008, at 2:33 PM, Pierre Zippi wrote:

> What about these? Does # and () matter?
>
> SCROLL BUTTON #_SymSizeScroll17, symsize
> SCROLL BUTTON (_HelpEdit1), CurPos
> SCROLL BUTTON _HelpEdit1, CurPos
>
> BUTTON #CurSymbol, _markedBtn
> BUTTON CurSymbol, _markedBtn
>
> On Thu, Oct 9, 2008 at 3:25 PM, Robert Purves <listrp@...>  
> wrote:
>>
>> Pierre Zippi wrote:
>>
>>> What's the difference between WINDOW #_HelpWnd and WINDOW _HelpWnd  
>>> in
>>> this context.
>>>
>>> WINDOW #_HelpWnd,"Help",(6,42)-(500,SYSTEM(_scrnHeight)-35), 
>>> (_docNoGrow),1
>>>
>>> I'm moving to appearance windows and I want to fully understand the
>>> parameters this time.
>>
>> '#' here has no meaning and is optional. Another example is close [#]
>> fileNum.
>>
>> Robert P.
>>
>> --
>> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
>>
>>
>
> --
> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
>

Brian