[futurebasic] Re: [FB] FBtoC and the Clear Key using _KeyDwnEvt

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

From: Brian Stevens <bstevens33@...>
Date: Wed, 11 Jun 2008 06:45:48 -0700
On Jun 10, 2008, at 3:29 PM, maxclass@... wrote:

>> dim gAnyKey
>> end globals
>
> Don't know if it makes a difference
No difference

>
>
> Also, dim gClearKey as what?.
>
> A short, a long, a single, a double?

The var will default to short in this case since it isn't explicitly  
defined. Even though explicit definition is a good idea, that is NOT  
the problem here.

As Rich found it, the problem is NOT using either the ON DIALOG or ON  
EVENT vectors. When FB event handling was implemented in FBtoC,  the  
work was clearly aimed at those two vectors. I haven't looked at the  
code to see what it does if those aren't used, but as RP said, I  
wouldn't guarantee it would work correctly.


Brian S.