Re: [MonoTouch] Can't determine IP address on iPhone device

2011-10-15 Thread jowi
Thanks Miguel, that does the trick! I leave it up to you guys to find out why the other code doesn't. Should i file a bug report for it? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Can-t-determine-IP-address-on-iPhone-device-tp3891425p3907004.html Sent from the

[MonoTouch] Upgraded to Lion, MonoTouch 5, MonoDevelop 2.8.1, with xcode 4.2

2011-10-15 Thread JohnnyNoMates
Hi all, Upgraded to Lion this weekend, then installed Xcode 4.2, then MonoDevelop and MonoTouch. Strange behaviour when device set to Debug|iPhoneSimulator, it won't paint anything I just get a white screen. My app overrides UIView and the Draw method, the UIViews are on a UIScrollView. When

Re: [MonoTouch] Monodevelop crashs since last update

2011-10-15 Thread Andreas Ploetzeneder
sry. it just shows loadingwhen clicking on a project and then it crashs...but the project file worked before... Am 15. Oktober 2011 13:05 schrieb Andreas Ploetzeneder i...@ploetzeneder-it.com: Hi, since my last update of mono framework, monodevelop does show Loading on the bottom

Re: [MonoTouch] Updated to iOS 5 and now my app crashes

2011-10-15 Thread Sebastien Pouliot
Hello Andrew, I've seen a similar issue reported (yesterday). Are you building this with LLVM ? if so does it work without it ? Thanks Sebastien On Fri, Oct 14, 2011 at 7:27 PM, Andrew Young andrewdyo...@gmail.com wrote: I just upgraded my iPhone to iOS 5 and now my app crashes where it

Re: [MonoTouch] Updated to iOS 5 and now my app crashes

2011-10-15 Thread Matt Jones
I've had this too. Does the debug build work on the 'phone? For me I had to install SDK 5.0, clean *and reboot* for it to start working again. Cheers, Matt On 15 October 2011 15:43, Sebastien Pouliot sebast...@xamarin.com wrote: Hello Andrew, I've seen a similar issue reported (yesterday).

Re: [MonoTouch] Upgraded to Lion, MonoTouch 5, MonoDevelop 2.8.1, with xcode 4.2

2011-10-15 Thread JohnnyNoMates
Hmmm, Im now seeing the same behaviour when debugging on the device. Deploying a release build to the device paints correctly, however. Anyone else seeing different behaviour between debug and release builds? Should I try reverting to a pre MonoTouch 5 build? Im not using any iOS5 specific

[MonoTouch] IOS 5 threading issue

2011-10-15 Thread MonkeyWorld
Not got to the bottom of it yet, but my simple code to create new thread and then within do an XDocument.Load() to read an RSS feed just fails to return/call complete delegate on iOS 5. All works fine on iOS 4. Anyone else hit any threading issues on iOS 5 that have caused you to need to do

[MonoTouch] Are these monodevelop errors, or my code errors?

2011-10-15 Thread dermotos
They keep coming up when im debugging and hit an error in MY code. System.NullReferenceException: Object reference not set to an instance of an object at MonoDevelop.Debugger.ObjectValueTreeView.SetValues (TreeIter parent, TreeIter it, System.String name, Mono.Debugging.Client.ObjectValue val)