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         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to