Guy's
 
I need some help with a Macro stop and start
 
I now have a macro that pick's hole radiuses out of the data
base turns off all the tools and the layers excepted the radiuses
that matches the size of radius that I picked off the data base.
 
The pause was put in so I can see if I have all of the holes picked
that I would like to drill.
 
Here where I can cancel or pick ok to continue with the macro.
 
I would like to be able at this time to pick any other radius
off the screen and then pick ok and drill all the radiuses that are in
a group.
 
I am not sure if this is possible or not so any and all help would
be greatly appreciated
 
 
((((((((Pause section of my macro)))))))))))
 
MASK[TL="*", SH=0]

open[Mask]
BEGIN  
 select[UpdateMenuAction]
 select[UpdMenuLA1]
END
update[]    
close[Mask]
execute[] 
REDRAW[]
 
PAUSE[TX="  IF IT LOOKS GOOD CLICK OK                IF NOT PRESS CANCEL BUTTON ", LC=0, LR=50, SC=20, PT=1]
 
MASK[TL="*", SH=1]
open[Mask]
BEGIN  
 select[UpdateMenuAction]
 select[UpdMenuLA1]
END
update[]    
close[Mask]
execute[] 
REDRAW[]
 
 
 
Thanks
Brock

Reply via email to