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.16.3

What's new?

This release includes important bug fixes made since the 3.16.2 release.

Compilation and installation

Read the instructions there.

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

Enjoy it !

Changelog

DEVELOPMENT ENVIRONMENT

  • Report editor: Use Style.FrameWidth for the padding of CoordBox, so that the control is usable with GTK+3.

  • Report editor: Fix drawing of CoordBox background.

  • Fix the rich text syntax of some tips.

  • Help browser: Hide the print button, as printing is not yet implemented in the new Qt/GTK+ WebView controls.

  • Form editor: Image properties can be set without error.

  • Additional project references using relative paths are correctly handled now.

GB.COMPRESS.ZLIB

  • zlib inflate function sometimes returns an incorrect error code that was leading to a crash.

GB.DB.MYSQL

  • All UTF-8 charsets variants are now returned as "utf8".

  • Creating a numeric field with a default value works correctly now.

GB.DB.ODBC

  • Adapt GetRecordCount() to the SQLite ODBC database driver.

GB.DBUS.TRAYICON

  • TrayIcon: Change the icon name each time the Picture property changes, so that the system tray reloads it.

GB.DESKTOP

  • Fix desktop standard paths computation when there is no explicit configuration file.

GB.FORM

  • SliderBox: Always set both the SpinBox and the Slider, so that they keep being synchronized when the SliderBox has been locked.

  • DirBox: Correctly raise the Change event each time the contents actually changes.

  • ButtonBox: Raise the Validate event.

  • MaskBox: Make cursor moves more clever.

  • MaskBox: Handle space separators correctly when setting the Text property.

  • MaskBox: Don't crash when hitting Backspace at the beginning of the editable text.

GB.FORM.EDITOR

  • TextEditor: Correctly reset the Alternate flag before starting highlighting text.

GB.FORM.MDI

  • Workspace: The Add() method now can safely move a window from a workspace to another workspace.

  • Workspace: Activating an unknown window is now silently ignored.

GB.GTK

  • Modal windows are now centered before being shown.

  • Realize the window widget before trying to center it, as we need the monitor it is displayed on.

  • Fix mouse cursor management.

  • Make popup menu event behave the same way as in Qt components.

  • Menu.Popup() now works correctly if the opened menu is not defined in the window of the click event.

  • Fix Font.RichTextSize().

  • Rich text support for <pre> markup.

  • Fix rich text paragraph and title line breaks.

  • Fix csd size computation.

GB.GTK3

  • Modal windows are now centered before being shown.

  • Realize the window widget before trying to center it, as we need the monitor it is displayed on.

  • Fix mouse cursor management.

  • Make popup menu event behave the same way as in Qt components.

  • Menu.Popup() now works correctly if the opened menu is not defined in the window of the click event.

  • Fix Font.RichTextSize().

  • Fix startup initialization.

  • Rich text support for <pre> markup.

  • Fix rich text paragraph and title line breaks.

  • Fix csd size computation.

GB.GUI.BASE

  • Message: Correctly define the message title for standard message box style.

  • Splitter: Fix how the panels follow the mouse on resize.