I’m working with the latest SDK 4.5.0.20967. I worked before with the SDK Hero.
Everything is working fine but I have a problem with my returndObject. That’s the only thing that isn’t working.
So I have a page where I make my returnObject:
override public function createReturnObject():Object
{
return m_parameters;
}
When I debug I see that my navigator.poppedViewReturnedObject = null.
var poppedViewReturnedObject:ViewReturnObject = navigator.poppedViewReturnedObject;
Does anybody knows what I’m doing wrong or has a solution?
Kind regards,
Thibault Heylen
You have to initialize your ViewReturnObject in the add initializer. Then it works