Re: [MonoTouch] Is iPhoneOSGameView timing bug still not fixed?

2011-11-22 Thread Sebastien Pouliot
Hello, It's fixed but has not yet been released. If you updated to 5.0.x then you can use the assembly attached to the bug report [1] as a workaround (it's not the same as the real fix, but it won't throw exceptions). Regards, Sebastien [1] http://bugzilla.xamarin.com/show_bug.cgi?id=1366 On Tu

Re: [MonoTouch] Is iPhoneOSGameView timing bug still not fixed?

2011-11-22 Thread Nikita
Ok! Thank you, Sebastien. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Is-iPhoneOSGameView-timing-bug-still-not-fixed-tp4094660p4095584.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTouch mailing lis

[MonoTouch] RemoveFromSuperview(): different behavior in iOS SDK5?

2011-11-22 Thread René Ruppert
Hi, I’ve posted this on SO but I think it is too special to be discussed there, so I’m trying it over here. I'm experiencing crashes when running my app on iOS5. The code constellation I have: · UIViewController A has an event "InputEnded". · UIViewController B adds A's

[MonoTouch] Unable to debug on device anymore

2011-11-22 Thread Karl Heinz Brehme Arredondo
Hi, To be more quick I develop on simulator, then at the end make real tests on device without debug. But today I got an exception just on device, and trying to debug it crashes on startup due to the excessive time that the application is taking to talk with debugger. Is there a way to make debug

Re: [MonoTouch] Unable to debug on device anymore

2011-11-22 Thread Tossing, Chris
I'm not sure if this will help you, but I was getting crashes that only showed up on the device, as well. Adding the following lines to the iPhone Build - "Additional mtouch arguments" section, fixed my problem: -aot "ntrampolines=2048" -aot "nrgctx-trampolines=2048" -aot "nimt-trampolines=51

Re: [MonoTouch] Unable to debug on device anymore

2011-11-22 Thread Karl Heinz Brehme Arredondo
I was going to test it, but first I tried again to debugŠ. It run this time. The difference: I restarted MacOSŠ because I can't open plist with a MAcOS error and because it doesn¹t let me rename files anymoreŠ. So a restart solved that and debugging lolŠ (I'm on Guinness Book for ppl who most resta

[MonoTouch] Ready to upload First app to Apple's iStore but...

2011-11-22 Thread Dave Richards
I have everything ready to upload my first iPhone app to Apples's iStore but I am not able to get the distribution profile selected in the MonoDevelop "Provisioning Profile" selector of the "iPhone Bundle Signing" screen. I downloaded the distribution profile and added it to xCode Organizer LIBRARY

Re: [MonoTouch] Ready to upload First app to Apple's iStore but...

2011-11-22 Thread Dave Richards
Never mind...I just realized I needed to select the distribution identity. That did it. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Ready-to-upload-First-app-to-Apple-s-iStore-but-tp4096738p4096751.html Sent from the MonoTouch mailing list archive at Nabble.com. __

Re: [MonoTouch] RemoveFromSuperview(): different behavior in iOS SDK5?

2011-11-22 Thread Rolf Bjarne Kvinge
Hi René, Can you attach your sample project where this happens? This will save a bit of time since we don't have to recreate it from your description :) Thanks, Rolf On Tue, Nov 22, 2011 at 2:07 PM, René Ruppert wrote: > Hi, > > > > I’ve posted this on SO but I think it is too special to be dis

Re: [MonoTouch] Unable to debug on device anymore

2011-11-22 Thread Rolf Bjarne Kvinge
Hi, If it happens again you can try disabling debugging over the USB cable (MonoDevelop's Preferences -> Debugger -> iPhone Debugger -> Check the "Debug over WiFi ..."). Rolf On Tue, Nov 22, 2011 at 6:20 PM, Karl Heinz Brehme Arredondo wrote: > I was going to test it, but first I tried again to

Re: [MonoTouch] Crash trying to use both Facebook Connect bindings and TestFlight SDK bindings

2011-11-22 Thread Rolf Bjarne Kvinge
Hi, You're additional mtouch flags are wrong (you don't -force_load libtestflight.a). Try with this: -v -nosymbolstrip -nostrip -cxx -gcc_flags "-L${ProjectDir} -lfacebook_ios_sdk -framework CoreGraphics -force_load ${ProjectDir}/libfacebook_ios_sdk.a -lgcc_eh -L${ProjectDir} -ltestflight -ObjC -

Re: [MonoTouch] Crash trying to use both Facebook Connect bindings and TestFlight SDK bindings

2011-11-22 Thread technohead
Cool thanks Rolf, it looks like it's working. Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/Crash-trying-to-use-both-Facebook-Connect-bindings-and-TestFlight-SDK-bindings-tp4037481p4097882.html Sent from the MonoTouch mailing list archive at Nabble.com. _

[MonoTouch] Introducing the Xamarin Mobile API Preview

2011-11-22 Thread Eric Maupin
With MonoTouch and Mono for Android, you can already share a huge portion of your code across iOS, Android and Windows Phone. There is, however, this middle ground of APIs that are present in all three platforms, but you can't share your code that utilizes them. You currently have to write separate

Re: [MonoTouch] Simple Tweet code example

2011-11-22 Thread ric3kg
Still hoping for some help here! I've been banging my head on the wall for hours and still can't figure out what's missing/wrong. I've used the twitter developer console to check headers, signature strings. Deleted the twitter app and recreated. Any other ideas? At this point I'd be happy to pay f

[MonoTouch] Anyone experiencing some "strange" network problems?

2011-11-22 Thread Dean Cleaver
Hi, I'm experiencing some unusual network behaviour that I can't work out. In short, my app communicates with the server either via web services or TCP-IP calls, depending on the process. Some processes have mixed calls. What I am seeing in one case is the web service call works and then it pro

[MonoTouch] ALAssetsLibrary incorrectly bound...?

2011-11-22 Thread Nic Wise
http://bugzilla.xamarin.com/show_bug.cgi?id=2166 FYI for others. Looks like the binding may be wrong in WriteImageToSavedPhotosAlbum GIST of the problem: https://gist.github.com/1388126 Cheers N -- Nic Wise t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www

Re: [MonoTouch] Simple Tweet code example

2011-11-22 Thread Nic Wise
Mine looks like this, if it helps: https://gist.github.com/1388137 It is, however, ripped from Tweetstation, but 18 months ago, and has been working since. On Wed, Nov 23, 2011 at 00:19, ric3kg wrote: > Still hoping for some help here! I've been banging my head on the wall for > hours and still