Re: [MonoTouch] Obsolete methods in iOS 6

2012-09-24 Thread Rolf Bjarne Kvinge
On Sat, Sep 22, 2012 at 9:32 AM, Stuart Lodge m...@slodge.com wrote: I'm interested in what to do without ViewDidUnload too. Apple's recommendation is to handle memory warnings instead. Rolf Is there some other notification we should use to free up resources, unsubscribe from events,

Re: [MonoTouch] monotouch 6.0 installer fails at the end

2012-09-24 Thread Rolf Bjarne Kvinge
Hi, On Sat, Sep 22, 2012 at 6:06 AM, stevehatch st...@hatchonline.net wrote: I cannot update to monotouch 6 because the installer fails at the end. I know there are other posts about this but I thought I would alert you as well. It doesn't really tell me anything useful to pass on to you

Re: [MonoTouch] displayed the splash screen indefinitely.

2012-09-24 Thread Rolf Bjarne Kvinge
Hi, On Sat, Sep 22, 2012 at 2:21 PM, orsade22 orsad...@gmail.com wrote: hi, u upload my app to apple and they rejected it. this is what they wrote me : Sep 21, 2012 07:02 PM. From Apple. 2.2 We found that your app exhibited one or more bugs, when reviewed on iPhone 4 running iOS 6, on

Re: [MonoTouch] displayed the splash screen indefinitely.

2012-09-24 Thread orsade22
i did it and the app loads an error message saying there is no communcation to server and closes the app. -- View this message in context: http://monotouch.2284126.n4.nabble.com/displayed-the-splash-screen-indefinitely-tp4657157p4657180.html Sent from the MonoTouch mailing list archive at

Re: [MonoTouch] Maptastrophe?

2012-09-24 Thread Rolf Bjarne Kvinge
Hi, On Sun, Sep 23, 2012 at 11:25 PM, Chris_M kungfuchri...@yahoo.com wrote: I am very close to having my first app ready to submit to Apple -- except that I haven't looked at any iOS related stuff yet. Now I'm kind of scared. I display a Google Maps view in the app itself and there's also

Re: [MonoTouch] Obsolete methods in iOS 6

2012-09-24 Thread Stuart Lodge
Thanks for the answer I think my question now is a different one... I think maybe I was abusing ViewDidUnload all along! If I have a uiviewcontroller that attaches to an application singleton for events - e.g. it attaches to a ChatServiceMonitor singleton and listens to incoming Chat events -

Re: [MonoTouch] displayed the splash screen indefinitely.

2012-09-24 Thread orsade22
no apple didnt said they got my error message... they just said the screen was stuck it doesnt happen to me -- View this message in context: http://monotouch.2284126.n4.nabble.com/displayed-the-splash-screen-indefinitely-tp4657157p4657184.html Sent from the MonoTouch mailing list

[MonoTouch] mtouch exited with code 99

2012-09-24 Thread Stoo Goff
After a recent update I've started getting the following error whenever I try to compile: mtouch exited with code 99 This happens for all projects and both simulator and device builds. I can't find much information on it but it seems to be related to the licence. My subscription to monotouch

Re: [MonoTouch] displayed the splash screen indefinitely.

