Gambas Documentation
Aperçu du Langage
À traduire
Code Snippets
Comment faire ...
Compilation et installation
Composants
Controls pictures
Derniers changements
Dépôt d'applications
Documentation de l'Environnement de développement
Documentation des développeurs
Documents
À propos de ma formule préférée
Captures d'écrans
Comportement interne de DrawingArea
Convention de Nommage des Variables
Conventions de nommage
Database Datatype Mapping
DBus et Gambas
Démarrer avec Gambas
Détails de l'architecture
Différences avec Visual Basic
Différences entre Shell et Exec
Distributions et systèmes d'exploitation
Drag & Drop
Gambas, c'est quoi ?
Introduction
Le modèle objet de Gambas
Le programme s'est arrêté de façon inattendue en levant le signal #11
Licence
LIENS RELATIFS à Gambas
Listes de diffusion et Forums
Livres
Localisation et Internationalisation
Network Programming
News
Notes de version
Gambas 2.23.0
Gambas 2.23.1
Gambas 2.24.0
Gambas 3.1.0
Gambas 3 RC1
Gambas 3 RC2
Gambas 3 RC3
Gambas 3 RC4
Gambas 3 RC5
Gambas 3 RC6
ODBC Component Documentation
Pages serveur Gambas
Passer Un Argument Par Référence
PCRE Pattern Syntax
Portage de Gambas 2 en Gambas 3
Questions fréquemment posées (FAQ)
Rich Text Syntax
Signaler un problème, un bogue ou un plantage
Tests de performance (benchmarks)
Window Activation & Deactivation
Indenter
Index de tous les Documents
Index du langage
Lexique
LISEZ-MOI
Manuel du wiki
Messages d'erreur
Tutoriels
Wiki License

Gambas 3.3.4

What's new

This release fixes thirty-nine bugs found in Gambas since the release of the 3.3.3 version.

Use it instead of any previous 3.3.x version.

ChangeLog

[DEVELOPMENT ENVIRONMENT]
* NEW: Use a SidePanel to display the stack backtrace.
* BUG: The name of GridView controls is now always visible in the form
  editor.
* BUG: Events of class written in Gambas are correctly detected now.
* BUG: Automatic local variable declaration now correctly analyze
  expressions like "A.B" in all cases.
* BUG: Fix scrolling of code editor procedure list.
* BUG: Automatic local variable declaration now works correctly when a
  method named "Get" is called inside the analyzed expression.
* BUG: Fix an infinite loop when choosing a fixed font for the search list
  after the default font has been changed from the option dialog.

[INTERPRETER]
* BUG: Implicit array conversion now correctly preserves dimensions.
* BUG: Fix profiling of WAIT instruction.
* BUG: Using Enum.Index outside of an enumeration now raises an error
  instead of crashing.
* BUG: Fix a crash in String.Comp() when one of the two string is null.
* BUG: NULL can be converted to a pointer now.

[GB.DB]
* BUG: DB.Quote(..., True) now does a table name quoting in all cases.

[GB.DB.FORM]
* BUG: The database controls now can handle table names that are reserved
  SQL keywords.
* BUG: Correctly handle null values when sorting a DataSource.
* BUG: DataSource.Table contents is automatically trimmed before being sent
  to the database driver.

[GB.DESKTOP]
* BUG: Desktop.ActiveWindow really works now.

[GB.FORM]
* BUG: MaskBox and ButtonBox controls with no mask now should act like a
  normal TextBox for popup menu and focus events.
* BUG: GridView does not crash anymore if all rows are hidden (i.e. if
  their height is zero).
* BUG: GridView is correctly updated now when the Border property is set.
* BUG: Removing GridView rows correctly resets the row heights.

[GB.GTK]
* BUG: Fix event handling when a window has only invisible top-level menus.
* BUG: Fix a possible crash in TrayIcon mouse wheel event handling.
* BUG: Fix string to Font conversion for fonts whose name starts with
  "nan" or other special numeric strings.
* BUG: Reparenting a container correctly keeps the visibility state of its
  children.
* BUG: Foreground color is now correctly preserved when reparenting.
* BUG: Fix crash in menu deletion.
* BUG: Label, TextLabel, PictureBox and MovieBox now draw their plain
  border with the foreground color, like gb.qt4 does.
* BUG: Scrollbar width is correctly respected.
* BUG: Setting the background color of a Panel should not have spurious
  effects anymore (they were due to the internal reparenting).
* BUG: Fix reparenting when there is a TabStrip in the process.
* BUG: The mouse cursor is correctly inherited from the parent control if
  the Mouse property is set to Mouse.Default.
* BUG: Fix management of multiple modal dialogs and popups.

[GB.IMAGE]
* BUG: Image.RotateRight() now really rotates to the right.
* BUG: Fix Image.RotateRight() algorithm.

[GB.IMAGE.EFFECT]
* BUG: Image.Histogram() now correctly handle ABGR images.
* BUG: Remove a debugging message.

[GB.QT4]
* BUG: Paint.DrawRichText() now takes the color opacity into account.
* BUG: Compilation with new gcc should be fixed.
* BUG: The menubar height is now correctly updated after a font change.

Compilation and installation

Read the instructions there.

If everything was fine, type "gambas3" to run the development environment.

Enjoy it !

See also