Re: [Gambas-user] Listbox.List(x) error

2008-09-05 Thread Ron_1st
On Thursday 04 September 2008, Kari Laine wrote: > On Thu, Sep 4, 2008 at 10:35 PM, Sevoir <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Thanks your answer, but problem still > > > > Regards, Sevoir > > > > 2008. 09. 4, csütörtök keltezéssel 21.26-kor Jacky ezt írta: > > > Le Thursday 04 September

Re: [Gambas-user] Listbox.List(x) error

2008-09-05 Thread Ron_1st
On Thursday 04 September 2008, Sevoir wrote: > Hi All! > > I have a problem. > I want get a Listbox item text value to a label.caption .. > label.caption = ListBox.list(1) > but I have an error message : > Not a function > > What I mistaked? > > Regards, Sevoir > > If I make comething like

Re: [Gambas-user] Listbox.List(x) error

2008-09-04 Thread Benoit Minisini
On jeudi 04 septembre 2008, Sevoir wrote: > Thx this working. > > > Regards, Norbert > > 2008. 09. 4, csütörtök keltezéssel 21.44-kor Jacky ezt írta: > > Le Thursday 04 September 2008 20:35:47 Sevoir, vous avez écrit : > > > Hi All! > > > > > > I have a problem. > > > I want get a Listbox item text

Re: [Gambas-user] Listbox.List(x) error

2008-09-04 Thread Sevoir
Thx this working. Regards, Norbert 2008. 09. 4, csütörtök keltezéssel 21.44-kor Jacky ezt írta: > Le Thursday 04 September 2008 20:35:47 Sevoir, vous avez écrit : > > Hi All! > > > > I have a problem. > > I want get a Listbox item text value to a label.caption .. > > label.caption = ListBox.list

Re: [Gambas-user] Listbox.List(x) error

2008-09-04 Thread Kari Laine
On Thu, Sep 4, 2008 at 10:35 PM, Sevoir <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks your answer, but problem still > > Regards, Sevoir > > 2008. 09. 4, csütörtök keltezéssel 21.26-kor Jacky ezt írta: > > Le Thursday 04 September 2008 20:35:47 Sevoir, vous avez écrit : > > > Hi All! > > > > > > I h

Re: [Gambas-user] Listbox.List(x) error

2008-09-04 Thread Jacky
Le Thursday 04 September 2008 20:35:47 Sevoir, vous avez écrit : > Hi All! > > I have a problem. > I want get a Listbox item text value to a label.caption .. > label.caption = ListBox.list(1) > but I have an error message : > Not a function > > What I mistaked? label.caption = ListBox.list[1] Ja

Re: [Gambas-user] Listbox.List(x) error

2008-09-04 Thread Sevoir
Hi, Thanks your answer, but problem still Regards, Sevoir 2008. 09. 4, csütörtök keltezéssel 21.26-kor Jacky ezt írta: > Le Thursday 04 September 2008 20:35:47 Sevoir, vous avez écrit : > > Hi All! > > > > I have a problem. > > I want get a Listbox item text value to a label.caption .. > > label

Re: [Gambas-user] Listbox.List(x) error

2008-09-04 Thread Jacky
Le Thursday 04 September 2008 20:35:47 Sevoir, vous avez écrit : > Hi All! > > I have a problem. > I want get a Listbox item text value to a label.caption .. > label.caption = ListBox.list(1) > but I have an error message : > Not a function > > What I mistaked? > > Regards, Sevoir Use label.Text i

[Gambas-user] Listbox.List(x) error

2008-09-04 Thread Sevoir
Hi All! I have a problem. I want get a Listbox item text value to a label.caption .. label.caption = ListBox.list(1) but I have an error message : Not a function What I mistaked? Regards, Sevoir - This SF.Net email is sp