gambas
09e3a9ae19
Scroll view to make popup windows visible as much as possible.
...
[GB.WEB.GUI]
* NEW: Scroll view to make popup windows visible as much as possible.
2021-01-14 04:14:55 +01:00
gambas
03fdb5dca7
Somes fixes in the DateBox control.
...
[GB.WEB.GUI]
* BUG: DateBox: Fix date formatting.
* NEW: DateBox: Set a default width according to the DateTime property.
2021-01-14 03:58:20 +01:00
gambas
b070d7a386
Popups now use absolute position, so that they follow the document scrolling.
...
[GB.WEB.GUI]
* BUG: Popups now use absolute position, so that they follow the document scrolling.
2020-12-27 20:23:21 +01:00
gambas
26baf7a601
WebComboBox: Read-only combo-boxes have now the same height as the editable ones.
...
[GB.WEB.GUI]
* BUG: WebComboBox: Read-only combo-boxes have now the same height as the editable ones.
2020-12-26 22:29:54 +01:00
gambas
5e22276818
WebForm: AddHeader() is a new method that allows to add a custom page header.
...
[GB.WEB.GUI]
* NEW: WebForm: AddHeader() is a new method that allows to add a custom page header.
* BUG: WebForm: Custom form javascript files are now different for each form.
2020-12-19 12:46:09 +01:00
gambas
f7e806c9bf
Update Chinese translation.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Chinese translation.
[WIKI CGI SCRIPT]
* NEW: Update Chinese translation.
[PROJECT TEMPLATES]
* NEW: Update Chinese translation.
[GB.DB.FORM]
* NEW: Update Chinese translation.
[GB.FORM.DIALOG]
* NEW: Update Chinese translation.
[GB.FORM.MDI]
* NEW: Update Chinese translation.
[GB.FORM.PRINT]
* NEW: Update Chinese translation.
[GB.FORM]
* NEW: Update Chinese translation.
[GB.GUI.BASE]
* NEW: Update Chinese translation.
[GB.REPORT2]
* NEW: Update Chinese translation.
[GB.TERM.FORM]
* NEW: Update Chinese translation.
[GB.UTIL]
* NEW: Update Chinese translation.
[GB.WEB.FEED]
* NEW: Update Chinese translation.
[GB.WEB.FORM]
* NEW: Update Chinese translation.
[GB.WEB.GUI]
* NEW: Update Chinese translation.
2020-11-18 21:07:53 +01:00
gambas
6aaf3381d9
WebComboBox: Setting the text on editable comboboxes correctly sets the Index property and raises the Click event.
...
[GB.WEB.GUI]
* BUG: WebComboBox: Setting the text on editable comboboxes correctly sets the Index property and raises the Click event.
2020-09-17 09:55:34 +02:00
gambas
b7f1e745c1
WebComboBox: Use the 'onclick' event instead of 'onselect', so that initial click on first list element is detected.
...
[GB.WEB.GUI]
* BUG: WebComboBox: Use the 'onclick' event instead of 'onselect', so that initial click on first list element is detected.
2020-09-05 14:37:03 +02:00
gambas
db06064d7b
Log is now disabled by default.
...
[GB.WEB.GUI]
* BUG: Log is now disabled by default. Setting the GB_WEB_GUI_DEBUG environment variable to "1" enables it.
2020-08-24 10:43:40 +02:00
Benoît Minisini
6d6f99887a
Merge branch 'master' into 'master'
...
Updated brazilian portuguese translations
See merge request gambas/gambas!150
2020-07-04 09:52:12 +00:00
gambas
7923d08a41
WebComboBox: Fix initial value of the Index property.
...
[GB.WEB.GUI]
* BUG: WebComboBox: Fix initial value of the Index property.
2020-07-02 22:51:00 +02:00
gambas
7d0eb6598f
Disabled widgets now ignore all pointer events.
...
[GB.WEB.GUI]
* BUG: Disabled widgets now ignore all pointer events.
2020-07-02 20:17:17 +02:00
Gen Braga
6502ebb9f6
Update Brazilian Portuguese translations
...
[GB.WEB.GUI]
* NEW: Updated Brazilian Portuguese translations.
2020-06-11 21:42:55 -03:00
gambas
3388dab780
Fix how mandatory fields are highlighted by the SetFocus(True) method.
...
[GB.WEB.GUI]
* NEW: Store the error log in '/tmp/gambas.XXX/gb.web.gui' directory now.
* BUG: Fix how mandatory fields are highlighted by the SetFocus(True) method.
2020-05-22 00:27:49 +02:00
gambas
4bda6391ec
WebButton: Don't react to click when disabled.
...
[GB.WEB.GUI]
* BUG: WebButton: Don't react to click when disabled.
2020-05-14 20:34:03 +02:00
gambas
5cfd01f3c1
WebListBox: Fix read of Index property.
...
[GB.WEB.GUI]
* BUG: WebListBox: Fix read of Index property.
2020-05-04 21:26:03 +02:00
gambas
5675853767
WebListBox: Fix behaviour in multiple selection mode.
...
[GB.WEB.GUI]
* BUG: WebListBox: Fix behaviour in multiple selection mode.
* BUG: Fix how the executable path is forged.
2020-05-04 02:14:04 +02:00
gambas
53865b1822
Top-level menus of embedded forms are not inserted in the top-level form anymore.
...
[GB.WEB.GUI]
* BUG: Top-level menus of embedded forms are not inserted in the top-level form anymore.
2020-04-23 01:31:23 +02:00
gambas
d6cf0e8fb4
Fix the tab order of the control toolbox.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix the tab order of the control toolbox.
[GB.WEB.GUI]
* NEW: WebListBox is a new listbox control.
2020-04-09 10:53:31 +02:00
gambas
2c3d7c069f
WebFileButton is a new control that provides a button that can upload file to the server.
...
[GB.WEB.GUI]
* NEW: WebFileButton is a new control that provides a button that can upload file to the server.
2020-04-08 13:58:35 +02:00
gambas
2165ececd5
JIT optimization of '&=' has been implemented.
...
[INTERPRETER]
* NEW: Support for JIT '&=' optimization.
* BUG: Fix '&=' optimization on argument variables.
* OPT: Strings greater than 4096 bytes are allocated by 4096 bytes steps.
[GB.JIT]
* NEW: JIT optimization of '&=' has been implemented.
2020-04-06 04:43:12 +02:00
gambas
37db818d3d
The 'gb.web.form2' component has been renamed as 'gb.web.gui'. Support for popup menus and stock icons were added.
...
[GB.WEB.GUI]
* NEW: This is the new name of 'gb.web.form2'.
* NEW: Support for popup menus.
* NEW: Support for stock icons.
[GB.WEB.FORM2]
* NEW: Rename the component as 'gb.web.gui'.
2020-03-21 04:27:05 +01:00