Updating a ScrollAreaGadget

Just starting out? Need help? Post your questions and find answers here.
stan
User
User
Posts: 29
Joined: Tue Jun 10, 2003 2:46 pm

Updating a ScrollAreaGadget

Post by stan »

Hi,

Is there a way to update the content of a ScrollAreaGadget ?
I want it to be scrollable using the keyboard, so that when I press the Home key it goes to the beginnig for instance, when I use :

...
setscrollpos_( GadgetID(500), #SB_VERT, 0, 1 )
...
The Scrollbar is updated (it goes up to its zero position), BUT the Scrollable part inside is not updated (but if I click on the ScrollBar is gets updated ...).

TIA.

Bests.

Stan.