Thread: [Gambas-devel-svn] SF.net SVN: gambas:[7474] gambas/trunk/comp/src/gb.web.form
Brought to you by:
gambas
From: <ga...@us...> - 2015-11-12 19:27:05
|
Revision: 7474 http://sourceforge.net/p/gambas/code/7474 Author: gambas Date: 2015-11-12 19:27:04 +0000 (Thu, 12 Nov 2015) Log Message: ----------- [GB.WEB.FORM] * NEW: Enabled is now a property of the WebControl class. * NEW: Hidden controls are not rendered anymore. * NEW: WebCheckBox is a new control that implements a check box. * NEW: WebComboBox is a new control that implements a combo-box. It is only read-only at the moment. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/Test/Webform1.webform gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webcheckbox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/webcombobox.png gambas/trunk/comp/src/gb.web.form/.hidden/control/weblistbox.png gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-16 06:07:08
|
Revision: 7479 http://sourceforge.net/p/gambas/code/7479 Author: gambas Date: 2015-11-16 06:07:06 +0000 (Mon, 16 Nov 2015) Log Message: ----------- [GB.WEB.FORM] * NEW: WebControl.Raise() is a new method to raise a control in its parent hierarchy. * NEW: WebControl.Lower() is a new method to lower a control in its parent hierarchy. * NEW: WebControl.Delete() deletes a control. * NEW: Support for reisable windows. * NEW: WebForm.Open() is a new method to open a child form as a window inside the current form. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform2.webform gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/gw-close.png gambas/trunk/comp/src/gb.web.form/.src/Test/FMessage.class gambas/trunk/comp/src/gb.web.form/.src/Test/FMessage.webform gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.public/close.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-03 18:24:14
|
Revision: 7547 http://sourceforge.net/p/gambas/code/7547 Author: gambas Date: 2016-01-03 18:24:13 +0000 (Sun, 03 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebButton: Remove all padding for buttons with no border. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-04 01:29:34
|
Revision: 7548 http://sourceforge.net/p/gambas/code/7548 Author: gambas Date: 2016-01-04 01:29:32 +0000 (Mon, 04 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebTable: New default style. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-04 18:19:45
|
Revision: 7549 http://sourceforge.net/p/gambas/code/7549 Author: gambas Date: 2016-01-04 18:19:43 +0000 (Mon, 04 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebForm: Width and Height properties now act as minimal dimensions if the form is used as a resizable dialog. * BUG: WebWindow: Remove the mozilla specific style sheet of window close button. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/ gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 00:14:05
|
Revision: 7550 http://sourceforge.net/p/gambas/code/7550 Author: gambas Date: 2016-01-05 00:14:03 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * OPT: Compress style sheet and javascript library. * OPT: Put popup windows inside an intermediate container, so that refreshing a window does not refresh the entire page. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/lib.js gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 01:29:15
|
Revision: 7552 http://sourceforge.net/p/gambas/code/7552 Author: gambas Date: 2016-01-05 01:29:13 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebTable: Cell foreground color is correctly taken into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 03:36:22
|
Revision: 7553 http://sourceforge.net/p/gambas/code/7553 Author: gambas Date: 2016-01-05 03:36:21 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebTable: ScrollX and ScrollY are two new properties that store the scrolling state of the table. * NEW: WebTable: Scrolling is preserved between refresh. * NEW: WebTable: Missing rows are now automatically added when the scrolling bar reaches the end of the table. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Test/Webform3.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/gw-waiting.gif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 15:24:52
|
Revision: 7556 http://sourceforge.net/p/gambas/code/7556 Author: gambas Date: 2016-01-05 15:24:51 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebTable: Add a little animation when the table loads its contents. * BUG: WebTable: Settings the Count property resets scrolling. * BUG: WebTable: Remove scrolling debugging messages. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/gw-table-more.gif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 15:45:37
|
Revision: 7557 http://sourceforge.net/p/gambas/code/7557 Author: gambas Date: 2016-01-05 15:45:35 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebTable: Clear() is a new method that sets the row count and the scrolling position to zero. * NEW: WebTable: If a scrolling request fails, send back to the server the scrolling position. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-05 23:53:14
|
Revision: 7559 http://sourceforge.net/p/gambas/code/7559 Author: gambas Date: 2016-01-05 23:53:12 +0000 (Tue, 05 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebScrollView: A new container that just add scrollbars if its contents is too wide. * BUG: WebTable: Clear() also resets the horizontal scroll position. * BUG: Remove some debugging messages in the js library. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.list gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/control/webscrollview.png gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-06 22:32:22
|
Revision: 7562 http://sourceforge.net/p/gambas/code/7562 Author: gambas Date: 2016-01-06 22:32:20 +0000 (Wed, 06 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebScrollView: Add ScrollX and ScrollY properties. * BUG: WebTable: Correctly initialize the Display property to 100 rows. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/gw-style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 09:55:26
|
Revision: 7568 http://sourceforge.net/p/gambas/code/7568 Author: gambas Date: 2016-01-09 09:55:24 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebControl: Add the Tooltip property. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 11:38:59
|
Revision: 7570 http://sourceforge.net/p/gambas/code/7570 Author: gambas Date: 2016-01-09 11:38:58 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebWindow: Implement window maximimization. * NEW: WebWindow: Fix window button style. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/gw-max.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-01-09 14:13:55
|
Revision: 7572 http://sourceforge.net/p/gambas/code/7572 Author: gambas Date: 2016-01-09 14:13:53 +0000 (Sat, 09 Jan 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebWindow: Use bigger button images for bigger fonts. * BUG: WebWindow: Maximized windows always use the full window even if it is resized. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/gw-style.css gambas/trunk/comp/src/gb.web.form/lib.js Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.public/gw-close.png gambas/trunk/comp/src/gb.web.form/.public/gw-max.png Removed Paths: ------------- gambas/trunk/comp/src/gb.web.form/.public/gw-close.png gambas/trunk/comp/src/gb.web.form/.public/gw-max.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-05-22 15:20:48
|
Revision: 7781 http://sourceforge.net/p/gambas/code/7781 Author: gambas Date: 2016-05-22 15:20:46 +0000 (Sun, 22 May 2016) Log Message: ----------- [GB.WEB.FORM] * OPT: Allow to specify "naked" containers, that render nothing by themselves except their children. * BUG: WebUploadArea: Fix the Path property. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-05 20:58:13
|
Revision: 7796 http://sourceforge.net/p/gambas/code/7796 Author: gambas Date: 2016-06-05 20:58:11 +0000 (Sun, 05 Jun 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebButton: Fix button image layout. * NEW: WebTextBox: Handling the Completion event enables automatic completion. The CompleteWith() method must then be called to return to the web browser the list of completion elements. * NEW: WebForm: Reload() is a new method that clears the session and reload the page, if the WebForm is it called on is the current one. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/ac.js gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.src/Test/Webform6.class gambas/trunk/comp/src/gb.web.form/.src/Test/Webform6.webform This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-06-11 14:20:22
|
Revision: 7799 http://sourceforge.net/p/gambas/code/7799 Author: gambas Date: 2016-06-11 14:20:20 +0000 (Sat, 11 Jun 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebCheckBox: Default event is "Click". * NEW: WebRadioButton: Default event is "Click". * NEW: WebControl: Add as specific class for disabled controls. * NEW: WebControl.Enabled now return FALSE as soon as a parent is disabled. * NEW: Disabled look for WebRadioButton and WebCheckBox. * BUG: WebSpinBox minimum height is the same as WebTextBox. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebCheckBox.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebRadioButton.class gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-07 21:53:04
|
Revision: 7808 http://sourceforge.net/p/gambas/code/7808 Author: gambas Date: 2016-07-07 21:52:59 +0000 (Thu, 07 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * OPT: WebContainer: optimisation of element insertion and deletion. * BUG: WebLabel: Text contents is now kept on one line and cut. * OPT: WebLabel: The Text property only refreshed the labels contents. * NEW: WebControl: Dialog is a new event raised when a window opened with ShowModal() is closed. * NEW: WebControl: SetFocus() method now takes an optional boolean argument that tells to highlight the focused control. * NEW: The "/~dump" URL dumps the current session contents. * NEW: Errors are now displayed in an alert box inside the browser. * NEW: WebTable: The DblClick event is raised when clicking twice on a row. * OPT: WebTable: Selecting a row now is faster, as it does not refresh the entire table anymore. * NEW: WebTable: The Current property returns or sets the current selected row. * BUG: WebTable: The Columns[].Wrap property now works as expected. * NEW: WebTextBox: The Clear() method clears the text box contents. * NEW: WebWindow: The Close() method now takes an optional argument that is sent to the Dialog event raise after the window has been closed, provided it has been shown modal. * BUG: Focus should be correctly restored in all cases when a modal dialog is closed. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Message/Message.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTableSelection.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-14 15:10:31
|
Revision: 7816 http://sourceforge.net/p/gambas/code/7816 Author: gambas Date: 2016-07-14 15:10:29 +0000 (Thu, 14 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebComboBox: Activate is a new event that is raised when the user hits the ENTER key in an editable combo-box. * NEW: WebComboBox: PlaceHolder is a new property that allows to define the placeholder text displayed inside the editable combo-box when it is void. * OPT: WebComboBox: Optimize the Text property refresh. * OPT: WebControl: Optimize the Visible property refresh. * BUG: WebForm.AddJavascriptFile() now works correctly. * NEW: WebTable: ShowHeader is a new property tha t allows to hide the table header. * NEW: WebTextArea: PlaceHolder is a new property that allows to define the placeholder text displayed inside the text area when it is void. * NEW: WebTextBox: Activate is a new event that is raised when the user hits the ENTER key in the text box. * NEW: WebTextBox: PlaceHolder is a new property that allows to define the placeholder text displayed inside the text box when it is void. * OPT: WebTextBox: Optimize the Text property refresh. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTextArea.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-21 02:21:39
|
Revision: 7827 http://sourceforge.net/p/gambas/code/7827 Author: gambas Date: 2016-07-21 02:21:37 +0000 (Thu, 21 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * OPT: Store debugging flag in the session. * OPT: WebProgressBar: Optimize refresh. * BUG: WebTable: Fix column Expand property on Firefox. * BUG: WebUploadArea: Fix Enabled property. * BUG: WebUploadArea: Fix behaviour. * NEW: The dialog between the browser and the server is now serialized. It should fix many synchronisation problems when the user raises events too fast for the server. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.src/WebProgressBar.class gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadButton.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-25 02:37:18
|
Revision: 7935 http://sourceforge.net/p/gambas/code/7935 Author: gambas Date: 2016-10-25 02:37:16 +0000 (Tue, 25 Oct 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebForm.Download() is a new static method that triggers a file download on the client side. * BUG: WebTextBox: The default event is "Change" now. * BUG: Allows quotes in automatic completion items. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.component gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.lang/fr.po gambas/trunk/comp/src/gb.web.form/.project gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.startup gambas/trunk/comp/src/gb.web.form/ac.js gambas/trunk/comp/src/gb.web.form/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-30 13:32:42
|
Revision: 7948 http://sourceforge.net/p/gambas/code/7948 Author: gambas Date: 2016-10-30 13:32:41 +0000 (Sun, 30 Oct 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebControl.Name is now writable, so that the Group virtual property can be used in the IDE. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-02 16:14:37
|
Revision: 7953 http://sourceforge.net/p/gambas/code/7953 Author: gambas Date: 2016-11-02 16:14:36 +0000 (Wed, 02 Nov 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebContainer: Force a full refresh when the Visible property changes. * NEW: WebTable: Add an Hidden property to the column object. * NEW: WebUploadArea: Clear() is a new method that clears the possible uploaded file. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-11-06 00:28:58
|
Revision: 7958 http://sourceforge.net/p/gambas/code/7958 Author: gambas Date: 2016-11-06 00:28:57 +0000 (Sun, 06 Nov 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: The static public method HandleRequest is now correctly called in your startup form. * NEW: Remove support for multiple main forms. * NEW: WebTable: AddColumn() is a new method to add a column and defining its properties in one line of code. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTableSelection.class gambas/trunk/comp/src/gb.web.form/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |