How to stop screen "flicker"

Peter T. Evensen pevensen at siboneylg.com
Fri Apr 7 11:56:37 EDT 2006


Are you doing this in the IDE or in a standalone.  If my memory serves, 
lock screen doesn't work in the IDE if script debug mode is on.

At 06:48 PM 4/6/2006, you wrote:
>Hi,
>
>When I run the script portion below, I get the stack windows flashing
>for a split second. I thought that the lock screen command would cure
>it, but it doesn't seem to work.
>
>   lock screen
>   repeat for each line myCurrentFileName in myFilesList
>     if item -1 of myCurrentFileName <> "rev" then next repeat
>     put myStackFilePath & myCurrentFileName into myCurrentFilePathName
>     if myCurrentFilePathName = myStackFilePathName then next repeat
>
>     if myCurrentFilePathName <> the filename of
>myCallingStackLongName then
>       if there is a stack myCurrentFilePathName then
>         if the script of stack myCurrentFilePathName contains
>myHandlerString then
>           set the cpDebugEnableFlag of stack myCurrentFilePathName
>to theDebugEnableFlag
>           put the visible of stack myCurrentFilePathName  into
>myStackVisibleFlag
>           go invisible to stack myCurrentFilePathName as topLevel
>           set the visible of stack myCurrentFilePathName  to
>myStackVisibleFlag
>           save stack myCurrentFilePathName
>           close stack myCurrentFilePathName
>         end if
>       end if
>     end if
>   end repeat
>   unlock screen
>
>Any ideas??
>
>Thanks a lot
>Dave
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your 
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-revolution

Peter T. Evensen
http://www.PetersRoadToHealth.com
314-629-5248 or 888-628-4588 




More information about the use-livecode mailing list