[Gambas-user] Release of gambas 1.0.10
Benoit Minisini
gambas at ...1...
Sun Aug 14 20:00:29 CEST 2005
Hi,
This release fixes many important bugs - Thanks to the different reporters!
--8<-----------------------------------------------------------------------
DEVELOPMENT ENVIRONMENT
* BUG: Clicking on the component list in the project property dialog should
not abort the IDE anymore.
* BUG: No position shift anymore when inserting controls in a TabStrip.
* BUG: Creating a menu with a void name in the menu editor does not abort the
IDE anymore.
DATABASE MANAGER
* NEW: You can select and delete several lines at once in the data sheet.
EXAMPLES
* NEW: A new little game made by Jairo Bedoya.
INTERPRETER
* BUG: Enumeration and array operators can be used with anonymous object
references without crashing the interpreter anymore.
* BUG: Now strings are implicitely converted to floats with arithmetic
operators, and not to booleans anymore.
* BUG: Hex$() and Bin$() now correctly display negative values.
* BUG: Trim$(), LTrim$() and RTrim$() do not remove non-ASCII characters in
some cases anymore.
QT COMPONENT
* BUG: Container.Children is accurate, and counts only Gambas child controls.
* BUG: Control.Parent now returns a Container, and not a Control anymore.
* BUG: The DrawingArea draws its border correctly again.
DATABASE COMPONENT
* BUG: Result can manage tables whose primary keys are not the first fields
of the table.
* BUG: You can use variant values with functions that use substitution.
* BUG: Result.Fields.Exist() now returns FALSE if a field does not exist, and
do not raise an error anymore.
--8<-----------------------------------------------------------------------
Enjoy it!
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list