Hello,

Please consider this sample:
//------------------------------------------------//
FUNCTION Main()
   LOCAL n:= 1

   @ 12,1 SAY "@ 12,1 SAY..." GET n
   READ

   @ 10,1 SAY "@ 10,1 SAY..." GET n
   READ

RETURN NIL
//------------------------------------------------//

If the cursor is at 12,1, you see this screen:
http://www.xHarbour.net/Picture1.jpg

Pressing "Enter" in the 1st GET, the screen scrolls UP till it reaches
the TOP of the screen. It looks like this:
http://www.xHarbour.net/Picture2.jpg

While I expected it to look like this:
http://www.xHarbour.net/Picture3.jpg

This is a bug reported by a user. Can someone take a look?
Thanks!

Patrick

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to