[Gambas-user] PB using tableview object
Benoît Minisini
gambas at ...1...
Fri Mar 27 11:28:44 CET 2009
> Hi,
>
> I'm trying to use the Tableview object in a project and I have 2
> Columns configured.
>
> I have configured the TableView to be able to edit each Cell in the
> right column and lock the left Column
> but in real, by using the key, in edition mode, I can always acces to
> the left Column that is locked and write text inside.
>
>
> I don't know how to lock completly the left column as in the Gambas
> IDE => Object Properties Panel ?
>
> Does anyone can help me please ?
>
> Olivier Cruilles
> Mail: linuxos at ...1896...
>
You are not very clear: please provide your source code!
The TableView won't edit any cell unless you explicitely call its Edit (or
EditWith) method during a Select event. Just don't call Edit() if the current
column is zero.
And the object properties panel uses a GridView, not a TableView.
Regards,
--
Benoît
More information about the User
mailing list