Re: [Gambas-user] PB using tableview object

2009-03-27 Thread Benoît Minisini
 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: linu...@club-internet.fr


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


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] PB using tableview object

2009-03-26 Thread Olivier Cruilles
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: linu...@club-internet.fr



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user