| Author |
Message |
Topic: self-sending hotkey - how to make it run once? |
Benny-D
Replies: 7
Views: 139
|
Forum: Ask for Help Posted: Sat Feb 04, 2012 2:44 am Subject: self-sending hotkey - how to make it run once? |
I'm not Benny-D, but I guess he's just posting part of code that caused problems. Probably his script looks like this
$t::
; some code here
send t
; some code here
return
- Yes, that's e ... |
Topic: Shutdown command doesn't work on a laptop |
Benny-D
Replies: 4
Views: 119
|
Forum: Ask for Help Posted: Sat Feb 04, 2012 2:40 am Subject: Shutdown command doesn't work on a laptop |
Applications can override shutdown events if they need to to prevent data loss for example like a backup system
- So does that mean that my laptop doesn't get shutdown because of some application ins ... |
Topic: Shutdown command doesn't work on a laptop |
Benny-D
Replies: 4
Views: 119
|
Forum: Ask for Help Posted: Sat Feb 04, 2012 2:38 am Subject: Shutdown command doesn't work on a laptop |
Just a thought: what does the errorlevel / A_LastError say?
- I didn't get any error message. Laptop just doesn't get shut down. In other words, nothing really happens.
maybe you need Administrato ... |
Topic: Shutdown command doesn't work on a laptop |
Benny-D
Replies: 4
Views: 119
|
Forum: Ask for Help Posted: Fri Feb 03, 2012 1:17 am Subject: Shutdown command doesn't work on a laptop |
Strange, the following command works fine on my desktop, bu not on my laptop! What could be the reason?
DllCall("PowrProf\SetSuspendState", "int", 1, "int", 1, &qu ... |
Topic: self-sending hotkey - how to make it run once? |
Benny-D
Replies: 7
Views: 139
|
Forum: Ask for Help Posted: Wed Feb 01, 2012 10:49 pm Subject: self-sending hotkey - how to make it run once? |
| Thank you Learning one!!!!!! |
Topic: self-sending hotkey - how to make it run once? |
Benny-D
Replies: 7
Views: 139
|
Forum: Ask for Help Posted: Wed Feb 01, 2012 10:36 pm Subject: self-sending hotkey - how to make it run once? |
I think I saw this somewhere in the documentation, but now I can't find it.
Here I have a hotkey that contains a send command sending exactly that key that is the hotkey:
t::
send t
retu ... |
Topic: Which target should I use in order to run the calculator? |
Benny-D
Replies: 6
Views: 171
|
Forum: Ask for Help Posted: Mon Jan 30, 2012 4:18 pm Subject: Which target should I use in order to run the calculator? |
| Thank you, garry!!! Very helpful. |
Topic: Which target should I use in order to run the calculator? |
Benny-D
Replies: 6
Views: 171
|
Forum: Ask for Help Posted: Sat Jan 28, 2012 1:56 pm Subject: Which target should I use in order to run the calculator? |
| WOW!!! Thank you dmg!!! Very useful!!! |
Topic: Which target should I use in order to run the calculator? |
Benny-D
Replies: 6
Views: 171
|
Forum: Ask for Help Posted: Sat Jan 28, 2012 5:57 am Subject: Which target should I use in order to run the calculator? |
| Thank you, Rseding91!!! |
Topic: Which target should I use in order to run the calculator? |
Benny-D
Replies: 6
Views: 171
|
Forum: Ask for Help Posted: Sat Jan 28, 2012 5:39 am Subject: Which target should I use in order to run the calculator? |
Which target should I use in order to run the calculator built in my system?
Run, Calculator |
Topic: adding a pic as a background for controls in GUI |
Benny-D
Replies: 4
Views: 114
|
Forum: Ask for Help Posted: Fri Jan 27, 2012 10:49 am Subject: adding a pic as a background for controls in GUI |
| WOW!!! Thank you for your time!!!! |
Topic: Why does the GUI name enable its unhiding? |
Benny-D
Replies: 2
Views: 83
|
Forum: Ask for Help Posted: Fri Jan 27, 2012 10:48 am Subject: Why does the GUI name enable its unhiding? |
| Thank you very much, Guest, for these explanations. |
Topic: Why does the GUI name enable its unhiding? |
Benny-D
Replies: 2
Views: 83
|
Forum: Ask for Help Posted: Fri Jan 27, 2012 9:36 am Subject: Why does the GUI name enable its unhiding? |
When I hide the window by clicking on the X button I can't unhide it again with the specified hotkey:
Gui, New
Gui, Color, ba6ffd
Gui, Add, Button, , Close the App
Gui, Show, , strange
esc ... |
Topic: adding a pic as a background for controls in GUI |
Benny-D
Replies: 4
Views: 114
|
Forum: Ask for Help Posted: Fri Jan 27, 2012 9:22 am Subject: adding a pic as a background for controls in GUI |
| Thank you. Is there any way to make that background picture automatically spread to the borders of the window? |
Topic: adding a pic as a background for controls in GUI |
Benny-D
Replies: 4
Views: 114
|
Forum: Ask for Help Posted: Fri Jan 27, 2012 8:54 am Subject: adding a pic as a background for controls in GUI |
The documentation on GUI Pic says:
To use a picture as a background for other controls, the picture should normally be added prior to those controls.
I added a pic before all the controls in my w ... |
| |