Search found 239 matches

by fightcancer
Thu Aug 11, 2005 10:31 am
Forum: Technical / Scripting
Topic: help with a web page
Replies: 4
Views: 5510

using the idea of looping while IE is busy, how would I use the VB SET statement to definite IE as a window that is already open as opposed to creating a new instance of IE?

thanks a bunch!
by fightcancer
Thu Aug 11, 2005 10:26 am
Forum: Technical / Scripting
Topic: WaitWindowChanged - What does it do?
Replies: 6
Views: 6836

WaitWindowChanged waits for a change in foreground window. It won't help you wait for a web page to load. Instead use VBScript and IE's busy function: http://www.mjtnet.com/forum/viewtopic.php?t=1511 Just a suggestion, it may be helpful for beginners to clarify that the WaitWindowChanged waits for ...
by fightcancer
Wed Aug 10, 2005 10:20 pm
Forum: General Discussion
Topic: WaitReady Confusion
Replies: 4
Views: 5774

wow! thank you for the lightning fast response! I'll try it tonight.

thanks again,
by fightcancer
Wed Aug 10, 2005 9:29 pm
Forum: General Discussion
Topic: WaitReady Confusion
Replies: 4
Views: 5774

thanks for the help Support. that insight should help a bit. I was had some other questions if you have a second. What's the difference between Waitready>1 and Waitready>%1% ? Is the latter merely a variable named "1"? I got my macro to work for 1 iteration. however, when I add a line "MessageModal>...
by fightcancer
Wed Aug 10, 2005 6:46 am
Forum: Beginners
Topic: Wait Needed Before SetFocus>
Replies: 9
Views: 11947

nice script! I wonder if you could answer a question for me. several of my macros require a short wait (e.g. 0.05 s) AFTER I set focus on a window. why's that? so if I REM the "Wait>0.05" out after the SetFocus> command, then my macro(s) won't work.... is it due to the speed of the computer? just cu...
by fightcancer
Wed Aug 10, 2005 6:20 am
Forum: Beginners
Topic: Variable
Replies: 3
Views: 5752

Re: Variable

Conrad wrote:Press CTRL
Send c
Release CTRL
I think you need to have:
Send>c

Though more info about why it's not working wouldn't hurt. :D
by fightcancer
Wed Aug 10, 2005 6:00 am
Forum: General Discussion
Topic: Pressing Space (I have allready cope with it)
Replies: 5
Views: 6935

Thanks Me_again and ArmSys for the "Ascii>32" bit. Now I won't get warnings upon closing my macros. ;)
by fightcancer
Wed Aug 10, 2005 3:11 am
Forum: General Discussion
Topic: WaitReady Confusion
Replies: 4
Views: 5774

WaitReady Confusion

I'm trying to rename folders on my hard drive to reflect the name of pictures but I can't get the timing right using WaitReady commands. I'm using the popular software ACDSee v2.41. I want the folder name to be the same as the pics so if the pics are named abc01.jpg, abc02.jpg, etc., then I want the...
by fightcancer
Mon Aug 01, 2005 1:05 am
Forum: Technical / Scripting
Topic: WaitWindowChanged - What does it do?
Replies: 6
Views: 6836

"foreground window"? I still don't understand what WaitWindowChanged does, but that script you linked to sure is beautiful!

THANKS!
by fightcancer
Sun Jul 31, 2005 11:36 pm
Forum: Technical / Scripting
Topic: Issue With Macro Scheduler Pro v7.3.10.4 & Alt+Tab
Replies: 21
Views: 23454

Thanks for the awesome support!
by fightcancer
Sun Jul 31, 2005 5:53 pm
Forum: Technical / Scripting
Topic: Issue With Macro Scheduler Pro v7.3.10.4 & Alt+Tab
Replies: 21
Views: 23454

armsys wrote:Hello CyberCitizen,

It has been always like this. Not all users are annoyed.
I was experiencing this issue too.

It is a bit annoyng. If a program isn't in the taskbar (which MS isn't) then it shouldn't be in the ALT+Tab menu either.
by fightcancer
Sun Jul 31, 2005 5:51 pm
Forum: Technical / Scripting
Topic: WaitWindowChanged - What does it do?
Replies: 6
Views: 6836

WaitWindowChanged - What does it do?

I'm using WaitWindowChanged>5 to wait for a webpage to load. The webpage easily loads within that amount of time, however my next statement: MessageModal>WWC_RESULT always returns "FALSE". So WaitWindowChanged is useless for my purposes in this situation. I don't think this command is doing what I t...
by fightcancer
Fri Apr 15, 2005 9:23 am
Forum: Technical / Scripting
Topic: "Error - Label Not Found!" in Repeat/Until Loop
Replies: 3
Views: 18551

I'm sure I'm missing something in the code above. So after I pounded a small crater in the wall w/my head, I changed the loop from a Repeat/Until structure to a

Code: Select all

Label>Start
Let>k=k+1
If>k<4,Start
...structure. Seems to be workin fine!
by fightcancer
Fri Apr 15, 2005 8:34 am
Forum: Technical / Scripting
Topic: "Error - Label Not Found!" in Repeat/Until Loop
Replies: 3
Views: 18551

"Error - Label Not Found!" in Repeat/Until Loop

Any suggestions? I removed trailing spaces. TIA! :D SetFocus>Turbo Lister Let>k=1 Repeat>k Let>k=k+1 // EVALUATE k VARIABLE IF>k<10 Let>MyStr=0%k% ELSE Let>MyStr=%k% ENDIF // CREATE NEW ITEM. Press ALT Send>fnt1 Release ALT // SELECT FOLDER. WaitWindowOpen>Select Folder to Save Item Wait>0.5 Press D...
Sign up to our newsletter for free automation tips, tricks & discounts