[Gambas-user] PRB: The EnsureVisible need a quote??

Benoit Minisini gambas at ...1...
Fri Apr 9 22:06:25 CEST 2004


On Thursday 08 April 2004 19:24, ron wrote:
> In my project View is ColumnView
>
>  IF NOT view.Exist(mkey) THEN
>     View.Add(mkey, mTxt)
>      View[mkey].EnsureVisible'   <----------- Error without the quote ?????
>   ENDIF
>
>   IF NOT view.exist(skey) THEN
>     View.Add(skey,sTxt , pPict, mkey)
>     View[skey].EnsureVisible  <----- no problem
>   ENDIF
>
>   IF NOT view.exist(eKey) THEN
>     View.Add(ekey  ,eTxt  , pPict, skey)
>     view[ekey].EnsureVisible'   <----------- Error without the quote ?????
>   ENDIF
>
>
> .EnsureVisible    gives error
> .EnsureVisible '  gives error with space
> .EnsureVisible'   is ok for the first and third one
>
> the second does not care about it
> The View.Add() is done by both and items exist.
> Goes wrong during the compile
>
> Any one a idea what can be wrong?
>
> Ron
>

No. Could you send me the project that raises the error ?

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list