Just updated to build 703, and still having the same problem. As the title states, the scrollView from the new widget library (0.2), is causing my app to crash on the device. It works fine using the Corona Simulator.
Here is my code:
[lua]scrollView = widget.newScrollView{left=244,top=290, height=113, width=530, bgColor={0,0,0,0}, maskFile = “scrollMask.png”}
chatWindow:insert(scrollView.view)[/lua]
This code is causing the following error on the device.
Dec 7 15:11:34 unknown ReportCrash[5090] <notice>: Formulating crash report for process Glint[5086]<br>Dec 7 15:11:34 unknown com.apple.launchd[1] <warning>: (UIKitApplication:Glint[0xa70]) Job appears to have crashed: Segmentation fault: 11<br>Dec 7 15:11:34 unknown SpringBoard[15] <warning>: Application 'Glint' exited abnormally with signal 11: Segmentation fault: 11<br>
Has anyone else run into this issue? Is there another scrollView implementation that I can use as workaround?
Thanks,
Jacob [import]uid: 18601 topic_id: 18772 reply_id: 318772[/import]