2011.715 widget changes

Does the new 2011.715 build widget changes solve the storyboard transition issue with widgets like scrollview, tableview. Could someone from ansca please advice. I have not been able to use transitions of scrollview/tableview on storyboard.gotoscene() function.
thx,
Bejoy [import]uid: 84539 topic_id: 20014 reply_id: 320014[/import]

Transitions issue? Isn’t it just a matter of removing scrollView.view before switching scenes? Or is this an actual transition.to command? [import]uid: 41884 topic_id: 20014 reply_id: 78079[/import]

In my experience, transitioned screen does not show up properly with scrollview…I will be spending more time this weeekend to fix it. but till date i have not been able to use transition with scrollview. The transition i am using is “slideLeft” or “fromBotton” and both don’t work. “Fade” transitions are working fine… [import]uid: 84539 topic_id: 20014 reply_id: 78085[/import]

That’s strange. It’s entirely possible there’s an existing issue but I currently have a project with a scrollView inside one screen and I’m able to use gotoscene without error back and forth. The only requirement of course is to insert/remove the .view and not scrollView itself.

I’m using slideRight though (OSX) [import]uid: 41884 topic_id: 20014 reply_id: 78097[/import]