[Gambas-devel-svn] SF.net SVN: gambas:[6463] gambas/trunk/comp/src
Brought to you by:
gambas
From: <ga...@us...> - 2014-09-09 15:21:17
|
Revision: 6463 http://sourceforge.net/p/gambas/code/6463 Author: gambas Date: 2014-09-09 15:21:08 +0000 (Tue, 09 Sep 2014) Log Message: ----------- [GB.DB.FORM] * NEW: DataSource: Raise a new BeforeDelete event just before trying to delete a record. Cancel that event to cancel the deletion. * BUG: DataView: The new record mark is correctly managed now. [GB.GUI.BASE] * BUG: GridView: correctly reset the row titles when the row count changes. * NEW: Make row header a little bit larger by default. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.info gambas/trunk/comp/src/gb.db.form/.lang/.pot 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/Test/FMain2.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |