Hi, guys.
I have made some modifications to ScrollView. Most of them should help to resolve some bugs in original widget + you can try to use new functionality.
http://code.coronalabs.com/code/scrollview-v11-modified-version
Hi, guys.
I have made some modifications to ScrollView. Most of them should help to resolve some bugs in original widget + you can try to use new functionality.
http://code.coronalabs.com/code/scrollview-v11-modified-version
vadiminc, it would be good if you could tell exactly what’s different about yours vs the existing widget.
Thanks,
Dave
just run the demo code and you will see.
for example:
-- You can set how the object should be scrolled in the scroll panel. scrollView\_parent:insert( myText1 ) scrollView\_parent:insert( myText2, "verticalOnly" ) scrollView\_parent:insert( myText3, "horizontalOnly" ) -- You can change height and width in a fly without any troubles scrollView\_parent:setHeight(300) scrollView\_parent:setWidth(400) --scrollView\_parent:destroy()
I am interested in using this new scrollView.
What bugs have been fixed? and what have been improved?
vadiminc, it would be good if you could tell exactly what’s different about yours vs the existing widget.
Thanks,
Dave
just run the demo code and you will see.
for example:
-- You can set how the object should be scrolled in the scroll panel. scrollView\_parent:insert( myText1 ) scrollView\_parent:insert( myText2, "verticalOnly" ) scrollView\_parent:insert( myText3, "horizontalOnly" ) -- You can change height and width in a fly without any troubles scrollView\_parent:setHeight(300) scrollView\_parent:setWidth(400) --scrollView\_parent:destroy()
I am interested in using this new scrollView.
What bugs have been fixed? and what have been improved?