Front Window Question???

J. Landman Gay jacque at hyperactivesw.com
Thu Apr 6 13:24:36 EDT 2006


David Burgun wrote:
> Hi,
> 
> I have a stack (actually a sub-stack of a library) I use for  debugging. 
> The substack has a field in it and I have a function that  in the stack 
> script does this:
> 
> function DebugPutString theString
> put theString & cr into field 1 of card 1 of me
> 
> return empty
> end DebugPutString
> 
> When I call this function, the substack window comes to the front, is  
> this the correct action?

No, it should happen in the background. What's in this library of yours, 
anyway? It seems to be causing all kinds of abnormal behavior.

Your best bet is to walk through the handlers in the debugger and find 
out which line of script is pushing the stack to the front.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list