| Author |
Message |
Topic: Hide Gui Buttons previously created |
pacifika
Replies: 1
Views: 102
|
Forum: Ask for Help Posted: Fri Jul 29, 2011 12:33 pm Subject: Hide Gui Buttons previously created |
In a loop I create a bunch of buttons with the following code:
Gui, Add, Button, gButtonDestinationSelect HWNDButtonDestinationSelect%a_index%, %ButtonLabel%
Later on I want to hide/disable all ... |
Topic: How to disable integrity check for compiled scripts |
pacifika
Replies: 0
Views: 95
|
Forum: Ask for Help Posted: Fri May 27, 2011 1:04 pm Subject: How to disable integrity check for compiled scripts |
| I want to use [url=http://www.aspack.com/downloads.html#asprotect]ASprotect on my compiled script but I suspect due to the integrity check via AutoHotkeySC.bin when run the message "EXE Corrupted ... |
Topic: FileGetVersionInfo_AW() |
pacifika
Replies: 22
Views: 2503
|
Forum: Scripts & Functions Posted: Fri May 27, 2011 10:29 am Subject: FileGetVersionInfo_AW() |
| Thanks for looking into it SKAN. I guess this must be a bug in Compile_AHK then and therefore I will follow it up [url=http://www.autohotkey.com/forum/viewtopic.php?p=447697#447697]in the correct thre ... |
Topic: Compile_AHK II - for those who compile! |
pacifika
Replies: 407
Views: 85022
|
Forum: Scripts & Functions Posted: Fri May 27, 2011 10:28 am Subject: Compile_AHK II - for those who compile! |
Adding:
VersionInfo = 1033
to line 2122 (just before -addoverwrite of the version info) does not change the versionInfo reported by ResourceHacker but makes the executables work correctly with File ... |
Topic: FileGetVersionInfo_AW() |
pacifika
Replies: 22
Views: 2503
|
Forum: Scripts & Functions Posted: Thu May 26, 2011 11:44 am Subject: FileGetVersionInfo_AW() |
I need a sample. Can you please compile a one-liner like:
MsgBox
and provide me the executable?.
Sorry, of course:
[url=http://dl.dropbox.com/u/70903/temp/getversion-test.zip]getversion-test.zip |
Topic: FileGetVersionInfo_AW() |
pacifika
Replies: 22
Views: 2503
|
Forum: Scripts & Functions Posted: Wed May 25, 2011 12:36 pm Subject: FileGetVersionInfo_AW() |
Adding:
VersionInfo = 1033
to line 2122 (just before -addoverwrite of the version info) of Compile_AHK_0.9.0.58 sourcecode does not change the versionInfo reported by ResourceHacker but makes the e ... |
Topic: Compile_AHK II - for those who compile! |
pacifika
Replies: 407
Views: 85022
|
Forum: Scripts & Functions Posted: Wed May 25, 2011 12:34 pm Subject: Compile_AHK II - for those who compile! |
Adding:
VersionInfo = 1033
to line 2122 (just before -addoverwrite of the version info) does not change the versionInfo reported by ResourceHacker but makes the executables work correctly with File ... |
Topic: Compile_AHK II - for those who compile! |
pacifika
Replies: 407
Views: 85022
|
Forum: Scripts & Functions Posted: Wed May 25, 2011 12:13 pm Subject: Compile_AHK II - for those who compile! |
Downloaded latest version of Compile_AHK but the problem remains although it might be a combination of two bugs.
When I set the locale to English_UnitedStates (which is locale 1033) the locale of t ... |
Topic: FileGetVersionInfo_AW() |
pacifika
Replies: 22
Views: 2503
|
Forum: Scripts & Functions Posted: Wed May 25, 2011 12:11 pm Subject: FileGetVersionInfo_AW() |
Downloaded latest version of Compile_AHK but the problem remains although it might be a combination of two bugs.
When I set the locale to English_UnitedStates (which is locale 1033) the locale of t ... |
Topic: FileGetVersionInfo_AW() |
pacifika
Replies: 22
Views: 2503
|
Forum: Scripts & Functions Posted: Wed May 25, 2011 11:51 am Subject: FileGetVersionInfo_AW() |
FileSelectFile,PEFile
VI := FileGetVersionInfo_AW( PEFile, "FileVersion|FileDescription|LegalCopyRight", "|" )
A_LastError returns 1813
]ERROR_RESOURCE_TYPE_NOT_ ... |
Topic: Howto Play 24bit audio? |
pacifika
Replies: 7
Views: 349
|
Forum: Ask for Help Posted: Wed May 25, 2011 11:46 am Subject: Howto Play 24bit audio? |
| Thanks for your investigation j[]hn, unfortunately I have no control over the nature of the audio files - I just need my script to be as compatible as possible in playing them. However the info is ver ... |
Topic: FileGetVersionInfo_AW() |
pacifika
Replies: 22
Views: 2503
|
Forum: Scripts & Functions Posted: Tue May 24, 2011 3:23 pm Subject: empty for auto hotkey versions? |
Hi SKAN great piece of code and just what I need. I'm writing my own patcher using diff/bsdiff and autohotkey.
However, when I take your last example code and point it to my ahk compiled exe I get ... |
Topic: Howto Play 24bit audio? |
pacifika
Replies: 7
Views: 349
|
Forum: Ask for Help Posted: Tue May 24, 2011 8:29 am Subject: Howto Play 24bit audio? |
| Am really stuck with this, so any ideas or pointers that I can follow up on would be much appreciated. If I can force playback as 16bit that would be acceptable. |
Topic: Howto Play 24bit audio? |
pacifika
Replies: 7
Views: 349
|
Forum: Ask for Help Posted: Tue May 17, 2011 2:52 pm Subject: Howto Play 24bit audio? |
| Using the mciSendStringA alternative DLL call I get error message 320 which corresponds to All waveform devices that can play files in the current format are in use. Wait until one of these devices is ... |
Topic: Howto Play 24bit audio? |
pacifika
Replies: 7
Views: 349
|
Forum: Ask for Help Posted: Tue May 17, 2011 10:27 am Subject: Howto Play 24bit audio? |
I'm trying to play a 24bit audio file with my app. It just uses SoundPlay. Windows 7 has no problem, however Windows XP users cannot play the 24bit files.
Test app (or create your own in 1 minute): ... |
| |