Welcome, Guest. Please login or register.

Author Topic: Updating reaction listbrowsers  (Read 964 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline jahcTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 521
    • Show only replies by jahc
    • http://wookiechat.amigarevolution.com
Updating reaction listbrowsers
« on: September 18, 2003, 07:25:53 AM »
My program adds nodes to listbrowser lists, then I want them to be displayed straight away. Using SetAttrs() + LISTBROWSER_MakeVisible, then RefreshGadgets() does the job, but the display flickers.. it could be a lot better. Does anyone know how to make nodes appear at the bottom and become visible without having to refresh the listbrowser gadget?
 

Offline iamaboringperson

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 5744
    • Show only replies by iamaboringperson
Re: Updating reaction listbrowsers
« Reply #1 on: September 18, 2003, 08:59:51 AM »
I'm not 100% sure.
Doesn't the gadget class contain its own refresh method? Or some kind of special update method?