Front Window Question???

J. Landman Gay jacque at hyperactivesw.com
Thu Apr 6 14:14:51 EDT 2006


David Burgun wrote:

 > Ok, found it! I missed a line off my script when I posted it:
 >
 > function DebugPutString theString
 > put theString & cr into field 1 of card 1 of me
 > select after field 1 of card 1 of me     <
 > ----------------------------------------------------------------
 > return empty
 > end DebugPutString
 >
 > As far as I can tell, it's the select that is pushing to the front! I
 > do this in order to scroll the display so I can see what is going on
 > without having to scroll it manually. Is there another way to do this??

Use "set the scroll of fld <whatever>" instead of "select". If you don't 
want to calculate what the scroll should be, just set it to an 
arbitrarily huge number, like 100000.

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



More information about the use-livecode mailing list