[Gambas-devel-svn] SF.net SVN: gambas:[6467] gambas/trunk/comp/src
Brought to you by:
gambas
From: <ga...@us...> - 2014-09-12 00:27:23
|
Revision: 6467 http://sourceforge.net/p/gambas/code/6467 Author: gambas Date: 2014-09-12 00:27:18 +0000 (Fri, 12 Sep 2014) Log Message: ----------- [GB.DB.FORM] * BUG: DataControl and DataView now automatically disable editing if their DataSource is read-only. * BUG: Fix a possible infinite recursion when updating the current record and refreshing controls. * BUG: DataView: The current row now should be correctly selected in all situations. [GB.GUI.BASE] * BUG: GridView: Changing the Mode property now correctly refreshes the control. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.db.form/.src/DataControl.class gambas/trunk/comp/src/gb.db.form/.src/DataSource.class gambas/trunk/comp/src/gb.db.form/.src/DataView.class gambas/trunk/comp/src/gb.db.form/.src/FBrowser.class gambas/trunk/comp/src/gb.db.form/.src/Test/FTest.form gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class Removed Paths: ------------- gambas/trunk/comp/src/gb.db.form/.lang/.pot This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |