[Gambas-user] Stack Overflow

BUDI ARIEF GUSANDI budi.a.gusandi at ...626...
Thu Jun 16 11:30:57 CEST 2005


Eilert wrote:

> Hi,
>
> PaquitoSoft schrieb:
>
>> By the way... I'm working with tableView Controls and I saw that
>> documentation is uncompleted. Is there any way to set data into it??
>> I get the message that is read only...
>>
>
> The TableView has a Data event and a Data property which are called 
> whenever you change the number of Rows or Columns or you call Refresh. 
> You can insert your data from inside this event using the Row and 
> Column properties accordingly. And the colors etc. can be changed from 
> here, too.
>
> The only exception are the gray borders with numbers and headers, 
> which can be changed directly.
>
> Does this help you?
>
> Rolf
>
Couple weeks ago i also had problem regarding to TableView. you can 
check the milist archive. I still couldn't figure out until now how to 
insert data into it without result object. using TData.Data.Text = 
"something" would fill all the cell with it. What i needed was fill some 
cell x and some cell y etc. It's hard. So i came up with idea to use 
gridview, but still lack of cursor higlight ;(  now i'm happy using 
columnview component after i saw KOrganizer application. Go to To do 
list-->right click the window-->New To Do-->Attendees tab. That's cool 
for input data style with columnview as data view ;)

Regards,
Budi





More information about the User mailing list