| Author |
Message |
Topic: Solved: LV_ModifyCol() only works in compiled script ? |
copa_ahk
Replies: 3
Views: 476
|
Forum: Ask for Help Posted: Thu Nov 13, 2008 1:36 pm Subject: Solved: LV_ModifyCol() only works in compiled script ? |
haichen: Thanx a lot for your contribution.
But that that didnt solve my problem.
I just remembered that I am running a own compilation of Autohotkey.exe.
(with Visual Studio Express 2008)
Tha ... |
Topic: Solved: LV_ModifyCol() only works in compiled script ? |
copa_ahk
Replies: 3
Views: 476
|
Forum: Ask for Help Posted: Thu Nov 13, 2008 11:58 am Subject: Solved: LV_ModifyCol() only works in compiled script ? |
Dear all,
I dont understand this behaviour:
When I run the simple example from ; Create the ListView with two columns, Name and Size:
Gui, Add, ListView, r20 w700 gMyListView, Name|Size ( ... |
Topic: send date of next monday, wednesday or friday |
copa_ahk
Replies: 6
Views: 768
|
Forum: Ask for Help Posted: Mon Oct 27, 2008 2:57 pm Subject: send date of next monday, wednesday or friday |
the script provided gives me tomorrows date
are you sure ? for a check of "monday" of course you have to change the 1st line to dayToSearch := 2
----------------
....into a text field ... |
Topic: send date of next monday, wednesday or friday |
copa_ahk
Replies: 6
Views: 768
|
Forum: Ask for Help Posted: Mon Oct 27, 2008 2:26 pm Subject: send date of next monday, wednesday or friday |
where comes your input from ? where do you want to "send" to ? ....
dayToSearch := 3 ; 1=Sunday, 2=Monday,...
Formattime, dayOfToday,, WDay ; Get number ... |
Topic: g-label and v-label obfuscate the name of variables |
copa_ahk
Replies: 6
Views: 5303
|
Forum: Wish List Posted: Wed Oct 22, 2008 8:59 pm Subject: g-label and v-label obfuscate the name of variables |
1st of all, a big THANK YOU for AHK ! I really love it.
(This is not a big problem, but sometimes it produces bugs - due to AHK's nature to accept undefined variable names)
The g- and v-Label c ... |
Topic: How to print to StdOut from a script? |
copa_ahk
Replies: 12
Views: 1401
|
Forum: Ask for Help Posted: Fri Jul 18, 2008 7:44 am Subject: How to print to StdOut from a script? |
@ahklerner
Great ! This works like charm, Thank you !
(Should be part of the help file ???)
@All
Thanks to everybody for your help.
edit:
now (with this keyword "AttachConsole") I ... |
Topic: FileAppend parameter to not close the file |
copa_ahk
Replies: 1
Views: 1122
|
Forum: Wish List Posted: Thu Jul 17, 2008 1:53 pm Subject: FileAppend parameter to not close the file |
I often use Loops where I write inside of them to several files.
(separating log files).
By default FileAppend is here very slow due to open/close of the file in every loop.
The preconfiguratio ... |
Topic: How to print to StdOut from a script? |
copa_ahk
Replies: 12
Views: 1401
|
Forum: Ask for Help Posted: Thu Jul 17, 2008 10:06 am Subject: How to print to StdOut from a script? |
HugoV, thanks for your effort, but no luck on my side...
instead of run try
Send, %TempFile%{Enter}
it will run the batch file in the current console window (run will start a new one)
Doe ... |
Topic: How to print to StdOut from a script? |
copa_ahk
Replies: 12
Views: 1401
|
Forum: Ask for Help Posted: Thu Jul 17, 2008 7:39 am Subject: How to print to StdOut from a script? |
ups, but many thanks for your reply !
I thought while reading the TO
C:\> test.ahk
executed successfully
C:\>
that there was a need for command line output in the same dos box.
Ok, t ... |
Topic: How to print to StdOut from a script? |
copa_ahk
Replies: 12
Views: 1401
|
Forum: Ask for Help Posted: Wed Jul 16, 2008 11:03 am Subject: How to print to StdOut from a script? |
Sorry, but doesnt work for me.
If I put exact the same lines from above into a ahk script neither starting this script nor the comiled exe gives the output into the same dos box, where I startet it ... |
Topic: Error: Error opening the destination file |
copa_ahk
Replies: 20
Views: 6338
|
Forum: Ask for Help Posted: Fri May 23, 2008 8:24 pm Subject: Error: Error opening the destination file |
@vctralsh, have you fixed it ?
I have the same problem since today on my laptop.
(a HP with win Xp Home),
i had installed "Compile with options" some days ago ??
oh yeah, and XP SP3 ... |
Topic: Checkbox label should respect smaller windows DPI-Settings |
copa_ahk
Replies: 2
Views: 741
|
Forum: Wish List Posted: Fri Jul 20, 2007 4:13 pm Subject: Checkbox label should respect smaller windows DPI-Settings |
Hi Chris, thanks for your answer.
I just want to add some informations for this thread.
I found the sources for this issue in script_gui.cpp, and now I see that it is an old problem (2005):
el ... |
Topic: Checkbox label should respect smaller windows DPI-Settings |
copa_ahk
Replies: 2
Views: 741
|
Forum: Wish List Posted: Fri Jul 20, 2007 9:14 am Subject: Checkbox label should respect smaller windows DPI-Settings |
Hello,
I am used to change the font DPI settings of windows display proprties to e.g. 96% (92 dpi) instead of default 100% (96 dpi).
With this change I have the feeling to sit in front of a TFT w ... |
Topic: LexAHK: syntax highlighting for Scintilla (SciTE, others?) |
copa_ahk
Replies: 122
Views: 53343
|
Forum: Utilities & Resources Posted: Wed Mar 14, 2007 3:32 pm Subject: Not working without modification |
PhiLho thanks for your effort.
I like editing AHK with SciTE a lot.
But even with your actual version (2006-11-26) I cannot open the AHK help with F1 if I dont modify the follwing two lines in the a ... |
Topic: 1.0.43.03 crashing |
copa_ahk
Replies: 14
Views: 1091
|
Forum: Bug Reports Posted: Tue Apr 11, 2006 12:55 pm Subject: 1.0.43.03 crashing |
Thank you all, and especially Chris for your time and effort.
With the new versions it works all great.
BTW: German keyboads have special buttons for those ä,ö,ü.
So the capital Ä,Ü, and Ö can b ... |
| |