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
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
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 =
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)
>
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