| Author |
Message |
Topic: Problem with recursive function to map adjacent color cells. |
valenfor
Replies: 2
Views: 332
|
Forum: Ask for Help Posted: Mon Apr 20, 2009 7:50 pm Subject: Problem with recursive function to map adjacent color cells. |
VxE,
Thanks for the idea. That reminds me on how a flood fill algorithm works because of the fact it changes the color once it finds it's match which prevents its selection in the future iteration ... |
Topic: Problem with recursive function to map adjacent color cells. |
valenfor
Replies: 2
Views: 332
|
Forum: Ask for Help Posted: Mon Apr 20, 2009 3:31 pm Subject: Problem with recursive function to map adjacent color cells. |
I am trying to create a function that will map cells of the same adjacent color, similar to a Fill method. The function as it is now looks like this:
scorePiece(a,b,sColor)
{
globa ... |
Topic: #INCLUDE SQLite.ahk - Functions to access SQLite3 DB's |
valenfor
Replies: 63
Views: 26360
|
Forum: Scripts & Functions Posted: Tue Nov 14, 2006 12:41 pm Subject: #INCLUDE SQLite.ahk - Functions to access SQLite3 DB's |
| Thank you for the tip. I did the changes you suggested PhiLho, however the error still persisted. I traced back and found that when this call was made inside _SQLite_GetTable the $s_Col doesn't have ... |
Topic: #INCLUDE SQLite.ahk - Functions to access SQLite3 DB's |
valenfor
Replies: 63
Views: 26360
|
Forum: Scripts & Functions Posted: Tue Nov 14, 2006 8:56 am Subject: #INCLUDE SQLite.ahk - Functions to access SQLite3 DB's |
OK, as I noted in the thread I had started thanks again for this module. In my excitement I have been up way past the time I should be sleeping however trying to figure out an error I am having.
... |
Topic: Building a sqlite #include and library - Edited |
valenfor
Replies: 18
Views: 4912
|
Forum: Ask for Help Posted: Tue Nov 14, 2006 3:41 am Subject: Building a sqlite #include and library - Edited |
**** Sorry found updated thread and code - however even with that code the error still persists****
Nick or Guest
My many many many thanks. I should have done more reading of the documentatio ... |
Topic: Building a sqlite #include and library - Edited |
valenfor
Replies: 18
Views: 4912
|
Forum: Ask for Help Posted: Thu Sep 07, 2006 4:04 pm Subject: Progress |
| I had created the source to export the basic connect and disconnect functionality, however every DLL I made has not been able to use the DLLCALL in order to invoke various methods - I still don't know ... |
Topic: Building a sqlite #include and library - Edited |
valenfor
Replies: 18
Views: 4912
|
Forum: Ask for Help Posted: Fri May 05, 2006 11:03 pm Subject: Building a sqlite #include and library - Edited |
| It is not forgotten, however I have moved out of the country and though my job is great (not something that requires 60 hours a week) I have been filling in my off time with relocation tasks. However ... |
Topic: Building a sqlite #include and library - Edited |
valenfor
Replies: 18
Views: 4912
|
Forum: Ask for Help Posted: Thu Mar 23, 2006 1:44 pm Subject: Building a sqlite #include and library - Edited |
| I just wanted to say thanks to another forum member I have a hint as to how I can handle call back functions. Unfortunately I won't be able to do much with this for several more weeks as I am moving ... |
Topic: Building a sqlite #include and library - Edited |
valenfor
Replies: 18
Views: 4912
|
Forum: Ask for Help Posted: Mon Feb 27, 2006 12:49 pm Subject: Callbacks |
PhiLho,
Yes that was helpful, thank you. It both confirmed some items that I thought were true as well as the example gave me more ideas. Now I have my first dllcall's to both open and close the ... |
Topic: Building a sqlite #include and library - Edited |
valenfor
Replies: 18
Views: 4912
|
Forum: Ask for Help Posted: Sun Feb 26, 2006 4:50 pm Subject: Building a sqlite #include and library - Edited |
Good day everyone!
As you can see from my original message below, I started this thread looking for some help with DLLCALL in order to generate a simple include. This include could be used by all ... |
Topic: CMDret - return output from console progs [DLL version] |
valenfor
Replies: 157
Views: 52064
|
Forum: Utilities & Resources Posted: Thu Jun 09, 2005 11:08 pm Subject: Wooo Hooo! |
I know most others have already said, but just wanted to give the big
Wooo Hooo!
I got the DLL, got my tail.exe and mix em up in the same bowl and its LIKE BUTTER BABY!!!!
BCX looks cool too ... |
Topic: Detecting how window was closed. |
valenfor
Replies: 3
Views: 691
|
Forum: Ask for Help Posted: Tue May 31, 2005 1:55 pm Subject: Detecting how window was closed. |
| I am trying to detect how a window was closed. For example I have a form I made as a splash screen with two buttons, aggree, disaggree which I have working fine. However if the user simply closes th ... |
Topic: Function error - I gotta have a typo... |
valenfor
Replies: 1
Views: 916
|
Forum: Ask for Help Posted: Tue May 03, 2005 8:27 pm Subject: Function error - I gotta have a typo... |
| Given this function below, this is included at the top of my main script. This file has ONLY functions and global variables (defined outside of function). No lables are used in this file that contai ... |
Topic: Gui's gLabels and functions |
valenfor
Replies: 2
Views: 568
|
Forum: Ask for Help Posted: Mon Apr 25, 2005 9:40 pm Subject: Gui's gLabels and functions |
Thanks for the reply Jonny, I fully understand what your saying and well I certainly am not going to be kicking AHK out of bed for it
Just glad to have functions as is thanks for comments. |
Topic: Gui's gLabels and functions |
valenfor
Replies: 2
Views: 568
|
Forum: Ask for Help Posted: Mon Apr 25, 2005 5:15 pm Subject: Gui's gLabels and functions |
Can someone correct me if I am wrong, but you cannot use a function in a gui GLabel spot correct? Anyone have a good idea how to do it or is only way with a label setup that calls the function?
Th ... |
| |