| Author |
Message |
Topic: Confused about WinShow vs WinActivate |
Peter
Replies: 3
Views: 155
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 4:39 pm Subject: Confused about WinShow vs WinActivate |
| Can someone explain the difference between them...WinShow: makes a hidden window visible for the user (Likely it gets activated at the same time.). A hidden window isn't accessible in any way by the u ... |
Topic: problem with winset and autohiding taskbar |
Peter
Replies: 6
Views: 115
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 12:37 pm Subject: problem with winset and autohiding taskbar |
That damn auto-hide taskbar is quite difficult to tame.
Maybe code can be more fine-tuned, but I tried several things, and at the end always some problem came up again.
I did some testing, and this ... |
Topic: problem with winset and autohiding taskbar |
Peter
Replies: 6
Views: 115
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 9:55 am Subject: problem with winset and autohiding taskbar |
Sometimes. positioning the mouse at the bottom has no effect.I've did some tests. It gives always problems with maximized windows.
I think Windows doesn't do what it promises in the setting "Ke ... |
Topic: problem with winset and autohiding taskbar |
Peter
Replies: 6
Views: 115
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 8:56 am Subject: problem with winset and autohiding taskbar |
Maybe you're sometimes changing the style of the taskbar? Try:#IfWinNotActive ahk_class Shell_TrayWnd ; taskbar is not active window
#b::WinSet, Style, ^0xC00000, A
#IfWinNotActive |
Topic: Script to automate internet connection refresh? |
Peter
Replies: 5
Views: 260
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 5:30 am Subject: Script to automate internet connection refresh? |
In any case, had I found a way to automate the whole refresh process, I would have lived with it until I changed my OS later in the year.See my previous post:
1. search at forum to find a shortcut fo ... |
Topic: Random time sleep and clicking a key |
Peter
Replies: 11
Views: 148
|
Forum: Ask for Help Posted: Thu Jan 14, 2010 5:10 am Subject: Random time sleep and clicking a key |
| I found a bug. In documentation is: ...What's the bug? Did you try the example, and was it incorrect? (BTW, I had to search, but I found your quote on the SendFunction Random is generating a new rando ... |
Topic: Find window state of active window Maximized or Normal |
Peter
Replies: 3
Views: 130
|
Forum: Ask for Help Posted: Wed Jan 13, 2010 5:47 pm Subject: Find window state of active window Maximized or Normal |
| I can't seem to find if it's maximized or not... I did search the forums and wiki and google, but everything leads me to WinGetActiveStatsSearch e.g. maximize in AHK Help file, 3rd result: WingetMinMa ... |
Topic: Random time sleep and clicking a key |
Peter
Replies: 11
Views: 148
|
Forum: Ask for Help Posted: Wed Jan 13, 2010 5:27 pm Subject: Random time sleep and clicking a key |
| Sleep expects a value, not just a "variable name". You have to use %%: Sleep %rand1% ; Keep it down for one second. |
Topic: WinActivate |
Peter
Replies: 4
Views: 110
|
Forum: Ask for Help Posted: Wed Jan 13, 2010 1:13 pm Subject: WinActivate |
Look in this post Switching window in specific program group?+cool code contri
PS: did you notice the descriptive subject line of that post ? |
Topic: Move desktop icons |
Peter
Replies: 12
Views: 351
|
Forum: Ask for Help Posted: Wed Jan 13, 2010 12:57 pm Subject: Move desktop icons |
u c, when the program starts it hides the desktop icons.Not anymore, because you made it comment. I uncommented it for testing.
the problem is that upon exit, the icons stay hiddenI don't have that p ... |
Topic: Script to automate internet connection refresh? |
Peter
Replies: 5
Views: 260
|
Forum: Ask for Help Posted: Wed Jan 13, 2010 10:23 am Subject: Script to automate internet connection refresh? |
| Did you search in the forum on e.g. Wireless Network? E.g.: Repair a wireless connection automatically?the window having to be located in exactly the same spot each time for the mouse strokes and clic ... |
Topic: Move desktop icons |
Peter
Replies: 12
Views: 351
|
Forum: Ask for Help Posted: Wed Jan 13, 2010 9:41 am Subject: Move desktop icons |
Am I doing something wrong with the exit command? if I remove the last 3 lines everything works fine!
1. What's not working fine if you don't remove them?I can't see a problem.
2. Exit: is a label. ... |
Topic: I think I have found a bug in arrays |
Peter
Replies: 10
Views: 321
|
Forum: Ask for Help Posted: Tue Jan 12, 2010 6:39 pm Subject: I think I have found a bug in arrays |
Can you give an example @corsair992: A simple example avoids any misunderstandings about the problem. I was waiting too . (But now I can't check before tomorrow) |
Topic: mouse detection problem? |
Peter
Replies: 4
Views: 108
|
Forum: Ask for Help Posted: Tue Jan 12, 2010 6:14 pm Subject: mouse detection problem? |
| I would say search forum on Mouse Gesture. |
Topic: WinGet, OV, Count time interval? |
Peter
Replies: 8
Views: 291
|
Forum: Ask for Help Posted: Tue Jan 12, 2010 5:33 pm Subject: WinGet, OV, Count time interval? |
In how many milliseconds can new windows appear?AFAIK, they can appear any moment, what should they wait for?
How should one calculate the sleep delay on different PCs? Why should the delay be differ ... |
| |