2012-09-24 Thread Rolf Bjarne Kvinge
Hi, You cannot do access the network synchronously at startup, the app will get stuck sometimes (even if you can't reproduce it yourself). You must access the network asynchronously, and in the meantime show the user that you're trying to connect to a particular server. Rolf On Mon, Sep 24,

Re: [MonoTouch] mtouch exited with code 99

2012-09-24 Thread Rolf Bjarne Kvinge
Hi, On Mon, Sep 24, 2012 at 11:32 AM, Stoo Goff stoo.g...@gmail.com wrote: After a recent update I've started getting the following error whenever I try to compile: mtouch exited with code 99 This happens for all projects and both simulator and device builds. I can't find much

Re: [MonoTouch] MonoTouch 6 - Package failed to install

2012-09-24 Thread mtrinder
Were you able to resolve this issue? Cheers, Mark. -- View this message in context: http://monotouch.2284126.n4.nabble.com/MonoTouch-6-Package-failed-to-install-tp4657083p4657172.html Sent from the MonoTouch mailing list archive at Nabble.com. ___

Re: [MonoTouch] displayed the splash screen indefinitely.

2012-09-24 Thread orsade22
this is what i said... the server wait for an event from the task that connects to server. if the server desnt answer or hell know what , the main thread (screen) gets an event of communcation error from the task that connects to the server and shows it to the user apple doesnt get the

Re: [MonoTouch] Maptastrophe?

2012-09-24 Thread Alex White
The apple maps are sub-standard all my windows users (over 1000 of them) that use the iPhones and iPads that have upgraded to IOS6 have taken their devices into the apple stores and got replacement units as the mapping component is completely useless and there seems to be no way to take the

Re: [MonoTouch] displayed the splash screen indefinitely.

2012-09-24 Thread Rolf Bjarne Kvinge
Hi, On Mon, Sep 24, 2012 at 1:10 PM, orsade22 orsad...@gmail.com wrote: this is what i said... the server wait for an event from the task that connects to server. if the server desnt answer or hell know what , the main thread (screen) gets an event of communcation error from the task that

[MonoTouch] Monotouch 5.4, possible to target iPhone5?

2012-09-24 Thread HairyJohn
Hi there, I want to get one last XCode 4.4 release out before I upgrade to XCode 4.5 and Monotouch 6. Is it possible to target the iPhone 5 With Monotouch 5.4 (and XCode 4.4)? I dont need any iOS6 features, I just need the dimensional changes to remove the letterbox. Thanks John -- View this

Re: [MonoTouch] Monotouch 5.4, possible to target iPhone5?

2012-09-24 Thread Rolf Bjarne Kvinge
Hi, On Mon, Sep 24, 2012 at 2:24 PM, HairyJohn m...@johnhair.com wrote: Hi there, I want to get one last XCode 4.4 release out before I upgrade to XCode 4.5 and Monotouch 6. Is it possible to target the iPhone 5 With Monotouch 5.4 (and XCode 4.4)? I dont need any iOS6 features, I just need

Re: [MonoTouch] Maptastrophe?

2012-09-24 Thread Jason Awbrey
I don't believe that they are still capturing maps.google.com - when I click on map links I get taken to Google maps in Safari however, I agree that the new map is a huge step back - I was in San Antonio a few weeks ago while running the beta, and the maps app kept insisting the nearest Sea

Re: [MonoTouch] Monotouch 5.4, possible to target iPhone5?

2012-09-24 Thread Rolf Bjarne Kvinge
Hi, On Mon, Sep 24, 2012 at 2:58 PM, HairyJohn m...@johnhair.com wrote: Hi Rolf! Thanks for the reply, sorry I thought it was obvious but it clearly wasn't, I was referring to the new screensize. Can I compile my app to allow it to utilize the new screensize in Monotouch 5.4 and XCode 4.4

Re: [MonoTouch] Obsolete methods in iOS 6

2012-09-24 Thread Adam Kemp
I'm interested in what to do without ViewDidUnload too. Is there some other notification we should use to free up resources, unsubscribe from events, etc? E.g does Dispose get called when a viewpoint roller gets popped off the navigation stack? (Or when the memory warning arrives like

Re: [MonoTouch] UIViewControllerHierarchyInconsistency issue after updating to ios6

2012-09-24 Thread Adam Kemp
· : UIViewControllerHierarchyInconsistency Reason: · A view can only be associated with at most one view controller at a time! This issue is probably more related to iOS 5 than iOS 6. Starting in iOS 5 they added the ability to have child view controllers. Prior to iOS

[MonoTouch] Determine coordinates of button tap on table cell

2012-09-24 Thread gc898
I'm using Monotouch.Dialog and have a custom cell with two buttons on it. When a button is tapped, I want to show a popover. The problem is I can't see how to get the coordinates of the button (to position the popover properly) when handling the button click in my main view controller. I have

Re: [MonoTouch] UIViewControllerHierarchyInconsistency issue after updating to ios6

2012-09-24 Thread Adam Kemp
I can't help you with that little information. Typically this kind of error has nothing to do with table views specifically. It is a generic error. If you are seeing it with a table view then maybe you are doing something wrong with how you implemented your table views. Are you perhaps

Re: [MonoTouch] UIViewControllerHierarchyInconsistency issue after updating to ios6

2012-09-24 Thread Adam Kemp
I can't reply directly to you for some reason (my emails keep getting rejected). The error message gives you some hints. It tells you the types of the two view controllers involved as well as the type of the view itself. It also gives you the pointer values of each of those. Those are the same

Re: [MonoTouch] monotouch 6.0 installer fails at the end

2012-09-24 Thread mtrinder
Had the same trouble. Problem was that I wasn't connected to the internet while doing the install. Once I was connected I ran fine as normal. Hope this helps your issue. Mark. -- View this message in context:

Re: [MonoTouch] MonoTouch 6 - Package failed to install

2012-09-24 Thread mtrinder
It would not install for me until I was connected to the internet. Hope this helps your issue. Mark. -- View this message in context: http://monotouch.2284126.n4.nabble.com/MonoTouch-6-Package-failed-to-install-tp4657083p4657207.html Sent from the MonoTouch mailing list archive at Nabble.com.

Re: [MonoTouch] Maptastrophe?

2012-09-24 Thread Craig Dunn
looks like the URL to 'capture' requests from an app via OpenUrl() and show the Maps app is now: http://maps.apple.com/maps?q=cupertino https://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/MapLinks.html#//apple_ref/doc/uid/TP40007894-SW1 OT: