| Author |
Message |
Topic: is it possible to make a control common to both tabs ? |
Jasdeep
Replies: 5
Views: 304
|
Forum: Ask for Help Posted: Thu Apr 29, 2010 12:49 pm Subject: is it possible to make a control common to both tabs ? |
| ya but thought maybe we can anyways thanks for the advice |
Topic: is it possible to make a control common to both tabs ? |
Jasdeep
Replies: 5
Views: 304
|
Forum: Ask for Help Posted: Thu Apr 29, 2010 11:48 am Subject: is it possible to make a control common to both tabs ? |
| and i am struggling to add a picture into that edit box any hints please |
Topic: is it possible to make a control common to both tabs ? |
Jasdeep
Replies: 5
Views: 304
|
Forum: Ask for Help Posted: Thu Apr 29, 2010 11:36 am Subject: is it possible to make a control common to both tabs ? |
| thanks a lot buddy |
Topic: is it possible to make a control common to both tabs ? |
Jasdeep
Replies: 5
Views: 304
|
Forum: Ask for Help Posted: Thu Apr 29, 2010 9:28 am Subject: is it possible to make a control common to both tabs ? |
is it possible to add a edit control which would be common to all tabs? just like a statusbar which remains common to all tabs
Gui, Add, Tab, x86 y70 w330 h190 , Tab1|Tab2
Gui, Add, Button, x ... |
Topic: S1 & S2 Button |
Jasdeep
Replies: 4
Views: 553
|
Forum: Ask for Help Posted: Fri Apr 23, 2010 1:33 pm Subject: S1 & S2 Button |
| first of all you posted twice, in your previous post i asked you to explain the requirement in detail and also highlight the buttons s1 and s2 (explain) |
Topic: autohotkey instance |
Jasdeep
Replies: 4
Views: 325
|
Forum: Ask for Help Posted: Thu Apr 22, 2010 10:22 am Subject: autohotkey instance |
| or add #Singleinstance force in your script |
Topic: When window exists, close it. |
Jasdeep
Replies: 12
Views: 552
|
Forum: Ask for Help Posted: Thu Apr 22, 2010 10:07 am Subject: When window exists, close it. |
| well put winwaitactive in a loop and define action once the window with that title exists |
Topic: Script that does one thing if windowed or another if full |
Jasdeep
Replies: 5
Views: 623
|
Forum: Ask for Help Posted: Thu Apr 22, 2010 10:02 am Subject: Script that does one thing if windowed or another if full |
| use coordmode,mouse,relative |
Topic: GUI, Add, Edit.... Remove or change - Freeze the text |
Jasdeep
Replies: 6
Views: 510
|
Forum: Ask for Help Posted: Thu Apr 22, 2010 9:59 am Subject: GUI, Add, Edit.... Remove or change - Freeze the text |
try this
InfoTxt = Hello World!
GUI Add, Edit, gedit x26 y220 r3 w250 vInfoTxt, %InfoTxt%
GUI Show
Sleep 4000
MsgBox %InfoTxt%
GuiControl Hide, InfoTxt
GUI Add, Text, x26 y220, ... |
Topic: scripts aren't working on my win7 |
Jasdeep
Replies: 2
Views: 256
|
Forum: Ask for Help Posted: Thu Apr 22, 2010 8:21 am Subject: scripts aren't working on my win7 |
| well i started to test my programs on win 7 from last week and its running quite fine except some issues i had before for e.g blockinput but thanks to ahk community especially Lexikos and leef_me (str ... |
Topic: GUI, Add, Edit.... Remove or change - Freeze the text |
Jasdeep
Replies: 6
Views: 510
|
Forum: Ask for Help Posted: Wed Apr 21, 2010 10:02 am Subject: GUI, Add, Edit.... Remove or change - Freeze the text |
| with guicontrol you can disable(freeze) or hide the text |
Topic: how to make a hotstring with the : character? |
Jasdeep
Replies: 6
Views: 304
|
Forum: Ask for Help Posted: Wed Apr 21, 2010 8:43 am Subject: how to make a hotstring with the : character? |
well instead of five colons in ur code try to put six because using single colon will give error
:*:::::hi ;; pressing : twice will result into hi
|
Topic: Selecting something from a right-click menu |
Jasdeep
Replies: 2
Views: 361
|
Forum: Ask for Help Posted: Wed Apr 21, 2010 8:01 am Subject: Selecting something from a right-click menu |
| well either you can do a imagesearch or after right clicking send the short keys and wait if not appeared pass another short key something like putting it into if else condition and checking it with w ... |
Topic: blockinput not working under windows vista |
Jasdeep
Replies: 12
Views: 1635
|
Forum: Ask for Help Posted: Tue Apr 20, 2010 6:15 am Subject: blockinput not working under windows vista |
| thanks man its working when i run the program as an administrator. Previously also i run with administrator but it was not working and the reason was i was checking it on an VMware image (virtual imag ... |
Topic: breakpoints and jump to a location feature??? |
Jasdeep
Replies: 0
Views: 210
|
Forum: Ask for Help Posted: Mon Apr 19, 2010 1:35 pm Subject: breakpoints and jump to a location feature??? |
| hello friends...i am using scite editor for scripting and i want to know that is it possible to provide breakpoints in a script and also jump to location functionality like what we do in visual studio ... |
| |