| Author |
Message |
Topic: Gui, New command in AHK_L v1.1.04 |
TL
Replies: 3
Views: 123
|
Forum: Ask for Help Posted: Sat Sep 24, 2011 1:31 pm Subject: Gui, New command in AHK_L v1.1.04 |
Thanks jethrow and Lexikos. A concise, clear, complete, and quick response. Very much appreciated.
Lexikos, and everyone who helped, thanks for all of the new AHK functionality. As a programmer ... |
Topic: Gui, New command in AHK_L v1.1.04 |
TL
Replies: 3
Views: 123
|
Forum: Ask for Help Posted: Sat Sep 24, 2011 2:51 am Subject: Gui, New command in AHK_L v1.1.04 |
| Insight needed. Is the "Gui, New" command now required if using named GUI's? The documentation suggests it is needed to insure "Gui, Add" statements work correctly. Does it prov ... |
Topic: xpath doesn't support hyphens in tags |
TL
Replies: 0
Views: 250
|
Forum: Ask for Help Posted: Wed Jun 02, 2010 2:17 am Subject: xpath doesn't support hyphens in tags |
The docs I've read say that a hyphen embedded within a XML tag is supported. xpath doesn't seem to handle it. Any chance this can be easily supported?
Thanks,
TL |
Topic: Variable empty using DllCall( "Readfile" ... |
TL
Replies: 2
Views: 362
|
Forum: Ask for Help Posted: Thu Oct 22, 2009 3:01 pm Subject: User error - Variable empty using DllCall( "Readfile&qu |
Problem was fixed by making the following change to the ReadFile dll call:
From:
RtnCode := DllCall( "ReadFile", "UInt", Handle, "UInt", &TextRead, ... ... |
Topic: Variable empty using DllCall( "Readfile" ... |
TL
Replies: 2
Views: 362
|
Forum: Ask for Help Posted: Tue Oct 20, 2009 12:42 pm Subject: Variable empty using DllCall( "Readfile" ... |
| The following code worked in 1.0.47.06 but fails in 1.0.48.05 (error handling code not shown). The TextLen is retrieved correctly but the Text variable is empty (because the Temp variable is empty af ... |
Topic: Compile_AHK II - for those who compile! |
TL
Replies: 407
Views: 84832
|
Forum: Scripts & Functions Posted: Mon Oct 19, 2009 4:40 pm Subject: Compile_AHK II - for those who compile! |
| Your right, you have to read the ini file to determine if "Run before" should be run. But it could be reread after the "Run before" has executed. I think it would be worthwhile i ... |
Topic: Compile_AHK II - for those who compile! |
TL
Replies: 407
Views: 84832
|
Forum: Scripts & Functions Posted: Mon Oct 19, 2009 12:01 pm Subject: Compile_AHK II - for those who compile! |
Oops, posted this in the old thread. Here it is again in the correct thread.
I set up a "Run Before" script that will update the product version number in the ini file from a project fil ... |
Topic: Vista's Virtual Store - Updating game's files |
TL
Replies: 1
Views: 251
|
Forum: Ask for Help Posted: Mon Oct 19, 2009 11:45 am Subject: Vista's Virtual Store - Updating game's files |
I have a AHK executables that were placed in an old game's installation directory on a Vista machine: C:\Program Files (x86)\<game name>.
If the AHK executables are run without Admin permission ... |
Topic: Compile_AHK - for those who compile! |
TL
Replies: 17
Views: 9542
|
Forum: Scripts & Functions Posted: Fri Oct 16, 2009 12:15 am Subject: Compile_AHK - for those who compile! |
| I set up a "Run Before" script that will update the product version number in the ini file from a project file before executing the compile. It doesn't work. It appears that "run befo ... |
Topic: URLDownloadToFile - Problem with IE6 in Win98 |
TL
Replies: 3
Views: 380
|
Forum: Ask for Help Posted: Sun Oct 11, 2009 1:15 pm Subject: URLDownloadToFile - Problem with IE6 in Win98 |
Thanks for the replies.
The ahk version is 1.0.47.06. It doesn't appear that caching is the problem.
Yes, I can you download the file with IE6. The IE settings seem to be ok. |
Topic: URLDownloadToFile - Problem with IE6 in Win98 |
TL
Replies: 3
Views: 380
|
Forum: Ask for Help Posted: Sat Oct 10, 2009 7:22 pm Subject: URLDownloadToFile - Problem with IE6 in Win98 |
| Are there any known problems with using URLDownloadToFile in Windows 98 running IE 6? The function downloads the file in XP and Vista but fails in Win98. IE 6 in Win98 will download the file if it i ... |
Topic: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put |
TL
Replies: 54
Views: 20579
|
Forum: Announcements Posted: Fri Mar 14, 2008 2:15 am Subject: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put |
Thanks. You provided just the insight I was looking for.
TL |
Topic: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put |
TL
Replies: 54
Views: 20579
|
Forum: Announcements Posted: Thu Mar 13, 2008 4:20 pm Subject: Validating function's name without invoking it? |
I'm evaluating whether to switch to the new dynamic function method on my existing project. Some questions:
If I want to validate that a string contains a valid function name without executing the ... |
Topic: Getting a Tab control's client area |
TL
Replies: 3
Views: 1377
|
Forum: Ask for Help Posted: Fri Feb 08, 2008 6:08 pm Subject: Getting a Tab control's client area |
Thanks lexiKos,
TCM_ADJUSTRECT provided just the solution I was looking for. Here is the guts of the code:
;RECT structure - Load Tab control's location
VarSetCapacity( TabPrc, 16, 0 )
... |
Topic: Getting a Tab control's client area |
TL
Replies: 3
Views: 1377
|
Forum: Ask for Help Posted: Thu Feb 07, 2008 10:36 pm Subject: Getting a Tab control's client area |
| How can I determine the location and size of the client area within the tabs of a tab control? It should be the same for all tabs in a tab control. I want to place the child controls on the tab usin ... |
| |