Hi,
I currently use the 2013.1075 (2013.4.1) Version
Got problems with scrollView widget.
-
I have a scrollView widget. Let call it myScrollView
-
I insert display objects on it with the insert method : myScrollView:insert(object)
Firstly, I don’t understand :
- why myScrollView.numChildren is always equal to 3, regardless the number of display objects I insert?
Secondly,
- is it possible to “disinsert” an object already inserted in myScrollView without removing the object itself ?
Thank you for your help
Best,
Olivier