| Author |
Message |
Forum: Support Topic: Autohotkey, task manager, PID |
| Albireo |
|
Replies: 1 Views: 14
|
| Hello! Background .: When an AutoHotkey script is started, you can see in Task Manager "AutoHotkey PID ...". If a new AutoHotkey script is started. A new process "AutoHotkey PID ..." can be seen in the Task Manager. (But what process belongs to which script? The same name, but an... |
|
 |
Forum: Support Topic: Good password generator (for me)! |
| Albireo |
|
Posted: Yesterday, 9:25 pm
|
|
Replies: 0 Views: 22
|
| Hello! I want to crate strong passwords, but easy to remember. :D Some example .: TromeCrivi52 or Trome8Crivi3 is really strong and easy to pronounce and remember. simpler than .: d7GC6fnK4M or 5RSnAaj7tP Have found some good password generators on the AHK. Password generator - Passgen Simple passwo... |
|
 |
Forum: Support Topic: Icons on the taskbar at the bottom right. |
| Albireo |
|
Posted: May 15th, 2012, 3:22 pm
|
|
Replies: 5 Views: 55
|
engunneer wrote: is a.exe an ahk program or some other program you want to start with AHK? It's another program. (Raptool Communicator).
I want to run the program in the background. (I haven't tried the Menu instruction yet)
//Jan |
|
 |
Forum: Support Topic: Icons on the taskbar at the bottom right. |
| Albireo |
|
Posted: May 15th, 2012, 11:41 am
|
|
Replies: 5 Views: 55
|
| Hello! If I start a program (here I call the program A.EXE) I want to start A.EXE hidden. It is no problem, I can see the program in the task manager. But I want to se the icon of A.EXE, on the taskbar at the bottom right, on the screen. Is it possible to do with autohotkey? How can I solve that? //... |
|
 |
Forum: Support Topic: Print PDF-files |
| Albireo |
|
Posted: May 2nd, 2012, 9:23 am
|
|
Replies: 1 Views: 57
|
| Hello! I want to automatically print the PDF files to a printer. When I use the following command, I get some problems. Run print TstPrint_Portrait.pdf Run print TstPrint_Landscape.pdf - Adobe Reader starts (OK!) - The documents is printed (on the default printer) But... 1. When the print is ready, ... |
|
 |
Forum: Support Topic: Run two GUI-script with one main script. |
| Albireo |
|
Posted: April 27th, 2012, 10:21 pm
|
|
Replies: 16 Views: 119
|
| Now I got a new problem / limit? Two of the program i want to merge use hotkeys to Radio buttons 0:: 1:: 2:: and so on... The use of these hotkeys is different on all places. Some other labels and hotkeys as collides is .: ESC:: EndProg: GuiClose: GuiEscape: (But I think these labels is more easy to... |
|
 |
Forum: Support Topic: Run two GUI-script with one main script. |
| Albireo |
|
Posted: April 27th, 2012, 8:03 pm
|
|
Replies: 16 Views: 119
|
Thanks!
I will try with this solution.
Great!
//Jan |
|
 |
Forum: Support Topic: Run two GUI-script with one main script. |
| Albireo |
|
Posted: April 27th, 2012, 3:05 pm
|
|
Replies: 16 Views: 119
|
| Now I have written a new example. ; Version 27 april 2012 SetBatchLines -1 #SingleInstance Force #NoEnv Script_A: Gui 1: Default Gui 1:Font, cBlack s18 Bold, Verdana Gui 1:Add, Text,, Header Gui 1:Font, cBlue s16 Bold, Verdana Gui 1:Add, Text,, Information .: Gui 1:Font, cRed s20 Bold, Verdana Gui 1... |
|
 |
Forum: Support Topic: Run two GUI-script with one main script. |
| Albireo |
|
Posted: April 27th, 2012, 2:18 pm
|
|
Replies: 16 Views: 119
|
| 10. change these lines ; RunWait Script-A.ahk gosub top_of_script_a ; . . . ; Run Script-B.ahk gosub top_of_script_b Now I have tried to make a GUI-script in a subroutine, but it doesn't work for me. This code works in some sense. ; Version 27 april 2012 SetBatchLines -1 #SingleInstance Force #NoEn... |
|
 |
Forum: Support Topic: Run two GUI-script with one main script. |
| Albireo |
|
Posted: April 27th, 2012, 3:00 am
|
|
Replies: 16 Views: 119
|
| Thanks! I have two alternative as I see it now. Alternativ one! - I have these three programs, and use an ini-file to know the run status. 1. The main program IniWrite Clear... RunWait Script-A.ahk IniRead If not Inifile OK! ExitApp IniWrite Clear... Run Script-B.ahk IniRead If not Inifile OK! ExitA... |
|
 |
Forum: Support Topic: Run two GUI-script with one main script. |
| Albireo |
|
Posted: April 26th, 2012, 4:30 pm
|
|
Replies: 16 Views: 119
|
| Maybe, I don't understand your tip I try to explain again. If this happen it's no problem! 1. The user start this script RunWait Script-A.ahk Run Script-B.ahk ; Some code to finish the program ExitApp 2. The script-A is started by the program above. (the user is giving some input) 3. The script-A is... |
|
 |
Forum: Support Topic: Run two GUI-script with one main script. |
| Albireo |
|
Posted: April 26th, 2012, 3:01 pm
|
|
Replies: 16 Views: 119
|
| Thanks! I have three scripts, one look like this .: RunWait Script-A.ahk Run Script-B.ahk ; Some code to finish the program ExitApp and Script-A and Script-B. Everything is OK if the user don't end the Script-A or Script-B. If Script-A or Script-B is ended of the user, Script-B is started without in... |
|
 |
Forum: Support Topic: Run two GUI-script with one main script. |
| Albireo |
|
Posted: April 26th, 2012, 1:44 pm
|
|
Replies: 16 Views: 119
|
| Hello! I have made two GUI scripts. (Both have about 500 rows, and some of the functions is the same in the both scripts) I feel it complicated to merge both scripts to one ahk-file. (I don't know how to do that) Then I thought to do a main script, that first start "Script-A" with "Ru... |
|
 |
Forum: Support Topic: Return works, but not Enter |
| Albireo |
|
Posted: April 26th, 2012, 12:29 pm
|
|
Replies: 4 Views: 58
|
Thanks for the tip!
I got it to work
Code: ... #IfWinActive ahk_group hkgroup ~NumpadEnter:: ~Enter:: GuiControlGet ... //Jan |
|
 |
Forum: Support Topic: Return works, but not Enter |
| Albireo |
|
Posted: April 25th, 2012, 3:48 pm
|
|
Replies: 4 Views: 58
|
| Hello! I hope I can explain this :) On this keyboard I have two "Enter" buttons. One is placed together with the common keys, and the other is placed with the numeric keys. (the numlock is "on"). I have written a GUI-script where I use the Enter button to get further. But.. The E... |
|
 |
| Sort by: |