[Gambas-devel] es.po file and bug
Benoit Minisini
gambas at ...1...
Fri Dec 5 20:07:13 CET 2003
On Wednesday 03 December 2003 21:04, danielcampos at ...45... wrote:
> >* There's a bug in translations form :
> >
> >-> Select "Translate"
> >-> Make some changes
> >-> Save them
> >-> Press the "glasses" button
> >
> >The program fails with "Null Object"
> >
> >The point is that :
> >
> >STATIC PUBLIC SUB Run()
> >
> > DIM hForm AS Form
> >
> > hForm = NEW FTranslate
> > hForm.ShowModal
> >
> >END
>
> More precisely the prgram fails when :
> ...
> PUBLIC SUB btnVerify_Click()
>
> DIM sKey AS String
> DIM sOrig AS String
> DIM sTrans AS String
>
> WITH cvwTranslate
>
>
> sKey = .Current.Key
>
> DO
>
> IF .Item[1] THEN <- Here !
>
> May be cvwTranslate was unloaded?
>
> Regards,
>
> Daniel Campos
>
>
Thanks, I fixed it.
Actually, there is a internal problem in the interface that allows browsing
Listview, Treeview and ColumnView elements. I think I will have to change it
after 0.73 !
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the Devel
mailing list