From: Robert R. <rra...@ya...> - 2000-12-09 06:12:59
|
To add a scrollbar you just use: var sbar = this.addChild(new ScrollBar(1)); If you are not inside of a DynLayer just replace "this" with the dynlayer obj. sbar will be set to the scrollbar so you can use all of the methods of the scrollbar, etc on sbar. -- // Robert Rainwater On 12/8/2000, 10:39:31 AM EST, Nuno wrote about "[Dynapi-Help] Scrollbar (or skinsslider)": > I tried to add them as a Child object of a normal layer, (which would be > very convenient) but it doesn't seem to > work. > Anyway, because the scroll object is a DynLayer, with all it's methods > available, I just use > scrollobject.moveTo, scrollobject.moveBy, scrollobject.setVisible, etc, to > "tie" them to the layer > that I want to scroll. The setVisible is particulary good when you working > with different sizes of text > and several files because you only want the scroll bars to appear if the > layer needs scrolling (i.e. the > height of the text is greater than the height of the layer). > best, > NunoF > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Doug Melvin > Sent: sexta-feira, 8 de Dezembro de 2000 2:51 > To: dynapi-help > Subject: [Dynapi-Help] Scrollbar (or skinsslider) > um, I don't want to sound like an idiot (too late, I know) > but, how do I actually USE the scroll bars? The examples I have found > show how to create and position the scrollabars, but not how to tie them > to a layer.. > help? > Doug Melvin |