| Author |
Message |
Topic: [SOLVED] Unexpected (& erroneous) yet interesting result |
TodWulff
Replies: 2
Views: 130
|
Forum: Ask for Help Posted: Wed Apr 27, 2011 4:15 am Subject: [SOLVED] Unexpected (& erroneous) yet interesting result |
Yep, that is it. Never mind. Thanks for looking, however...  |
Topic: [SOLVED] Unexpected (& erroneous) yet interesting result |
TodWulff
Replies: 2
Views: 130
|
Forum: Ask for Help Posted: Wed Apr 27, 2011 4:12 am Subject: [SOLVED] Unexpected (& erroneous) yet interesting result |
Hmm, unless it is my input processing of the supplied sql from the user via IRC.?.
http://gyazo.com/bcd250568a6c51ab8aa3f41aa1634e7d.png
Ugh. /me has some more vetting to do... |
Topic: [SOLVED] Unexpected (& erroneous) yet interesting result |
TodWulff
Replies: 2
Views: 130
|
Forum: Ask for Help Posted: Wed Apr 27, 2011 3:53 am Subject: [SOLVED] Unexpected (& erroneous) yet interesting result |
EDIT: This was a waste of my time. No need to waste yours reading it. At the end of the day, the error was elsewhere in my code...
If whatever way you retrieve the pointer doesn't allow you to a ... |
Topic: Keeping form always on top of fullscreen game |
TodWulff
Replies: 4
Views: 536
|
Forum: Ask for Help Posted: Wed Jan 05, 2011 5:30 am Subject: Keeping form always on top of fullscreen game |
| It looks like there may be guidance [url=http://j.mp/gQBsy7]here to yield some relief.?. |
Topic: Keeping form always on top of fullscreen game |
TodWulff
Replies: 4
Views: 536
|
Forum: Ask for Help Posted: Wed Jan 05, 2011 5:13 am Subject: Keeping form always on top of fullscreen game |
FYI, so we keep the acronyms to a minimum...  |
Topic: How about a new set of sub-forums for AHK_L? |
TodWulff
Replies: 18
Views: 841
|
Forum: General Chat Posted: Tue Dec 28, 2010 5:33 pm Subject: How about a new set of sub-forums for AHK_L? |
...No one can sort through the jumbled mess that is four different versions of AHK in one place...
This is the stimulating fact that stirred me to make my initial post herein...
-t |
Topic: Case sensitive variables possible? |
TodWulff
Replies: 13
Views: 398
|
Forum: Ask for Help Posted: Tue Dec 28, 2010 12:20 am Subject: Case sensitive variables possible? |
Interesting question (Thinking out loud here).
I suspect that if you do up a couple of function to assign and get contents to/from a variable, and pass the var name as a parameter (possibly byref? ... |
Topic: Character Conversion (Unicode) |
TodWulff
Replies: 2
Views: 216
|
Forum: Ask for Help Posted: Mon Dec 27, 2010 11:51 pm Subject: Character Conversion (Unicode) |
I come offering no substantive help, other than a pointer to a doc that I stumbled across recently that seems to paint a bit of light on the issue you might be battling:
Good luck.
-t |
Topic: How about a new set of sub-forums for AHK_L? |
TodWulff
Replies: 18
Views: 841
|
Forum: General Chat Posted: Mon Dec 27, 2010 1:57 pm Subject: How about a new set of sub-forums for AHK_L? |
| @TodWulf --- hey as far as yeilding to previous leadership. there is a simple fact you and everyone who brings this up forgets. The domain and webspace are all in Chris's ownership. Its not a choice ... |
Topic: How about a new set of sub-forums for AHK_L? |
TodWulff
Replies: 18
Views: 841
|
Forum: General Chat Posted: Mon Dec 27, 2010 3:07 am Subject: How about a new set of sub-forums for AHK_L? |
fincs,
Let's just agree to disagree. We can respectfully end the thread here.
My suggestion has had it's five minutes. If there are enough of us out there, maybe the forum mods will reconsider ... |
Topic: [SOLVED]SQLite User Defined Functions (SQLite UDFs) |
TodWulff
Replies: 5
Views: 1246
|
Forum: Ask for Help Posted: Mon Dec 27, 2010 2:49 am Subject: SQLite FTS3 and FTS4 AHK UDFs and Callbacks |
Thank you, Lexikos, for your always patient and wonderful help both herein and on Freenode's #AHK!
For some obtuse reason (one that I have given up on trying to figure out), I believe that there ... |
Topic: [SOLVED]RegisterCallback's Var Assertion, and Def Vars |
TodWulff
Replies: 4
Views: 227
|
Forum: Ask for Help Posted: Sat Dec 25, 2010 9:06 pm Subject: Simple, once good guidance is secured: |
This approach is functional...
;rcb_test.ahk
;===============================================================================
test_msg2(text_2, pFlag="") {
if (pFlag ... |
Topic: [SOLVED]RegisterCallback's Var Assertion, and Def Vars |
TodWulff
Replies: 4
Views: 227
|
Forum: Ask for Help Posted: Sat Dec 25, 2010 7:44 pm Subject: Re: RegisterCallback's Variable Assertion, and Default Varia |
| The issue is that the code, as reflected above, yields an A4 error with the DLLCall.You passed too many parameter. ParamCount: "If entirely omitted, it defaults to the number of mandatory paramet ... |
Topic: How about a new set of sub-forums for AHK_L? |
TodWulff
Replies: 18
Views: 841
|
Forum: General Chat Posted: Sat Dec 25, 2010 7:11 pm Subject: How about a new set of sub-forums for AHK_L? |
Fincs - Thank you for taking the time. Merry Christmas to you and all AHK family members and their friends!
...
Now, for some healthy debate:
And ...as it would split the community in ha ... |
Topic: ErrorLevel and RegisterCallback |
TodWulff
Replies: 1
Views: 164
|
Forum: Ask for Help Posted: Sat Dec 25, 2010 8:40 am Subject: ErrorLevel and RegisterCallback |
| Testing reveals that A_LastError appears to not be set on an error with a RegisterCallback failure. It presents that they only way to detect an error with a failed RegisterCallback construct is by ch ... |
| |