FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Scrolling get in listbox
Posts: 190
Joined: Tue Mar 14, 2006 01:59 AM
Scrolling get in listbox
Posted: Sat Feb 17, 2007 06:47 AM
Hello all,

in the example below, when clicking a field, the get is not scrolling, even if "@S". How can I do to have it scrolling ?

TIA,
Davide.

REDEFINE LISTBOX oLst ;
         FIELDS aIniSeq[oLst:nAt,1] , aIniSeq[oLst:nAt,2] ;
         ID 134 OF oDlg         ;
         TITLE  "Entry","Value"

oLst:SetArray(aIniSeq)
oLst:blDblClick:= {|| oLst:lEditCol( 2, @aIniSeq[oLst:nAt,2],"@S",, CLR_RED, CLR_WHITE), ;
                      oLst:Refresh() }
Posts: 190
Joined: Tue Mar 14, 2006 01:59 AM
Re: Scrolling get in listbox
Posted: Sat Feb 17, 2007 07:59 AM

I've found that even without the "@S" in reality it scrolls, but not exactly when reaching the right border.

It seems to me it starts scrolling when I input text for pretty double the size of the get (and obviously I cannot see the rightmost words).

I tried also with more columns, by using FIELDSIZES and by resizing them at runtime.

May it be due to the difference in coordinates between windows and dialogs ?

Posts: 190
Joined: Tue Mar 14, 2006 01:59 AM
Re: Scrolling get in listbox
Posted: Wed Feb 21, 2007 05:14 PM
Hi guys,
Davide wrote:I've found that even without the "@S" in reality it scrolls, but not exactly when reaching the right border.

nobody is experiencing this behaviour ?
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Combobox Problem
Posted: Wed Feb 21, 2007 05:55 PM

I updated to version 7.01 and we experiencing problems with the COMBOBOX. The character keys to highlight the selection is not working.

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com

Continue the discussion