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.