-----Messaggio Originale----- Da: "Francesco Saverio Giudice" <[email protected]>
A: "Harbour Project Main Developer List." <[email protected]>
Data invio: domenica 22 febbraio 2009 17.59
Oggetto: Re: [Harbour] TGet: setting cursor position to ::nMaxLen + 1


> Ok, second problem. Why the following sample doesn't print "Hello"?

Because you wrote "Hallo" :-D

ROTFL! :-)))

Apart from jokes, in GET you have to override _POS and not Pos, because Pos is defined as Access/Assign, so in case of assignment you have to override _Pos. You have to change:

   OVERRIDE METHOD Pos CLASS GET WITH EMAG_SetPos
in
   OVERRIDE METHOD _Pos CLASS GET WITH EMAG_SetPos

You're the man! :-)

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to