Search found 19 matches

by zopita
Fri Jun 24, 2011 10:55 am
Forum: Beginners
Topic: Waiting until a URL appears
Replies: 4
Views: 6302

You were very friendly.

I could understand the use of variables. I have to adjust your macro to other forums and website form results but I'll get it myself, I'm sure.

Thank you, Marcus. :D
by zopita
Thu Jun 23, 2011 3:06 pm
Forum: Beginners
Topic: Waiting until a URL appears
Replies: 4
Views: 6302

Marcus, Browser Control: prehistoric system :oops: I am sorry to write so much but it is very difficult to explain in English. Thanks for your patience. I start on this website: http://cvc.cervantes.es/foros/foro_esp. The manual process is as follows: Save this page as 1.txt Press the right arrow an...
by zopita
Thu Jun 23, 2011 2:20 pm
Forum: Beginners
Topic: Waiting until a URL appears
Replies: 4
Views: 6302

Waiting until a URL appears

Hi,

In a web page my macro press the button for go to the nex page.

I need my macro waits until URL bar= http://www.xxxxxxxxxx.yyyyyy

I try use "WaitScreenText>URL name" but mission imposible for me :(. Do you help me, please?

Thanks!
by zopita
Tue Mar 08, 2011 11:41 am
Forum: Beginners
Topic: WaitKeyDown doesn't work
Replies: 5
Views: 6646

Macro Scheduler 6 works fine

I'm running MacroScheduler 11.1.12. I tried it with an older version (6.2.3e) and works properly.

Maybe it's a Bill Gates joke... I will use ascii command.

Thanks, Marcus.

Gloria
by zopita
Tue Mar 08, 2011 9:32 am
Forum: Beginners
Topic: WaitKeyDown doesn't work
Replies: 5
Views: 6646

Correcting tests whith WaitKeyDown. Send accented characters

Hi JRL, I've done. I must to press more time. I chose the right arrow key because it is "invisible. " Here you can see my first trial http://www.youtube.com/watch?v=lZEHTf42EEY . It is made with Word + MacroScheduler + CamStudio. Thanks for your help. Another question. If the Send command contains a...
by zopita
Mon Mar 07, 2011 11:19 am
Forum: Beginners
Topic: WaitKeyDown doesn't work
Replies: 5
Views: 6646

Problems continue

Hi JRL,

Your code (as WaitKeyDown) works sometimes. I reinstalled Macro Scheduler but I still have problems. If I can fix the macro I'm telling you.

Thank you very much for your reply :)

Win XP, Macro Scheduler 11/01/1912 (both legal)
by zopita
Thu Feb 24, 2011 2:39 pm
Forum: Beginners
Topic: WaitKeyDown doesn't work
Replies: 5
Views: 6646

WaitKeyDown doesn't work

I need to use WaitKeyDown command but I have problems. I tried with keys "complex" (106, buttonleft for example) and also keys simple as x. The macro stops, but it doesnt work when I press the key. I write code like this: WaitKeyDown>VK106 WaitKeyDown>x I have seen that there are enough questions on...
by zopita
Sat Feb 19, 2011 2:54 pm
Forum: Beginners
Topic: Enter a text at a constant speed
Replies: 3
Views: 6580

Thanks!

¡Ohhhh!

Thanks JRL, thanks adroege!!! I have two ways, ¡thanks! :D
by zopita
Fri Feb 18, 2011 7:13 pm
Forum: Beginners
Topic: Enter a text at a constant speed
Replies: 3
Views: 6580

Enter a text at a constant speed

Hi, For the very short texts ("El gato", for instance) I make a macro: [...] //Recorded Events Let>WW_TIMEOUT=5 CapsOff MouseMove>469,542 wait>0.1 Send>E wait>0.1 Send>l wait>0.1 Send> wait>0.1 Send>g wait>0.1 Send>a wait>0.1 Send>t wait>0.1 Send>o [...] but for the long texts is not fun. I need a m...
by zopita
Sat Oct 31, 2009 6:28 am
Forum: Beginners
Topic: If clipboard contains something, then...
Replies: 3
Views: 4718

¡¡¡Thanks, JRL!!!

Code: Select all

GetClipBoard>data
If>data=aaaaaa
  Exit>0
EndIf

Hi JRL,
This simple code is perfect for my macro. Thanks!!! :D
by zopita
Fri Oct 30, 2009 5:33 am
Forum: Beginners
Topic: If clipboard contains something, then...
Replies: 3
Views: 4718

Macro stops when clipboard contens something

Hi JRL, I have Doc1.doc with 150 lines. The macro must cut the first line, to jumps to Doc2.doc, search this line and delete it. Then, jumps to Doc1.doc and repeats. I have make the macro and it works well but I will like that the macro stops al the end of Doc1.doc. So, if I add at the end of Doc1.d...
by zopita
Thu Oct 29, 2009 12:36 pm
Forum: Beginners
Topic: If clipboard contains something, then...
Replies: 3
Views: 4718

If clipboard contains something, then...

Hi,

I need this code: "If clipboard contains "aaaaaa", then stop, else continus to execute the macro.

I'm not able to make this :oops: . ¿Does someone help me?

¡Thanks!
by zopita
Mon Aug 10, 2009 12:09 pm
Forum: Beginners
Topic: Web pages: loading time variable
Replies: 2
Views: 3758

Thanks!

:)
by zopita
Mon Aug 10, 2009 7:58 am
Forum: Beginners
Topic: Web pages: loading time variable
Replies: 2
Views: 3758

Web pages: loading time variable

Hi I must download 157 pages from a web-site. Then, for each one select all the text, copy and paste in a Word document. I was make the macro but there is a problem: sometimes a page needs long time to load. All the web pages have the same bar title (CVC Foros - Microsoft Internet Explorer) and the ...
by zopita
Fri Jul 03, 2009 8:07 pm
Forum: Beginners
Topic: Opening web pages
Replies: 1
Views: 3576

Opening web pages

Hi!

I must open some web pages and make some task.

So my macro goes to Word, copy an URL, goes to Internet Explorer, paste the URL, Enter .......... I would like inclure just after Enter an If command for abort the macro when the web page couldn't be open.

¿Does someone help me? ¡Thanks!
Sign up to our newsletter for free automation tips, tricks & discounts