Skip to main content
1-Visitor
March 1, 2013
Question

interupts, or events

  • March 1, 2013
  • 1 reply
  • 1322 views

is it posible to integrate interupts in IsoDraw macros? the problem is when macro is runing it is imposible to zoom in or zoom out, and some time later I get white screen.

wait mouseClick is not working as I want, it wait for mouse click, but as I said it is not posible to zoom.

    1 reply

    1-Visitor
    March 1, 2013

    Did you try "Sleep"? This should resume the macro execution after

    the given number of milliseconds without blocking the UI in the meantime.

    E.g. for 5 seconds:
    SLEEP 5000

    If the redraw doesn't work in this time, you should try to put the redraw

    command (with a shorter sleep period) into a loop - e.g. for 50 times repeat

    sleep 100.

    1-Visitor
    March 1, 2013

    Sleep seems not working too, still you can't zoom, and after some time IsoDraw gets "Not responding"