Scrolling get in listbox

Post Reply
Davide
Posts: 190
Joined: Tue Mar 14, 2006 1:59 am
Location: Italy

Scrolling get in listbox

Post by Davide »

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.

Code: Select all

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() }
Davide
Posts: 190
Joined: Tue Mar 14, 2006 1:59 am
Location: Italy

Re: Scrolling get in listbox

Post by Davide »

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 ?
Davide
Posts: 190
Joined: Tue Mar 14, 2006 1:59 am
Location: Italy

Re: Scrolling get in listbox

Post by Davide »

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 ?
User avatar
cdmmaui
Posts: 653
Joined: Fri Oct 28, 2005 9:53 am
Location: The Woodlands - Dallas - Scottsdale - London
Contact:

Combobox Problem

Post by cdmmaui »

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
Post Reply