Hi Gurus, 

I know I posted this yesterday but I don't seem to find this in Nabble forum
so just in case I will re-post it again because this is a little bit
critical in my programs. Below is a small test prg for memoedit. The issues
that I encountered are the following: 

1. In the first memoedit, If you scroll further to the right it will create
blank columns when it scrolls horizontally and displays only a single column
of characters in the memoedit's rightmost column. 

2. In the second memoedit, The initial display is word-wrapped even though
the line length I specified is greater than (right-left) and when you scroll
further to the right you will experience the same I mentioned in issue #1. 

*---- Start here ----- 

PROCEDURE main 
  Local t1 
  set scoreboard off 
  set exact on 
  set softseek off 
  set deleted off 
  set date british 
  set epoch to 1920 
  set talk off 

  t1 := replicate("The quick brown fox jumps over the lazy dog near the bank
of the river." + chr(13) + chr(10), 10) 

  cls 
  memoedit(t1,5,3,10,50,,,80) 

  cls 
  memoedit(t1,5,3,10,50,,,70) 

RETURN 

*----- Ends here ---------- 


Regards, 
Ed 


-- 
View this message in context: 
http://www.nabble.com/Issue--1-about-MEMOEDIT-tp17500311p17500311.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to