| Author |
Message |
Topic: poor man's multithreading |
wakewatcher
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Thu Oct 23, 2008 7:47 am Subject: poor man's multithreading |
| I don't see the advantage over my original approach and it appears there is a lot of dead time (sleep 30000) in the main loop. Not something I want to do. Plus have no idea what your numberofloops va ... |
Topic: poor man's multithreading |
wakewatcher
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Thu Oct 23, 2008 1:04 am Subject: poor man's multithreading |
| Yes that's what I'm describing. |
Topic: poor man's multithreading |
wakewatcher
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Wed Oct 22, 2008 12:23 am Subject: poor man's multithreading |
| Thanks. I'm not sure this will work for me. If in all cases the upload is shorter in time then it looks good. However if the upload crashes and the flag doesn't get reset then it looks like the crun ... |
Topic: poor man's multithreading |
wakewatcher
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Tue Oct 21, 2008 12:33 am Subject: poor man's multithreading |
| I've got a pretty simple need. I crunch football avi videos down to mp4 and then upload them to the web. I've got it all working serially but given that the crunching (generally) takes longer than t ... |
Topic: dropdown list disappears |
wakewatcher
Replies: 5
Views: 158
|
Forum: Ask for Help Posted: Mon Sep 08, 2008 8:00 pm Subject: dropdown list disappears |
| Thanks!!! Not sure why that is necessary as the statement just prior is GuiControl,Show,dropdown but it works. Thanksalot! |
Topic: dropdown list disappears |
wakewatcher
Replies: 5
Views: 158
|
Forum: Ask for Help Posted: Mon Sep 08, 2008 8:08 am Subject: dropdown list disappears |
| I've got a form with a couple of tabs and in a tab I just added a dropdownlist control. When I enter the tab for the first time everything looks fine. But off and on when I return to that tab that dro ... |
Topic: Small and fast Text File Encryptor |
wakewatcher
Replies: 19
Views: 5607
|
Forum: Scripts & Functions Posted: Sun Aug 03, 2008 3:07 am Subject: Small and fast Text File Encryptor |
| Thanks. Unfortunately the server my host use is linux based and not windows. I think I will need some 'native' php code to decrypt. |
Topic: Small and fast Text File Encryptor |
wakewatcher
Replies: 19
Views: 5607
|
Forum: Scripts & Functions Posted: Sat Aug 02, 2008 11:03 pm Subject: PHP TEA DECRYPT Program? |
| I've been using this very cool and useful file encryption/decryption tool that Laszlo has contributed to the community. (The science behind it is beyond me!) Anyway in the past I've use it to encryp ... |
Topic: download/program manager? (off topic?) |
wakewatcher
Replies: 1
Views: 91
|
Forum: Ask for Help Posted: Sun Jul 06, 2008 6:16 am Subject: download/program manager? (off topic?) |
| Found it. Laszlo's et al's contribution a few years back. Now just to figure it all out. |
Topic: download/program manager? (off topic?) |
wakewatcher
Replies: 1
Views: 91
|
Forum: Ask for Help Posted: Sat Jul 05, 2008 7:44 am Subject: download/program manager? (off topic?) |
| Seems like a couple of years ago I saw a thread mentioning software to manage downloads and permissions for executing ahk scripts. (my mind is a bit fuzzy on this.) I've been working on some scripts t ... |
Topic: Packaging it all up. |
wakewatcher
Replies: 2
Views: 82
|
Forum: Ask for Help Posted: Tue Jun 24, 2008 5:29 am Subject: Packaging it all up. |
| Thanks. I'll have to dig into it but they seem to add resource files in/near the executing directory. I was opening to have it all bundled in the ahk.exe so it all runs as a single program without u ... |
Topic: Packaging it all up. |
wakewatcher
Replies: 2
Views: 82
|
Forum: Ask for Help Posted: Tue Jun 24, 2008 5:13 am Subject: Packaging it all up. |
| Apparently programs like ffmpeg package up a whole bunch of executables into one package and then runs what it needs based on the command line arguments. I've got a couple of AHK scripts that use com ... |
Topic: Can you package up a dll (with compile) and load without... |
wakewatcher
Replies: 5
Views: 134
|
Forum: Ask for Help Posted: Sat Apr 26, 2008 5:16 pm Subject: Can you package up a dll (with compile) and load without... |
| Shucks... but thx for the prompt answer. |
Topic: Can you package up a dll (with compile) and load without... |
wakewatcher
Replies: 5
Views: 134
|
Forum: Ask for Help Posted: Sat Apr 26, 2008 5:04 pm Subject: Can you package up a dll (with compile) and load without... |
FileInstall,sqlite3.dll,sqlite3.dll
$SQLITE_s_DLL := "sqlite3.dll"
_SQLite_Startup()
{
Global
$SQLITE_h_DLL := DllCall("LoadLibrary"
... |
Topic: Can you package up a dll (with compile) and load without... |
wakewatcher
Replies: 5
Views: 134
|
Forum: Ask for Help Posted: Sat Apr 26, 2008 4:36 pm Subject: Can you package up a dll (with compile) and load without... |
| For an application I need to bring along a dll. I'd like not to have to bother cluttering the directory with the dll file. I of course can use FileInstall to package up the dll and install it but if ... |
| |