BenJAMin Posted March 13, 2005 Report Posted March 13, 2005 Hi. I'm completely new to this. I'm (for starters) trying to make a macro that will just keep clicking the mouse until I turn it off. I've got this so far: <CLEARVAR1:A:ALL><REP3:08:000001:000002:0001:0:01:10><LCLK><MSD:300><ENDREP> It works wonderfully except that I can't turn it off. If I use the scroll-break feature, the macro express dialog pops up and disrupts whatever I have running. I though I could come in with a second macro and set N1 to 10, but this doesn't seem to do anything: <IVAR2:01:01:10><MSTOP> I'd appreciate any pointers. -Ben Quote
randallc Posted March 13, 2005 Report Posted March 13, 2005 Hi BenJAMin, Welcome and good wishes! Depending on why you would want to do that, there may be various answers, I guess. i can think of setting it to stop if you "Alt-tab" to another topmost window, for instance. Probably no good for your situation?; Searching the site may be relevant; as may this note from Joe? - I will be interested to hear if you solve the problem. Macro Abort; change message?] (Seems to have worked OK for me once I have set it in "tweakme.mxe" as in Joe's note) Best, Randall Quote
paul Posted March 15, 2005 Report Posted March 15, 2005 Hi. I'm completely new to this. I'm (for starters) trying to make a macro that will just keep clicking the mouse until I turn it off. I've got this so far: <CLEARVAR1:A:ALL><REP3:08:000001:000002:0001:0:01:10><LCLK><MSD:300><ENDREP> It works wonderfully except that I can't turn it off. If I use the scroll-break feature, the macro express dialog pops up and disrupts whatever I have running. I though I could come in with a second macro and set N1 to 10, but this doesn't seem to do anything: You can't run a second macro until the first has finished, so your approach won't work. One idea might be for your macro to check for the existence of a particular file; when the file exists (or ceases to exist), your macro ends. Then all you have to do is create or delete this file via explorer or any other method, and your problem is solved. Quote
BenJAMin Posted March 16, 2005 Author Report Posted March 16, 2005 Ah, thanks to both of you - that explains a lot of problems. The tweakme trick worked great for what I'm doing. I just needed it to die quietly without popping to the top to tell be about it. -BenJAMin Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.