Re: [Gambas-user] Interactive table

2010-03-10 Thread Keith Clark
On Wed, 2010-03-10 at 23:11 +0100, Alessandro Rinaldi wrote: > >From http://gambasdoc.org/help/comp/gb.form/tableview > - > TableView (gb.form) > This control is an editable GridView. > Use the Edit method to start editing a cell. Beware that this method > must be called during the Click event.

Re: [Gambas-user] Interactive table

2010-03-10 Thread Alessandro Rinaldi
>From http://gambasdoc.org/help/comp/gb.form/tableview - TableView (gb.form) This control is an editable GridView. Use the Edit method to start editing a cell. Beware that this method must be called during the Click event. The data entered by the user must be saved by implementing the Save even

[Gambas-user] Interactive table

2010-03-10 Thread Keith Clark
I want to create a table where a user can input data into cells, and depending on the data, calculate and display values in other cells. Which would I use, GridView or TableView? Keith -- Download IntelĀ® Parallel Studi