From: Paul P. <bay...@gm...> - 2012-05-24 20:16:22
|
You are correct. I also have this issue, and intend to add a fix, but I am not actively working for the next week or two. This is not a one-off though. There are a few components with this issue. There is an effort in the "crossmobile" project to generate even more of the C front end so we don't have to worry about each case like this, but for now, we need to fix each one as we find it. If you can wait a few weeks, I'll likely fix this one in particular. Thanks, Paul On Thu, May 24, 2012 at 1:42 AM, Kensuke Matsuzaki <mat...@ki...>wrote: > Hi all, > > A wrapper of UINavigationController doesn't have wrapped reference to > wrapper of UIViewController, so it is GCed. > Same thing about UIViewController/UIView and > UIBarButtonItem/UIBarButtonItemDelegate. > > For example, tutorial/ios/navigation/stack seems work with > xmlvm.backend=c option. > But if I add "byte[] dummy = new byte[100000];" to ChildPage.loadView(), > it crashes after some button taps. > > Thank you. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |