I not found my clipper 5.3 (only 5.2e) so i can't try but here seem resolved http://groups.google.com/group/comp.lang.xharbour/browse_thread/thread/36556dd58edda799#
2010/3/25 Viktor Szakáts <harbour...@syenar.hu>: > I don't know, I never used LISTBOX or C5.3, someone should try > this with Clipper to see if this is a real error. > > BTW, dosemu works well on Ubuntu 32-bit. > > Brgds, > Viktor > > On 2010 Mar 25, at 18:29, marco bra wrote: > >> Sorry i cannot compare i have only Harbour on Ubuntu 32 bits i don't have any Windows or Dos here... >> >> The only reference i have follow was http://www.itlnet.net/Programming/Program/Reference/c53g01c/ngb388e.html >> >> I'm testing the Mario H. Sabado code here http://thread.gmane.org/gmane.comp.lang.harbour.devel/28546 >> >> Thank you. >> >> BTW the code below is working good, but i was testing the previous sent code sample with listbox and valid, is this a clipper behavior or something else...? : >> >> #include "inkey.ch" >> >> function main >> local getlist := {} >> local r, c >> local msele := " " >> >> do while .t. >> clear screen >> >> @ 1, 1 say "Press ESC to exit..." >> @ 2, 1 say "Please insert a not empty one char value " get mSele valid !empty(mSele) >> >> read >> >> if lastkey()==27 >> clear screen >> return >> endif >> >> @ 10, 1 say "User choose :" + mSele >> inkey(2) >> enddo >> >> return nil -- Massimo Belgrano
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour