Scrolling performance

BlitzPlus Forums/BlitzPlus Programming/Scrolling performance

Mo(Posted 2005) [#1]
I use a panel to place my gadgets. I created a slider to scroll the panel, by repositioning the gadgets everytime the slider is used. This leads to incorrect displaying of labels( border missing etc). Is there a better way to scroll?


Cold Harbour(Posted 2005) [#2]
Don't know what you're doing there Mo but is doesn't sound right. What you do is make another panel (bigger then the first) and place it inside the first panel. Put all your gadgets in this inner panel and scroll (SetGadgetShape) the inner panel.


Mo(Posted 2005) [#3]
Ah I see, should have thought of that myself. Thank you!