| Author |
Message |
Topic: How to use a variable with % signs in a comment |
John W
Replies: 3
Views: 500
|
Forum: Ask for Help Posted: Sun Nov 23, 2008 1:50 pm Subject: How to use a variable with % signs in a comment |
Use the accent (Shift+' - left from bachspace) like this:
`% |
Topic: Watching Firefox's current page (only for IE) |
John W
Replies: 44
Views: 2119
|
Forum: Ask for Help Posted: Tue Oct 28, 2008 4:38 pm Subject: Watching Firefox's current page (only for IE) |
There should be a hotkey in FF to view the source.
Try this: Send the Hotkey, mark everything, save clipboard, copy to clipboard, read from clipboard, restore clipboard, use the html source.
oldClip ... |
Topic: Loop help |
John W
Replies: 2
Views: 424
|
Forum: Ask for Help Posted: Mon Oct 20, 2008 4:14 pm Subject: Loop help |
This is the right one:
If A_Index = 1 |
Topic: Variable hotkeys |
John W
Replies: 1
Views: 439
|
Forum: Ask for Help Posted: Sat Oct 18, 2008 2:46 pm Subject: Variable hotkeys |
| Use a Label and assign the Hotkey wished with the Hotkey-command (see Help). |
Topic: multiple extensions - easy |
John W
Replies: 9
Views: 599
|
Forum: Ask for Help Posted: Sat Oct 18, 2008 1:44 pm Subject: multiple extensions - easy |
| Maybe "files=*.tif,*.pdf"? |
Topic: Loop where A_Index is A, then B, then C, ... |
John W
Replies: 2
Views: 421
|
Forum: Ask for Help Posted: Tue Sep 16, 2008 4:39 pm Subject: Loop where A_Index is A, then B, then C, ... |
| Chr(A_Index+96) |
Topic: AHK Installer flagged as Trojan by ClamAV |
John W
Replies: 4
Views: 687
|
Forum: Ask for Help Posted: Wed Aug 20, 2008 3:28 pm Subject: AHK Installer flagged as Trojan by ClamAV |
We had several posts like this, thats right - the installer is marked as a virus because it contains the "virus-detected" code, but packed. There shouldn't be any problems.
avprogs make m ... |
Topic: invert 5 key, % escape issue (i think) |
John W
Replies: 6
Views: 477
|
Forum: Ask for Help Posted: Wed Aug 20, 2008 3:23 pm Subject: invert 5 key, % escape issue (i think) |
1. Use Code Tags
2. Try using "SendRaw 5" instead of "SendPlay 5" - or add a $ in front of *+5 and *5 |
Topic: GdipDrawImagePointsI problem |
John W
Replies: 1
Views: 524
|
Forum: Ask for Help Posted: Wed Aug 20, 2008 3:21 pm Subject: GdipDrawImagePointsI problem |
For this surpose I would say: Use another language like Python.
Image editing in this way is very hard in ahk, while Python offers libs which are easier to use. |
Topic: Gentee/Scriptius ... |
John W
Replies: 1
Views: 1105
|
Forum: Utilities & Resources Posted: Wed Aug 20, 2008 3:18 pm Subject: Gentee/Scriptius ... |
| I used Gentee, but I couldn't really use it - not a language I prefer - but try yourself. |
Topic: Cmd Wrapper |
John W
Replies: 6
Views: 649
|
Forum: Ask for Help Posted: Wed Aug 20, 2008 2:16 pm Subject: Cmd Wrapper |
You sound like you already know of code that does this?
No, but I know what the cmd.exe does, and I can imagine how it works - it's not important what the code is or what it's written in, it's import ... |
Topic: Cmd Wrapper |
John W
Replies: 6
Views: 649
|
Forum: Ask for Help Posted: Thu Aug 14, 2008 3:53 pm Subject: Cmd Wrapper |
Now I understand. But it isn't hard to code a cmd - but it gives much advantages:
You can add every function you like, maybe loops like in bash (a *nix shell)
You can insert code very fast (no need ... |
Topic: Helloo people... |
John W
Replies: 6
Views: 1147
|
Forum: General Chat Posted: Thu Aug 14, 2008 1:53 pm Subject: Helloo people... |
Ja ne, is klar
Jetzt machen wir das englischspr. Forum zu einem internationalen...
[Now we turn the forum into an international one...] |
Topic: How to activate window when session is locked? |
John W
Replies: 9
Views: 725
|
Forum: Ask for Help Posted: Thu Aug 14, 2008 1:49 pm Subject: How to activate window when session is locked? |
| The desktop locks because of inactivity - Maybe another method of sending, or a DllCall? Try things like MouseMove. |
Topic: Cookies - Delete all and restore only a few |
John W
Replies: 3
Views: 441
|
Forum: Ask for Help Posted: Thu Aug 14, 2008 1:46 pm Subject: Cookies - Delete all and restore only a few |
The problem is: The cookies are saved in a binary file-format (as I know), you would have to decode the file - maybe there is a programme (found DiskCleaner)?
Also look here: http://www.cookiecentr ... |
| |