Re: [Gambas-user] Ask About Table View

2008-10-01 Thread Stefano Palmeri
Il mercoledì 1 ottobre 2008 22:57:51 Leo Sendra ha scritto: > Hello all... I have a problem in table view programming. > > As we know, we can edit table view by using an edit method. When I use this > method, it take me to a cell in a table view. The > problem is, when I press an ENTER I want to ch

[Gambas-user] Ask About Table View

2008-10-01 Thread Leo Sendra
Hello all... I have a problem in table view programming. As we know, we can edit table view by using an edit method. When I use this method, it take me to a cell in a table view. The problem is, when I press an ENTER I want to change setfocus to a textbox (suppose that I have 2 components in a fo

Re: [Gambas-user] Bad string conversion etc.

2008-10-01 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: > On mercredi 01 octobre 2008, Rolf-Werner Eilert wrote: >> Still trying to convert a Gambas1 app to Gambas2. Basically, it begins >> to run. However, there are strange error message at some points, and I >> do not understand what causes them. >> >> 1. This line >> >> po =

Re: [Gambas-user] Bad string conversion etc.

2008-10-01 Thread Benoit Minisini
On mercredi 01 octobre 2008, Rolf-Werner Eilert wrote: > Still trying to convert a Gambas1 app to Gambas2. Basically, it begins > to run. However, there are strange error message at some points, and I > do not understand what causes them. > > 1. This line > > po = links.Find(wert[8], gb.Language) >

[Gambas-user] Bad string conversion etc.

2008-10-01 Thread Rolf-Werner Eilert
Still trying to convert a Gambas1 app to Gambas2. Basically, it begins to run. However, there are strange error message at some points, and I do not understand what causes them. 1. This line po = links.Find(wert[8], gb.Language) results in "Bad string conversion". Strange to me, as I do not se