prev | index | next

FLASH8 - layout ScrollPane
8
24
17066 bytes
800 bytes
2007-10-18 00:59:22
2007-10-18 01:01:24
Oldes (oliva.david@seznam.cz)


To show how can be used ScrollPane class in a layout

May be changed in near future as it's just first test version

(swf8-scrollpane.rswf)

background 200.200.200

layout [
    at 10x5
    Text 380x20 "ScrollPane and ClipHandler example"
    origin ;<- sets new origin at current position
    across
    ScrollPane  190x200 [
        ClipHandler 400x300 %bitmaps/holky.jpg
    ]

    ScrollPane  190x200 [
        ClipHandler 400x300 %bitmaps/motyl.jpg
    ]
    
    return

    ScrollPane 382x180 [
        Button 200x20
        Button
        Button
        Button
        Button
        Button
        Button
        Scroller 200x19
        Scroller
    ]
]

stop
showFrame end