| Author |
Message |
Forum: Support Topic: Using a hotkey to stop a loop? |
| adabo |
|
Posted: January 5th, 2012, 3:38 am
|
|
Replies: 5 Views: 198
|
Also, the While-Loop:
Code: While stop != 1 ToolTip, %A_Index%
^j::stop := 1 |
|
 |
Forum: Support Topic: Check for empty textbox |
| adabo |
|
Posted: January 4th, 2012, 12:41 am
|
|
Replies: 3 Views: 493
|
| ControlGetText, mileage,;milage box in Gui if (mileage == "") ;Need () not {} msgbox ,4,No Mileage, No Mileage Do you wish to Conitnue? IfMsgBox yes GoSub, MainScript IfMsgBox no Return ;Return to stop the thread. MainScript: ... ... ... Return You'll need to get... |
|
 |
Forum: Support Topic: Dropdown list on-selection event |
| adabo |
|
Posted: September 22nd, 2011, 10:15 pm
|
|
Replies: 5 Views: 316
|
You're welcome. I like the easy solutions  |
|
 |
Forum: Support Topic: Dropdown list on-selection event |
| adabo |
|
Posted: September 22nd, 2011, 10:00 pm
|
|
Replies: 5 Views: 316
|
Have you tried adding a g-Label?
Code: Gui, Add, DropDownList, vPartsList gGetPart Sort w200, Item1|Item2|Item3 |
|
 |
Forum: Support Topic: Give me concept please, any expert! |
| adabo |
|
Posted: June 14th, 2011, 2:49 pm
|
|
Replies: 10 Views: 269
|
Code: Gui, Add, Edit, vnum, Gui, Show,, Increase Decrease Return
#IfWinActive, Increase Decrease n:: num++ GuiControl,, num, %num% Return
m:: num-- GuiControl,, num, %num% Return
#ifWinActive |
|
 |
Forum: Support Topic: Get folder size? |
| adabo |
|
Posted: June 11th, 2011, 9:43 pm
|
|
Replies: 6 Views: 280
|
I see. After trying the command I see that I was mislead by this part:
DriveGet wrote: Capacity (or Cap), Path: Retrieves the total capacity of Path (e.g. C:\) in megabytes. Use DriveSpaceFree to determine the free space.
I misunderstood "path" as literal, eg.: C:\Program Files\AutoHotkey\ |
|
 |
Forum: Support Topic: Get folder size? |
| adabo |
|
Posted: June 11th, 2011, 6:21 pm
|
|
Replies: 6 Views: 280
|
| Is DriveGet the wrong command? |
|
 |
Forum: Support Topic: Checkbox in a listview? |
| adabo |
|
Posted: June 11th, 2011, 4:23 pm
|
|
Replies: 4 Views: 270
|
| You can with a majkinetor's RaGrid module. |
|
 |
Forum: Support Topic: Get folder size? |
| adabo |
|
Posted: June 11th, 2011, 4:19 pm
|
|
Replies: 6 Views: 280
|
Hello,
The command you are looking for is DriveGet |
|
 |
Forum: Support Topic: waiting for full clipboard; waiting until pasting completed |
| adabo |
|
Posted: June 10th, 2011, 6:05 pm
|
|
Replies: 3 Views: 293
|
| Hello aassddff, Here is a solution for 1: OnClipboardChange: MsgBox, % "Copied: """ . Strlen(Clipboard) . """ characters." Return Just add that code anywhere in your existing code. Change the MsgBox to whatever you need. For the 2nd question, I'm still... |
|
 |
Forum: Support Topic: is the following possibel variables and treeview |
| adabo |
|
Posted: June 9th, 2011, 5:32 pm
|
|
Replies: 9 Views: 223
|
Actually that's not entirely accurate. The plain text file can be run by the program AutoHotkey.exe, as mentioned in the manual.
So any new command or function must be read by the executable, or compiled and run on it's own. |
|
 |
Forum: Support Topic: is the following possibel variables and treeview |
| adabo |
|
Posted: June 9th, 2011, 5:18 pm
|
|
Replies: 9 Views: 223
|
| Code must be compiled then run. What you can do is append the variable data to a new file.ahk and run it. |
|
 |
Forum: Support Topic: Setting up Variables at start of program |
| adabo |
|
Posted: June 8th, 2011, 4:22 am
|
|
Replies: 13 Views: 322
|
| As another possibility, you could use pre-loaded list boxes or dropdown lists, and let the user select the options from the boxes. Once all variables have been filled the program could continue. This would allow the user to select any of the options in any sequence and redo them as necessary and al... |
|
 |
Forum: Support Topic: is the following possibel variables and treeview |
| adabo |
|
Posted: June 8th, 2011, 4:21 am
|
|
Replies: 9 Views: 223
|
xb385 wrote: do you have any idea how to make the code run from the variable
Well, that's why I recommended the INI commands. Now I feel I don't understand your question. What "code" from what "variable" do you want to "run"? |
|
 |
Forum: Support Topic: How do I get an @ in there ? |
| adabo |
|
Posted: June 8th, 2011, 3:20 am
|
|
Replies: 6 Views: 172
|
Hello n0rbertt,
Please define "there".
n0rbertt wrote: How do I tell it to put @ in there ? |
|
 |
| Sort by: |