Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.9.0
|
Minor feature enhancements |
30-Oct-2008 17:31 |
|
2.8.2
|
Major bugfixes |
30-Aug-2008 17:32 |
|
2.8.1
|
Major bugfixes |
21-Aug-2008 14:01 |
|
2.8.0
|
Major bugfixes |
15-Aug-2008 17:27 |
|
2.7.0
|
Minor bugfixes |
13-Jun-2008 17:30 |
|
2.6.0
|
Major bugfixes |
10-May-2008 19:26 |
|
2.5
|
Minor feature enhancements |
04-Apr-2008 13:24 |
|
2.4
|
Minor bugfixes |
19-Mar-2008 06:35 |
|
2.3
|
Minor bugfixes |
13-Mar-2008 12:47 |
|
2.2.1
|
Major bugfixes |
24-Feb-2008 16:26 |
Comments
[»]
how to connect to mysql database
by ayengying - Aug 1st 2005 01:48:26
i was able to program easily using gambas 1.9.10. but my problem now is i
cannot connect to a mysql database. can somebody help me on this? i really
need to connect to the said database to finish the pos program that i am
developing.
thanks,
ayeng
[reply]
[top]
[»]
Gambas and sockets
by SmallR2002 - Jul 21st 2005 04:23:11
I have a slight problem with sockets, well, not knowing how to get them
working in gambas. The problem is fully described
http://www.linuxbasic.net/index.php?topic=58.0 <-- here, please can
someone help me. Either email me or post on the forum.
Thanks alot, Robert Small
-- [| TeamSpeak: ts.v8d.org || IRC: irc.v8d.org || Website: www.v8d.org || FreeCiv: fc.v8d.org (Look at freeiv.org to get the game) |]
[reply]
[top]
[»]
underscore?
by bjwest - Jul 16th 2005 03:09:57
Why is an underscore not allowed in identifier names?
This_Is_My_ID is much easier to read than ThisIsMyID.
Underscored identifiers can also be located more
easily by a quick visual scan.
[reply]
[top]
[»]
Re: underscore?
by SmallR2002 - Jul 21st 2005 04:27:46
> Why is an underscore not allowed in
> identifier names?
> This_Is_My_ID is much easier to read
> than ThisIsMyID.
> Underscored identifiers can also be
> located more
> easily by a quick visual scan.
Most likely for sub names, for example button_click() works,
button_on_click() doesn't.
Hope that helped, Robert.
-- [| TeamSpeak: ts.v8d.org || IRC: irc.v8d.org || Website: www.v8d.org || FreeCiv: fc.v8d.org (Look at freeiv.org to get the game) |]
[reply]
[top]
[»]
docs about gambas
by zilogz - Sep 30th 2002 18:53:10
I finally found a development language easy to use nearly as VISUAL BASIC.
That what to me was really missing in the Linux world.
I only would appreciate a better doc about methods, properties and
evenths.
Thanks for the time spent reading here!
crisciotti@virgilio.it
[reply]
[top]
[»]
Re: docs about gambas
by gambas - Nov 3rd 2002 09:11:45
I will start writing better doc about classes and
components after the 0.40 version. I have just discovered
doxygen !! :-)
[reply]
[top]
[»]
Re: docs about gambas
by raindog2 - Jul 26th 2003 18:47:49
> I only would appreciate a better doc
> about methods, properties and evenths.
> Thanks for the time spent reading here!
> crisciotti@virgilio.it
Starting with Gambas 0.60, a full help browser is included. You can press
F2 in the editor to bring it up. People are welcome to contribute more
example code to the documentation; you can do this on the Gambas wiki at http://www.binara.com/gambas-wiki/.
[reply]
[top]
|