Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: jahc on September 18, 2003, 07:25:53 AM

Title: Updating reaction listbrowsers
Post by: jahc 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?
Title: Re: Updating reaction listbrowsers
Post by: iamaboringperson 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?