| Author |
Message |
Forum: Support Topic: deleting a Gui Menu |
| Lequi |
|
Posted: April 19th, 2008, 3:02 pm
|
|
Replies: 2 Views: 443
|
works both perfectly, even if the seperated solutions seems to be faster and more user friendly
thanks you very much  |
|
 |
Forum: Support Topic: deleting a Gui Menu |
| Lequi |
|
Posted: April 18th, 2008, 6:02 pm
|
|
Replies: 2 Views: 443
|
| gui_create() return menuhandler: return file_new: gui, menu ; <-- hoped this removes whole menu, obviously it does not remove the horizontal lines gui, destroy gui_create() return gui_create() { Menu, FileMenu, Add, &New, file_new Menu, FileMenu, Add, Menu, FileMenu... |
|
 |
Forum: Support Topic: Checkbox labeling with button style |
| Lequi |
|
Posted: April 17th, 2008, 2:01 pm
|
|
Replies: 3 Views: 443
|
@ Rhys: the text must not be visible from the beginning so i cant set the start value
@Z Gecko: this definitly works, thanks for the fast help  |
|
 |
Forum: Support Topic: Checkbox labeling with button style |
| Lequi |
|
Posted: April 17th, 2008, 1:08 pm
|
|
Replies: 3 Views: 443
|
| hi there i wanted to create multiple checkboxes with the 0x1000 parameter to let it look like a button. but i think it is not intendet for checkboxes to have labels... the command guicontrol, , mycheckbox1, foo works so far, but i need to write "0" or "1" on them, and i dont know... |
|
 |
Forum: Support Topic: microphone mute with hotkey |
| Lequi |
|
Posted: March 22nd, 2008, 4:17 pm
|
|
Replies: 4 Views: 4324
|
| does really nobody knows how to simulate a simple mic mute? |
|
 |
Forum: Support Topic: microphone mute with hotkey |
| Lequi |
|
Posted: March 16th, 2008, 10:30 pm
|
|
Replies: 4 Views: 4324
|
| of course i know how to mute the mic via equalizer from windows but i wanted ahk to do this. the command soundset x, MICROPHONE due to my new headset having no more mic mute i want to set the mic output to zero so the others in teamspeak canot her me anymore (for example) i could go into teamspeak a... |
|
 |
Forum: Support Topic: microphone mute with hotkey |
| Lequi |
|
Posted: March 9th, 2008, 8:58 pm
|
|
Replies: 4 Views: 4324
|
| hey there, i bought a new headset which has no mic mute anymore, so i thought i write a little script which can toggle the mic input !1:: soundget mic_vol, MICROPHONE if mic_vol = 0 { soundset 100, MICROPHONE } else { soundset 0, MICROPHONE } return the problem is, this is the mi... |
|
 |
Forum: Support Topic: silent installation of ahk? |
| Lequi |
|
Posted: February 19th, 2008, 10:36 am
|
|
Replies: 7 Views: 875
|
| @Titan: seems i havent, shame on me :/ @automaticman: i wrote some nice scripts for my working place, only problem is that the *.ahk scripts are working on vista perfectly, but if i compile them to .exe nothing works, so i though i must install ahk after every new image and it should work neverthele... |
|
 |
Forum: Support Topic: silent installation of ahk? |
| Lequi |
|
Posted: February 15th, 2008, 10:35 pm
|
|
Replies: 7 Views: 875
|
a simlple
Code: run <path>AutoHotkey104700_Install.exe /S
seems to work perfectly. thanks a lot  |
|
 |
Forum: Support Topic: silent installation of ahk? |
| Lequi |
|
Posted: February 15th, 2008, 9:16 pm
|
|
Replies: 7 Views: 875
|
| i would like to write a little script which installs the autohotkey exe on another pc in silent mode, means without any user interaction. i thought of something like run %comspec% "<path>\AutoHotkey104700_Install.exe" /C -silent or something similar, but i dont know exactly what parameters... |
|
 |
Forum: Support Topic: another anchor idea with a little problem |
| Lequi |
|
Posted: February 15th, 2008, 6:41 pm
|
|
Replies: 1 Views: 418
|
| i tried to understand titans anchor script and because i did not, i made it up for myself. my idea is to get the window size before and after resizing => the new coordinates/ size of a control is definded like that: control_xpos / old_size [to get the relativ position] * new_size concrete example: 5... |
|
 |
Forum: Support Topic: send keystrokes to windows - pinball |
| Lequi |
|
Posted: January 14th, 2008, 11:07 pm
|
|
Replies: 2 Views: 755
|
| hi there, therefore i tried to cheat a little bit in the well known windows game pinball, the thing is, when sending y or m via ahk the game doesnt recognizes them, i tried send, sendinput, sendevent and so on; is there a possibility to simulate the y and m keys so that pinball responds to them? tha... |
|
 |
Forum: Support Topic: weird hotsring problem |
| Lequi |
|
Posted: October 6th, 2007, 5:18 pm
|
|
Replies: 5 Views: 526
|
| as described by hasso, the folder opened before opens desktop in the same explorer window. i realy dont know this happens and so far i dont know how to fix that, sb knows a workaround? |
|
 |
Forum: Support Topic: weird hotsring problem |
| Lequi |
|
Posted: September 30th, 2007, 2:11 pm
|
|
Replies: 5 Views: 526
|
| :*?:test:: run C:\ return when typing test the explorer opens, as expected, but if you type test again with the recent one still open, a second explorer appears BUT the old one becomes desktop. no matter which window i open and how often i enter my string, the most recent opened windows becomes des... |
|
 |
Forum: Support Topic: compile problem on vista |
| Lequi |
|
Posted: September 26th, 2007, 7:56 pm
|
|
Replies: 2 Views: 438
|
| alrdy done, as far as i can remeber i created one more shortcut than before, but not more. btw: is it possible on vista to create a shortcut to a folder? because there is an extension wanted but a folder does not have one, as workaround i created a shortcut from my folder and linked this shortcut on... |
|
 |
| Sort by: |