[Gambas-user] need a hand

ron ronstk at ...239...
Tue Apr 27 23:52:57 CEST 2004


On Tuesday 27 April 2004 22:57, Charlie Reinl wrote:
> Salut,
>
> 	have a problem with my xTableView !
>
> 	If I call it in the Startup Class it works.
> 	(FMain or FOther1 as Startup	Class)
>
> 	But if I call from FMain by menu 'Others/Other 1' I'v get an Error
> 	 'Invalid object'
>
> 	I don't understand, where I do wrong ?
> 	See attachement CVTest1-0.0.5.tar.gz
>
> Amicalement
> Charlie

I choose in menu the Other entry

Got a error in Fother1.class

DIM iCounte AS Integer
  iCounte = 2
  Other1 = NEW XTableView("Other1",FOther1) AS "Other1"
  WITH Other1
      .X = 0	<--------------

The *Other1* is in single step not made
You mean with 'FOther1' actual 'ME' and I change it to ME
Did resolve the problem here.
But I don't understand what the whole program should do.
Therefore I'm not able to tell the result is what you want.

Ron




More information about the User mailing list