Re: [Gambas-user] Problem with tableview when in edit mode

2010-03-03 Thread EA7DFH
Sorry, I haven't read the whole thread... Now I'm calling Edit from the click event, and no more crazy traveling :-) However, I'm getting a "Combobox is readonly" error when obviously I set the second arg to TRUE: Edit(getList(), TRUE) But this error isn't catched (by the CATCH clause), and pr

Re: [Gambas-user] Problem with tableview when in edit mode

2010-03-03 Thread EA7DFH
Doriano Blengino escribió: > Charlie Reinl ha scritto: >> Am Donnerstag, den 03.12.2009, 21:32 +0100 schrieb Doriano Blengino: >> >>> Charlie Reinl ha scritto: >>> Sorry Dariano, no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor moves from top left t

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-05 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Don't take me wrong. Sometimes it seems to me that you don't read the >> whole message before replying, and sometimes it seems to me that the >> real problem is not in evidence (english language plays a role in >> this...). You say that you just added a Click event ha

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-05 Thread Benoît Minisini
> > Don't take me wrong. Sometimes it seems to me that you don't read the > whole message before replying, and sometimes it seems to me that the > real problem is not in evidence (english language plays a role in > this...). You say that you just added a Click event handler to get the > program wo

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-05 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Benoît Minisini ha scritto: >> Benoît Minisini ha scritto: >>> >>> >>> When in the tableview (in edit mode) I press an arrow key, the cursor >>> slips on every possible cell in the request direction, until it finds >>> the end of the tabl

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-04 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> Benoît Minisini ha scritto: > > I am modifying an old program, which uses a TableView to construct an > > invoice. > > The tableview is almost always in edit mode. > > > > With gambas version 2.0.0, the original version I used to write the > >>

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-04 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Benoît Minisini ha scritto: >> > I am modifying an old program, which uses a TableView to construct an > invoice. > The tableview is almost always in edit mode. > > With gambas version 2.0.0, the original version I used to write the > prog

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-04 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >>> I am modifying an old program, which uses a TableView to construct an > >>> invoice. > >>> The tableview is almost always in edit mode. > >>> > >>> With gambas version 2.0.0, the original version I used to write the > >>> program, there is no problem (not this on

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-04 Thread Doriano Blengino
Benoît Minisini ha scritto: I am modifying an old program, which uses a TableView to construct an invoice. The tableview is almost always in edit mode. With gambas version 2.0.0, the original version I used to write the program, there is no problem (not this one). Now I upgraded to gambas v. 2.

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Benoît Minisini
> > I am modifying an old program, which uses a TableView to construct an > > invoice. > > The tableview is almost always in edit mode. > > > > With gambas version 2.0.0, the original version I used to write the > > program, there is no problem (not this one). > > > > Now I upgraded to gambas v. 2.

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Benoît Minisini
> I am modifying an old program, which uses a TableView to construct an > invoice. > The tableview is almost always in edit mode. > > With gambas version 2.0.0, the original version I used to write the > program, there is no problem (not this one). > > Now I upgraded to gambas v. 2.15 (debian pac

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Donnerstag, den 03.12.2009, 21:32 +0100 schrieb Doriano Blengino: > >> Charlie Reinl ha scritto: >> >>> Sorry Dariano, >>> >>> no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor >>> moves from top left to bottom right and return if using le

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Charlie Reinl
Am Donnerstag, den 03.12.2009, 21:32 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Sorry Dariano, > > > > no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor > > moves from top left to bottom right and return if using left/right arrow > > key, or top to bottom a

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Charlie Reinl
Am Donnerstag, den 03.12.2009, 21:32 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Sorry Dariano, > > > > no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor > > moves from top left to bottom right and return if using left/right arrow > > key, or top to bottom a

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Doriano Blengino
Charlie Reinl ha scritto: > Sorry Dariano, > > no meant, has not changed, even in 2.18.0 Revision: 2447 , the cursor > moves from top left to bottom right and return if using left/right arrow > key, or top to bottom and return if using up/down arrow key. > > Oh, tableview is a gambas written comp

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Charlie Reinl
Am Donnerstag, den 03.12.2009, 18:47 +0100 schrieb Doriano Blengino: > Charlie Reinl ha scritto: > > Am Donnerstag, den 03.12.2009, 18:24 +0100 schrieb Doriano Blengino: > > > >> Dimitris Anogiatis ha scritto: > >> > >>> Doriano, > >>> > >>> from the sample project you posted, I can verify

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Dimitris Anogiatis
Doriano, On my system, when I use the mouse and click on a different cell it jumps just fine. The behavior (the error) that you described occurs when I use the cursor keys. What I meant by different approach was perhaps you should use something else other than the GotFocus event and LAST.Edit. i

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Doriano Blengino
Charlie Reinl ha scritto: > Am Donnerstag, den 03.12.2009, 18:24 +0100 schrieb Doriano Blengino: > >> Dimitris Anogiatis ha scritto: >> >>> Doriano, >>> >>> from the sample project you posted, I can verify the behavior you described >>> when you use the arrow keys. >>> If you click on indiv

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Charlie Reinl
Am Donnerstag, den 03.12.2009, 18:24 +0100 schrieb Doriano Blengino: > Dimitris Anogiatis ha scritto: > > Doriano, > > > > from the sample project you posted, I can verify the behavior you described > > when you use the arrow keys. > > If you click on individual cells it jumps fine. But if you try

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Doriano Blengino
Dimitris Anogiatis ha scritto: > Doriano, > > from the sample project you posted, I can verify the behavior you described > when you use the arrow keys. > If you click on individual cells it jumps fine. But if you try and type > something on one cell and then click on the next one > the text you ty

Re: [Gambas-user] Problem with tableview when in edit mode

2009-12-03 Thread Dimitris Anogiatis
Doriano, from the sample project you posted, I can verify the behavior you described when you use the arrow keys. If you click on individual cells it jumps fine. But if you try and type something on one cell and then click on the next one the text you typed before disappears. So perhaps a few mor