| Author |
Message |
Topic: MyClock - Alternative display clock based on Kyokusen design |
Drugwash
Replies: 6
Views: 1065
|
Forum: Scripts & Functions Posted: Sat Feb 04, 2012 12:30 pm Subject: MyClock - Alternative display clock based on Kyokusen design |
Ooops! You're right! Will fix it a.s.a.p. Thanks for the heads up and for the appreciation!
EDIT:
Fixed it!  |
Topic: MyClock - Alternative display clock based on Kyokusen design |
Drugwash
Replies: 6
Views: 1065
|
Forum: Scripts & Functions Posted: Sat Feb 04, 2012 7:25 am Subject: MyClock - Alternative display clock based on Kyokusen design |
Updated to v0.0.0.5
changelog:
0.0.0.3
- first public version
0.0.0.4 (not published)
- changed name of preferences file
- added fonts check and embedding
- increased progressbar height
... |
Topic: Is AutoHotkey still an automation programming language? |
Drugwash
Replies: 29
Views: 832
|
Forum: General Chat Posted: Thu Jan 26, 2012 1:11 am Subject: Is AutoHotkey still an automation programming language? |
| It's all about understanding. Classes and objects and whatever may have been added to the new version(s), are simply too opaque to be understood. I'm not a genius, but I'm not stupid either (or at lea ... |
Topic: The Official Goodbye (or AFA) Thread. |
Drugwash
Replies: 29
Views: 1275
|
Forum: General Chat Posted: Wed Jan 25, 2012 11:56 pm Subject: The Official Goodbye (or AFA) Thread. |
Username: Drugwash
Duration: In(de)finite
Reason: Broken Win9x support
I'm back to say I'm gone. Lately, got neither feedback nor help when needed, contrary to the motto that still holds, ironica ... |
Topic: Serial ( COM ) Port Console Script |
Drugwash
Replies: 120
Views: 47175
|
Forum: Scripts & Functions Posted: Wed Jan 25, 2012 1:53 am Subject: Serial ( COM ) Port Console Script |
After looking through the sniffed code more carefully, I realised you need to work with DeviceIoControl(), and it's gonna be real tough. Personally I can't use that function since it's NT-only.
Use ... |
Topic: FileFormat : EXIF : EXIF() Dump-Table v2.00 |
Drugwash
Replies: 20
Views: 3143
|
Forum: Scripts & Functions Posted: Mon Jan 23, 2012 5:32 pm Subject: FileFormat : EXIF : EXIF() Dump-Table v2.00 |
Amazingly, it works on my 98SE! Thank you so much! Haven't yet looked through the script, just tested the Debug GUI provided in the zip package, with Exif v2.11.
Since the Exif tag can be read, ... |
Topic: Serial ( COM ) Port Console Script |
Drugwash
Replies: 120
Views: 47175
|
Forum: Scripts & Functions Posted: Wed Jan 18, 2012 12:27 pm Subject: Serial ( COM ) Port Console Script |
Add this before calling SetCommState:
NumPut(2048, DCB, 14, "UShort") ; XonLim
NumPut(512, DCB, 16, "UShort") ; XoffLim
DllCall("SetCommState", &qu ... |
Topic: MyDiary - Encrypted daily diary |
Drugwash
Replies: 9
Views: 704
|
Forum: Scripts & Functions Posted: Thu Jan 12, 2012 10:12 am Subject: MyDiary - Encrypted daily diary |
You're right, somehow. I always hoped somebody would help with this, but no one so far offered to shed some light on the matter.
However, it might look odd without those buttons; I might put some tex ... |
Topic: MyDiary - Encrypted daily diary |
Drugwash
Replies: 9
Views: 704
|
Forum: Scripts & Functions Posted: Tue Jan 10, 2012 5:01 pm Subject: MyDiary - Encrypted daily diary |
| You're welcome. Hope it's gonna be useful somehow. I do use it almost daily but someone else signaled me a few issues and had to resume working on it. It's still far from perfect, I know. |
Topic: MyDiary - Encrypted daily diary |
Drugwash
Replies: 9
Views: 704
|
Forum: Scripts & Functions Posted: Tue Jan 10, 2012 3:54 pm Subject: MyDiary - Encrypted daily diary |
So much feedback on this one... v0.0.5.2 is up as of now.
Anyway, if anyone cares, I've attempted to fix the "multiple DB with unique password" issue and also performed a few othe ... |
Topic: Function : InternetFileRead() aka UrlDownLoadToVar() |
Drugwash
Replies: 151
Views: 20899
|
Forum: Scripts & Functions Posted: Thu Dec 15, 2011 5:21 pm Subject: Function : InternetFileRead() aka UrlDownLoadToVar() |
| Busy? Not quite. But I feel out of place here, since nobody cares about my 9x anymore. If I ever feel like working on some script, it'd be useless to post it since it'd be non AHK_L-compatible and mos ... |
Topic: Function : InternetFileRead() aka UrlDownLoadToVar() |
Drugwash
Replies: 151
Views: 20899
|
Forum: Scripts & Functions Posted: Thu Dec 15, 2011 2:43 pm Subject: Function : InternetFileRead() aka UrlDownLoadToVar() |
The Last edit field in the comments at the beginning of the script still shows 03-Jul-2009. You may wanna update that as well.  |
Topic: AHK Image hides under taskbar |
Drugwash
Replies: 21
Views: 834
|
Forum: Ask for Help Posted: Thu Nov 17, 2011 9:15 pm Subject: AHK Image hides under taskbar |
| Well then, add an OnMessage(0x7E, "resizeit") call to the autoexec section, pointing to a simple function that retrieves button size and resizes your GUI accordingly. Hopefull yit'll work (h ... |
Topic: AHK Image hides under taskbar |
Drugwash
Replies: 21
Views: 834
|
Forum: Ask for Help Posted: Wed Oct 12, 2011 7:02 pm Subject: AHK Image hides under taskbar |
| The right way would be to monitor system broadcast messages and react to the appropriate message. Unfortunately, I don't have time now to search for such message so you'll have to ask around or in MSD ... |
Topic: :: SmartGUI Creator :: |
Drugwash
Replies: 691
Views: 303905
|
Forum: Scripts & Functions Posted: Sat Oct 08, 2011 10:45 pm Subject: :: SmartGUI Creator :: |
| By "borders" you mean by chance "separators", as in pane separators that allow their resize (sizing grips as mentioned above)? That is not a standard common control AFAIK and Smart ... |
| |