[Gambas-devel-svn] SF.net SVN: gambas:[8111] gambas/trunk/comp/src/gb.web.form
Brought to you by:
gambas
From: <ga...@us...> - 2017-03-18 12:18:52
|
Revision: 8111 http://sourceforge.net/p/gambas/code/8111 Author: gambas Date: 2017-03-18 12:18:50 +0000 (Sat, 18 Mar 2017) Log Message: ----------- [GB.WEB.FORM] * NEW: WebMenuBar is a new control that acts as a container of WebMenu controls. It was made as a workaround of the badly designed CSS specifications of the overflow property. It may be removed if I find a way to use the WebHBox instead. * NEW: WebComboBox: Activate waiting animation when selecting an item. * BUG: WebForm: They can be resized horizontally again. * BUG: WebForm: Top level form titlebar is now correctly highlighted again. 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/.project 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/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/WebMenu.class gambas/trunk/comp/src/gb.web.form/.src/WebTabPanel.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/.startup 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/webmenubar.png gambas/trunk/comp/src/gb.web.form/.src/WebMenuBar.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |