| Author |
Message |
Topic: [AHK L] DBA 0.9 (OOP-SQL DataBase in AHK {SQLite, MySQL}) |
IsNull
Replies: 34
Views: 2557
|
Forum: Scripts & Functions Posted: Sun Jan 29, 2012 2:08 pm Subject: [AHK L] DBA 0.9 (OOP-SQL DataBase in AHK {SQLite, MySQL}) |
The user AimLike extracted the 64bit libmySQL.dll and I included it into the DBA library. DBA automatically detects the AHK Version running and chooses the right dll.
Though, out of box support for 6 ... |
Topic: Allowing guests to post |
IsNull
Replies: 61
Views: 1733
|
Forum: General Chat Posted: Sat Jan 28, 2012 5:44 pm Subject: Allowing guests to post |
It's something wrong.
Does it matter in any way if those statements are from a guest or not? I mean they are bad in any case.
Mostly this are regular members here which don't have enough nuts to ... |
Topic: Allowing guests to post |
IsNull
Replies: 61
Views: 1733
|
Forum: General Chat Posted: Sat Jan 28, 2012 5:12 pm Subject: Allowing guests to post |
Ease of access (posting without registration) attracts people.
This is exactly the Point Chris has about it. And I can confirm that this is true. When surfing through the web, everyone will stumb ... |
Topic: Allowing guests to post |
IsNull
Replies: 61
Views: 1733
|
Forum: General Chat Posted: Fri Jan 27, 2012 5:20 pm Subject: Allowing guests to post |
There are (or have been) many helpful guests: a4u, bobo, gogo, to name a few, so I wouldn't call guests lazy.
Don't get me wrong. The mentioned laziness is not pure negative manner.
I'm lazy too, ... |
Topic: Allowing guests to post |
IsNull
Replies: 61
Views: 1733
|
Forum: General Chat Posted: Fri Jan 27, 2012 4:21 pm Subject: Allowing guests to post |
I think the sole criteria for eliminating guest post would be that the MODS uniformly get tired of handling it.
This is exactly the point.
If someone abuses the guest post right, the effort for M ... |
Topic: Finding out the all the iTunes Com Commands |
IsNull
Replies: 6
Views: 117
|
Forum: Ask for Help Posted: Mon Jan 16, 2012 4:56 pm Subject: Finding out the all the iTunes Com Commands |
Right click on the help file and go into the settings, and check the "trust" checkbox. This is a security setting issue.  |
Topic: Sixth Sense |
IsNull
Replies: 7
Views: 339
|
Forum: General Chat Posted: Mon Jan 16, 2012 3:50 pm Subject: Sixth Sense |
Started like "ok, cool". Going Further to "hell yeah!" over to "what the hell is going on, this is freaking awesome!" till "WOOOOHOOO...impossible?!"
... |
Topic: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
IsNull
Replies: 127
Views: 7480
|
Forum: Scripts & Functions Posted: Mon Jan 09, 2012 7:04 pm Subject: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
A proper implementation of an Garbage Collector starts at the root objects, and travels down the linked hierarchies. Everything which is reachable this way is alive, anything other can be removed.
... |
Topic: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
IsNull
Replies: 127
Views: 7480
|
Forum: Scripts & Functions Posted: Sun Jan 08, 2012 9:22 pm Subject: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
| However, I'm not sure that it's good to store object reference in the delegates because of garbage collection. As far as I know objects aren't deleted when they contain cyclic references. It might be ... |
Topic: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
IsNull
Replies: 127
Views: 7480
|
Forum: Scripts & Functions Posted: Sun Jan 08, 2012 6:51 pm Subject: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
Any other things you noticed?
Well your EventHandling should be improoved in two ways:
1. Use EventHandler which is capable of multiple listeners
2. Use a "Delegate" which is capable ... |
Topic: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
IsNull
Replies: 127
Views: 7480
|
Forum: Scripts & Functions Posted: Sun Jan 08, 2012 6:12 pm Subject: [AHK_L][Alpha]CGUI - Object-Oriented GUIS! |
frag, this is very cool!
There are some small details, which you may want to improve.
For example:
CGui.AddControl("Control-Name")
It should be possible to add just an i ... |
Topic: Object dynamic member |
IsNull
Replies: 3
Views: 214
|
Forum: Wish List Posted: Sun Jan 08, 2012 2:37 pm Subject: Object dynamic member |
@CodeKiller:
class Car {
Color := ""
}
Member := Color ; wont work, use "Color"
aCar := new Car()
aCar.%Member% := "Red"
... |
Topic: array.max() / array.min() |
IsNull
Replies: 21
Views: 899
|
Forum: Wish List Posted: Sat Jan 07, 2012 9:22 am Subject: array.max() / array.min() |
I thought also about this. Even already implemented Methods seem to be inconsistent;
names := []
names.Insert("Mary")
names.Remove("Mary") ; won't ... |
Topic: AutoHotkey v2 Alpha Release |
IsNull
Replies: 710
Views: 57950
|
Forum: Scripts & Functions Posted: Sat Jan 07, 2012 9:06 am Subject: AutoHotkey v2 Alpha Release |
| break and continue are special flow control statements only valid at certain locations, not functions. |
Topic: Figuring distance from Point A to Point B |
IsNull
Replies: 15
Views: 719
|
Forum: General Chat Posted: Fri Jan 06, 2012 4:23 pm Subject: Figuring distance from Point A to Point B |
Mabye it's too early in the morning but I can't translate anything you just said...
I think she means that for real navigation calculations, complexer math would be requiered, as the world is n ... |
| |