| Author |
Message |
Forum: Scripts Topic: German Umlaute Convenience Script |
| hypertyper |
|
Posted: September 27th, 2011, 12:19 pm
|
|
Replies: 18 Views: 10491
|
| You have to be extremely quick with typing for your script to work. I much prefer ck's original script. It's perfect and I've been using it for years without ever feeling the need to improve it. I know quite a few students who study German and have to write essays etc. It's a pain having to go throu... |
|
 |
Forum: Scripts Topic: Windows 7 - Volume Control OSD v1.10 |
| hypertyper |
|
Posted: August 22nd, 2011, 6:36 pm
|
|
Replies: 26 Views: 10950
|
| Very nice script. Last time I had a script like this it was very oldschool just coloured bars. The integration with Win 7 seems pretty cool now. |
|
 |
Forum: Support Topic: Cycling through all windows that match WinTitle |
| hypertyper |
|
Posted: February 25th, 2010, 7:20 pm
|
|
Replies: 7 Views: 656
|
Whoa.
That helps a lot and it makes a lot of sense. The % changes the rules of the game and means we can distinguish between our fensterID variable and the dynamic %A_Index%. Pretty cool. I either have never seen it or didn't notice because it made no sense. Thanks a lot for your help sinkfaze! |
|
 |
Forum: Support Topic: Cycling through all windows that match WinTitle |
| hypertyper |
|
Posted: February 25th, 2010, 6:30 pm
|
|
Replies: 7 Views: 656
|
| Thanks a lot! Wow. It's those relatively simple things that fascinate me. I see about the count. I had actually realised it counts them as well just didn't implement it... Can you please explain what each part of the WinActivate line means? That's where I went under and I still don't really understa... |
|
 |
Forum: Support Topic: Cycling through all windows that match WinTitle |
| hypertyper |
|
Posted: February 25th, 2010, 6:05 pm
|
|
Replies: 7 Views: 656
|
| I'm reviving this so it's all in one place. I've got the number of windows I'm looking for and I've got a list of all the process IDs but I don't know how to loop through them. This is what I've come up with. Hope it's clear how it's meant to work and why it doesn't. SetTitleMatchMode, 2 DetectHidde... |
|
 |
Forum: Support Topic: Need help with lag-bug in simple script |
| hypertyper |
|
Posted: February 23rd, 2010, 2:03 am
|
|
Replies: 7 Views: 1161
|
| I'm adding a new reply, it's getting too much. My first mistake was using := when I wanted !=. For some reason the result was the same (WHAT?). edit: this is wrong: I think the problem lies with the frequency that the timer runs and how long the last "Else" sends the script to sleep for. I... |
|
 |
Forum: Support Topic: Need help with lag-bug in simple script |
| hypertyper |
|
Posted: February 23rd, 2010, 1:33 am
|
|
Replies: 7 Views: 1161
|
| edit, again: I've change the idiotic := to != and now at least the error is consistent: If I manually change the colour to the wrong one, the script correctly changes the colour and stops, no more clicking. When I then click into another window, it clicks again. I am confused. It actually produces c... |
|
 |
Forum: Support Topic: Need help with lag-bug in simple script |
| hypertyper |
|
Posted: February 22nd, 2010, 10:38 pm
|
|
Replies: 7 Views: 1161
|
| Are you that aggressive in real life? Nobody has ever complained about my English. It's my second language but still. I'd appreciate any serious comments. #Persistent SetTitleMatchMode, 2 SetTimer, change, 100 Return change: IfWinActive, No Limit { ;check what colour the seats are PixelGetColor... |
|
 |
Forum: Support Topic: Need help with lag-bug in simple script |
| hypertyper |
|
Posted: February 22nd, 2010, 8:29 pm
|
|
Replies: 7 Views: 1161
|
| Dear leef, I apologise for my limited intelligence, I'm clearly not worthy of your attention. For everyone else, I've inserted the code in my second post... I've written the most disgusting piece of code you will ever see but it does organise the colour on my poker table according to how many player... |
|
 |
Forum: Support Topic: What is ahk_id? |
| hypertyper |
|
Posted: February 22nd, 2010, 3:02 pm
|
|
Replies: 5 Views: 625
|
| Thanks for your answers! I'm starting to get there but I still haven't got the ahk_id figured out. Still looking at this example: space:: CoordMode, Mouse ;mouse is where its at MouseGetPos,,,tableID ;stores unique ID number, changes for each window not type IfWinExist, ahk_id %tableID% ;looks for w... |
|
 |
Forum: Support Topic: What is ahk_id? |
| hypertyper |
|
Posted: February 22nd, 2010, 3:09 am
|
|
Replies: 5 Views: 625
|
| I'm still trying to figure out basic stuff and I keep getting stuck. This post is too long, I'll try a different approach: 1. Any time a Window that contains "Go to sleep" in it's title comes up on my PC, whether active or not, visible or not, I want say a MsgBox to pop up. What do I need?... |
|
 |
Forum: Support Topic: Case/Switch + If xxx And xxx |
| hypertyper |
|
Posted: February 21st, 2010, 5:53 pm
|
|
Replies: 8 Views: 293
|
| MButton UP:: colour = "red" players = 2 if (colour = "red") msgbox, Red Else msgbox, Not red Return It's telling me it's not red. I'm going crazy. lol so when you define it you need to leave the parenthesis out and in the if bracket you need to have it in. You're not mak... |
|
 |
Forum: Support Topic: Case/Switch + If xxx And xxx |
| hypertyper |
|
Posted: February 21st, 2010, 5:40 pm
|
|
Replies: 8 Views: 293
|
| you know that you are aloud to try code BEFORE asking if it will work ;). a=6 b=4 if (a > 2 and b < 5) ; you may use &, &&, and, |, || , or { msgbox run, notepad } and no, no case-break in AHK. I DID try that. I also looked at some existing scripts but couldn't find an... |
|
 |
Forum: Support Topic: Case/Switch + If xxx And xxx |
| hypertyper |
|
Posted: February 21st, 2010, 5:05 pm
|
|
Replies: 8 Views: 293
|
| back with another basic question that google couldn't help me with. Is there anything like a switch/case syntax (?) in AHK? I think there was in AutoIt... I currently use a load of "If"s but it's pretty ugly. Second question: What do I do if I need two conditions to apply in one "if&q... |
|
 |
Forum: Support Topic: Basic problems: Start when I release right mouse?!? |
| hypertyper |
|
Posted: February 21st, 2010, 4:52 pm
|
|
Replies: 4 Views: 112
|
| Ignore me please, for now... |
|
 |
| Sort by: |