08-16-2004, 09:21 PM
i need to hold the enter key down. i have tryed
key+ Y
99999999999
key- Y
and just "key+ Y"
but it did not work
key+ Y
99999999999
key- Y
and just "key+ Y"
but it did not work
key+ Y did not work for me
|
08-16-2004, 09:21 PM
i need to hold the enter key down. i have tryed
key+ Y 99999999999 key- Y and just "key+ Y" but it did not work
08-17-2004, 12:59 PM
well, that code will just hold down the enter key for 99999999999 seconds. did you want it to put a bunch of carriage returns?
08-17-2004, 08:09 PM
i dont want to doing this
<<<<<< rep 999999999999 key Y >>>>>> that uses to much cpu i just want to hold the enter key down but i cant get anything to work :?:
08-17-2004, 08:14 PM
well i think it in holding it down for me...how can you tell that it isn't working?
08-17-2004, 08:49 PM
do it in a Notepad
08-17-2004, 08:54 PM
08-17-2004, 09:03 PM
all that doz for me is enter one time
08-17-2004, 09:09 PM
thats because the repetative enters (carriage returns) that come from doing it manually comes from the keyboad not the os. to get a bunch of crs programatically do this
this will put in infinite crs (very dangerous if dialog boxes happen to show up hock: if you put a number after the rep it will only do it so many times.
08-17-2004, 09:16 PM
rep
,'Y ,key+ Y ,9999999999 ,key- Y
08-17-2004, 09:22 PM
are you sure you want QM to hold down the enter key for 317 years?
08-17-2004, 09:29 PM
ok that works but it uses 100% of the cpu same azz the
<<<<<<< rep 9999999999 key Y >>>>>>> i need something that doz not uses 100% cpu
08-18-2004, 10:00 AM
08-18-2004, 01:57 PM
let's try it from a different angle.
what are you trying to do with a 10 billion line document?
09-18-2004, 04:29 AM
if i want the macro to wait until something pops up to click on it how do i do that with the new 2.1.4 qm.... like wait until a message window pops up to click the ok or cancel button, so it doesnt click on something else?
09-18-2004, 06:39 AM
09-18-2004, 10:17 PM
what new features are in 2.1.4 that other versions didnt have
09-20-2004, 01:10 PM
09-20-2004, 08:08 PM
how would i make a macro that if someone was sitting at a table such as party poker, if the tables full when the person gets up that it will point directly on the first open seat and click on it??
09-20-2004, 08:40 PM
This should be new topic.
12-01-2004, 09:22 PM
I recorded a macro to enter some info into our client managent software, which works great.
I tried using WP12's "Add program" feature to place the macro on the toolbar. When clicking this button, the macro does not run, even if the QM is open in the background, however if QM is open in the foreground, the macro will run smoothly. Forgive me if I posted this question in the wrong area, but is there away for this to work? I ask because I can get every other piece of software we use, both popular titles and custom, to work on the WP12 toolbar, but not this particular one. Any suggestions?
12-01-2004, 09:51 PM
If you can see and modify the WP12's tollbar's button's program's path, what it is?
It should be something like "c:\program files\quick macros 2\qmcl.exe" M "Macro Name" Alternatively, you can create a QM toolbar with such button, and assign the toolbar to the WP12 window.
12-02-2004, 08:47 PM
Gintaras Wrote:If you can see and modify the WP12's tollbar's button's program's path, what it is? the program path was just as you described above "c:\program files\quick macros 2\qmcl.exe" M "Copy Into CM.qml" after making sure the button itself had that info in it, i tested it, the hourglass popped up, but it did nothing else. I'll try making the QM toolbar next and see how that goes, love this program by the way, just love it
12-02-2004, 09:13 PM
Are you sure that WP12 is able to launch programs with command line parameters? Or, maybe it does not support "?
Try without ": c:\program files\quick macros 2\qmcl.exe M "Macro45" Or, go through a shortcut. But QM toolbar probably is best solution, because then the macro will start without any delay. You can place the toolbar so that it would look like part of WP12's toolbar (you can right-click it and remove border). I use QM toolbars to "add" or "extend" toolbars in many windows. Somewhere, I place QM toolbars over unuseful buttons, this way "replacing" them. Or, if QM toolbar contains many items, I set "auto-shrink" style.
12-02-2004, 09:28 PM
interesting, the toolbar won't work either. it only works if I run it from the editor.
I'm 90% sure WP12 can use command lines, when you add a button to that toolbar, it gives both a "working directory" and a "Command Line" area....... I found it really odd that after creating the QM toolbar that the macro still didn't work. Heheh, but it does work perfectly from the editor. **EDIT*** My apologies, I did not notice I had been putting the .qml extension on the macro name in the command line. I removed it and it works perfectly now FROM the WP12 toolbar's own button Awesome.... thanks again for your help |
« Next Oldest | Next Newest »
|