| Author |
Message |
Topic: Help with GUI checkbox and loop - can't get it to loop |
TalksWithComputers
Replies: 6
Views: 84
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 5:16 pm Subject: Help with GUI checkbox and loop - can't get it to loop |
Great thanks!
I've learned something and hope to write better and more complex scripts in the future! |
Topic: Help with GUI checkbox and loop - can't get it to loop |
TalksWithComputers
Replies: 6
Views: 84
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 2:40 pm Subject: Help with GUI checkbox and loop - can't get it to loop |
So great, many thanks! Saved my day, been tinkering with this for months on and off!
Out of curiosity:
What does this mean?
switch(checkbox2 * 2) |
Topic: Help with GUI checkbox and loop - can't get it to loop |
TalksWithComputers
Replies: 6
Views: 84
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 1:46 pm Subject: Help with GUI checkbox and loop - can't get it to loop |
Thanks! It's much better.
The loop works! Selecting multiple checkboxes does manipulate the correct Folder.
However:
If the 1st checkbox is selected, the script works all right.
If the 2nd chec ... |
Topic: Help with GUI checkbox and loop - can't get it to loop |
TalksWithComputers
Replies: 6
Views: 84
|
Forum: Ask for Help Posted: Sun Mar 14, 2010 12:02 pm Subject: Help with GUI checkbox and loop - can't get it to loop |
A script I have switches specific folders in a program on/off, but only one a time with radio buttons. I want to use checkboxes instead so I can a switch on/off all folders with the same script.
If ... |
Topic: Problem with using self-defined environment variable |
TalksWithComputers
Replies: 2
Views: 107
|
Forum: Ask for Help Posted: Sat Dec 12, 2009 3:58 pm Subject: Problem with using self-defined environment variable |
Thank you!
I tried that one, but misunderstood it. Now it works perfectly! |
Topic: Problem with using self-defined environment variable |
TalksWithComputers
Replies: 2
Views: 107
|
Forum: Ask for Help Posted: Sat Dec 12, 2009 3:44 pm Subject: Problem with using self-defined environment variable |
Hi
I need to append e-mail addresses to a file in a directory on several computers.
I have created on all these computers an environment variable called "Magic Briefcase" so I can run ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Mon Nov 16, 2009 2:58 pm Subject: I need help with RegExMatch |
I always get an error message when trying to run the while loop.Are you using the most recent release of AHK?
No, I ain't... yet
Some working example
Lovely.
I've tested it on various ord ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Sun Nov 15, 2009 10:05 pm Subject: I need help with RegExMatch |
Thanks everybody for helping!
I always get an error message when trying to run the while loop.
I found out - all by myself, mind you - that I have to use {..} for this kind of loop. I always get ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Sat Nov 14, 2009 6:20 pm Subject: I need help with RegExMatch |
This is where the power of recursion and specifying how many you wanted comes in. ...
This is just a little bit, there is quite a bit more you can do, but should suffice for your needs
Thanks! Why ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Sat Nov 14, 2009 11:23 am Subject: I need help with RegExMatch |
I've been fooling around with the Sandbox for the last 2 hrs or so.
I've tried to match all strings starting with xy and can be about as long as xy-00-000ab (last two characters are optional).
My ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Sat Nov 14, 2009 10:01 am Subject: I need help with RegExMatch |
Could you give an example of what the data looks like when a second line exists?
Sure. Second line is just below the Adresse line. It looks like this:
Name: Jane Doe
Adresse : 123, Some Roa ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Fri Nov 13, 2009 7:58 pm Subject: I need help with RegExMatch |
Thanks for your suggestions.
BTW, here's the structure of the order mail. For the Germans here: All spelling errors are intentional.
my company
221, Rev Road
1234 Swiss Town
Eine neue Bestell ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Fri Nov 13, 2009 9:14 am Subject: I need help with RegExMatch |
Here's what I meant:
Billing Address
Firma:
Name: Jane Doe
Adresse : Some road 123
City :
...
Delivery Address
Firma: Acme inc
Name: Jane Doe
Adresse : Some other road 135
City :
Woul ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 10:52 pm Subject: I need help with RegExMatch |
Just for clarification: What I want to do is this:
Whenever an order arrives, I want to press a hotkey that copies the mail, extracts the texts and pastes the contents to a different program.
Ok ... |
Topic: I need help with RegExMatch |
TalksWithComputers
Replies: 31
Views: 803
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 9:22 pm Subject: I need help with RegExMatch |
Everybody,
Thank you! Looks quite impressive. This gives me a very good starting point!
Just a question: How do I incorporate this Code into my script that is supposed to access the clipboard an ... |
| |