Scroller in MultiGET()

Post Reply
Natter
Posts: 1241
Joined: Mon May 14, 2007 9:49 am

Scroller in MultiGET()

Post by Natter »

How can I find out the state of the scroller in MultiGET(). Is it enabled or disabled ?
User avatar
karinha
Posts: 7935
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: Scroller in MultiGET()

Post by karinha »

Tal vez:

Code: Select all | Expand

   oGet:setDisabled(.F.) /
 
https://forums.fivetechsupport.com/view ... 18&t=31053

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Natter
Posts: 1241
Joined: Mon May 14, 2007 9:49 am

Re: Scroller in MultiGET()

Post by Natter »

What is - oGet:setDisabled(.F.) ?
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Scroller in MultiGET()

Post by nageswaragunupudi »

? oGet:winStyle( WS_VSCROLL )
Regards

G. N. Rao.
Hyderabad, India
Natter
Posts: 1241
Joined: Mon May 14, 2007 9:49 am

Re: Scroller in MultiGET()

Post by Natter »

Thank you, Rao !

How does the TMultiGet control understand that the loaded text is larger than the window of this control and the scroller should be enabled ?
User avatar
karinha
Posts: 7935
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: Scroller in MultiGET()

Post by karinha »

Natter wrote:Thank you, Rao !

How does the TMultiGet control understand that the loaded text is larger than the window of this control and the scroller should be enabled ?
maybe:

https://forums.fivetechsupport.com/view ... 8fa0#p7194

or post a full example.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Post Reply