This is an example of huge slowdown in PowerPro scripts in 4.5.04
starting about 4.5.02

;======================================


local iRes = messagebox("yesnocancel question", "Run Mirroring?")

If (iRes eq 6) do

; fix this path to suit your machine: it can be anything that takes 
; normally takes some seconds to come up

; notepad doesn't demonstrate the problem; my backup programme does

  "<path to>/Office/EXCEL.EXE"

endif

;on my W2K system this next message box takes maybe 
;10-20 seconds to come up.
;PowerPro CPU consumption goes up to 40-60% until messagebox appears

iRes = messagebox("yesnocancel question", "Run something else?")

win.debug("got to end")







Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to