Re: [MonoTouch] Random crashes using NSUrlProtocol

2012-09-27 Thread Rolf Bjarne Kvinge
Hi, On Thu, Sep 27, 2012 at 1:44 AM, Gusman geni...@gmail.com wrote: Hi Rolf. I have found the bug! And here is my adventure on what it is and how to fix it. I'm using AdMob library with Alex Desoto implementation, and the protocol crashes when theAdMob library does it's requests (because

Re: [MonoTouch] Error in creating GeoLocation since MT 6.0

2012-09-27 Thread Rolf Bjarne Kvinge
Hi, See this: https://bugzilla.xamarin.com/show_bug.cgi?id=7331 Rolf On Thu, Sep 27, 2012 at 3:56 AM, technohead dj_technoh...@yahoo.com wrote: Hi, I've just recently upgraded to MT 6.0 and tried recompiling some pre-existing code that was working in MT 5.4. I'm getting the runtime

Re: [MonoTouch] Error in creating GeoLocation since MT 6.0

2012-09-27 Thread Craig Dunn
basically it says: (as of September 20th) The currently available binaries are now compiled for MonoTouch 6.http://xamarin.com/mobileapi if you're using the mobileAPI (Xamarin.Geolocation) maybe try downloading the latest from that link? On Thu, Sep 27, 2012 at 5:21 PM, Rolf Bjarne Kvinge

Re: [MonoTouch] Fun with MFMailComposeViewController

2012-09-27 Thread Alex White
Thanks Nic for the pointer, I had not got to the points of making my stuff pretty yet, so has not affected me yet, but I am sure it is one that I would have hit in a couple of weeks time. ATB Alex On 27 Sep 2012, at 08:22, Nic Wise n...@fastchicken.co.nz wrote: If you are using

Re: [MonoTouch] Fun with MFMailComposeViewController

2012-09-27 Thread Nic Wise
Nah, Sebastien was on the ball with an update, so it'll be in 6.0.2 :) On Thu, Sep 27, 2012 at 11:29 AM, Alex White alexwhit...@gmail.com wrote: Thanks Nic for the pointer, I had not got to the points of making my stuff pretty yet, so has not affected me yet, but I am sure it is one that I

Re: [MonoTouch] having nightmares with updates to and from xcode

2012-09-27 Thread Alex White
Hi Jeff, thanks for the reply, This problems has been occurring on and off for months, but in the last week 100% of the Xcode updates are no making their way into MonoDevelop it has forced me to recode my project to be xib free, it does not help that this happened right in the middle of a

Re: [MonoTouch] rotations have stopped working on the devices but work in the simulator

2012-09-27 Thread Alex White
Hi Yes that works, I have gone right through the plist.info file to see if there are any major differences between the new and old project and I cannot see anything. I think something bad has happened to my project as I was not able to debug on the device until I wrote the small demo project

Re: [MonoTouch] having nightmares with updates to and from xcode

2012-09-27 Thread Mike Murdock
I am having the same issues having to remove all xibs and renaming class And reworking 70% of my project I was hoping to get to App Store in October now it will have to go thru QC again and shoot for December. Sent from my iPhone On Sep 27, 2012, at 7:24 AM, Alex White

Re: [MonoTouch] having nightmares with updates to and from xcode

2012-09-27 Thread Alex White
Hi Mike, What worked for me was rem'ing out the designer.cs for the view controllers and modifying the constructor for the view controller to remove the reference to the xib files, this means you can put them back in if you need to. I found things compile much quicker without the xib files.

Re: [MonoTouch] having nightmares with updates to and from xcode

2012-09-27 Thread Jeff Stedfast
Hi Alex, On Thu, Sep 27, 2012 at 7:24 AM, Alex White alexwhit...@gmail.com wrote: Hi Jeff, thanks for the reply, This problems has been occurring on and off for months, but in the last week 100% of the Xcode updates are no making their way into MonoDevelop it has forced me to recode my

Re: [MonoTouch] UIWebView - Get HTML Source

2012-09-27 Thread Matronix
No clue how I didn't see that before. Thank you. -- View this message in context: http://monotouch.2284126.n4.nabble.com/UIWebView-Get-HTML-Source-tp4657280p4657282.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTouch

[MonoTouch] iPhone 5 ARM7 and ARM6

2012-09-27 Thread Justin Hansen
My application currently supports ARM6 and ARM7. From what I can tell I can't build for both anymore if I want to support the iPhone 5. Will Apple just let me know drop support for ARM6 and update my current app? Do I have to create a new app that is just for the new device? Can anyone tell me my

Re: [MonoTouch] iPhone 5 ARM7 and ARM6

2012-09-27 Thread Jeff Stedfast
Hi Justin, I *think* that as long as you continue to target an iOS older than 6.0 and keep Xcode 4.4 (don't upgrade to 4.5), you can continue to build for armv6 and it will still work on iPhone5 You just can't use iOS6 APIs. Hope that helps, Jeff On Thu, Sep 27, 2012 at 3:47 PM, Justin Hansen

Re: [MonoTouch] iPhone 5 ARM7 and ARM6

2012-09-27 Thread Justin Hansen
Thanks, I already upgraded to 4.5 which was my mistake. I should have checked into it before upgrading. Justin Hansen On Thu, Sep 27, 2012 at 3:57 PM, Jeff Stedfast j...@xamarin.com wrote: Hi Justin, I *think* that as long as you continue to target an iOS older than 6.0 and keep Xcode 4.4

Re: [MonoTouch] iPhone 5 ARM7 and ARM6

2012-09-27 Thread Nic Wise
Yup, Jeff's right. Use XCode 4.4 and target iOS 3+ with ARMv6 Use XCode 4.5 and target iOS 4.3+ with ARMv7 and drop iPhone 3G support. HOWEVER, Apple (in the past) have stopped accepting updates which don't use the current SDK, so you may be forced out anyway - I don't know how long they will

[MonoTouch] uitableview and uipagecontrol

2012-09-27 Thread Alex White
Hi All, I have a uitableview with potentially lots of records returned, I would like to use pagination to control how many records get returned to the user on each page, I am guessing that the uipagecontrol is the way to go, am I correct, is there a better way, any examples for me to get some

Re: [MonoTouch] iPhone 5 ARM7 and ARM6

2012-09-27 Thread Rolf Bjarne Kvinge
Hi, On Thu, Sep 27, 2012 at 9:59 PM, Nic Wise n...@fastchicken.co.nz wrote: Check your trash folder, you may have xcode.app in there which is 4.4. You can have both - just put 4.4 somewhere else and point MT at it. Or you can download it again from Apple's dev site (it's well hidden, but it

Re: [MonoTouch] iPhone 5 ARM7 and ARM6

2012-09-27 Thread Adam Kemp
HOWEVER, Apple (in the past) have stopped accepting updates which don't use the current SDK... Do you have a source for this? I had not heard that, and I am now very concerned. Every time we update to the latest SDK we find new bugs because they change how things behave. -- Adam Kemp

Re: [MonoTouch] uitableview and uipagecontrol

2012-09-27 Thread Adam Kemp
UIPageControl is totally different. It just shows the dots to indicate which page you're on. To enable pagination you just need to set PagingEnabled = true on the UITableView. That's a property of UIScrollView, and UITableView inherits from UIScrollView. That said, don't enable paging on a

Re: [MonoTouch] iPhone 5 ARM7 and ARM6

2012-09-27 Thread Steve Maier
This is very normal for Apple on each release of a new version of SDK. I thought it was in the developer agreements. can’t look right now. Steve Sent from Windows Mail *From:* Adam Kemp adam.k...@ni.com *Sent:* ‎September‎ ‎27‎, ‎2012 ‎4‎:‎48‎ ‎PM *To:* monotouch@lists.ximian.com *Subject:*

[MonoTouch] App Review Status: Pending an Apple Release

2012-09-27 Thread Neal Culiner
On Friday Sep 21st I submitted an update for my app with Min OS 6.0 using MonoTouch 6.0.0 and Xcode 4.5. It was reviewed today and later went into a status of Pending an Apple Release. I'm hoping this is an error on Apple's side. Hoping this was not a meta data issue in MonoTouch 6. Anyone

Re: [MonoTouch] uitableview and uipagecontrol

2012-09-27 Thread Jeff Stedfast
FWIW, I've actually got a fix for that performance issue in the works. I just need to land it. Now that I've been reminded, hopefully I'll land it tonight :-) Jeff On Thu, Sep 27, 2012 at 4:26 PM, Sebastien Pouliot sebast...@xamarin.comwrote: Hello Alex, UITableView can handle any number of

Re: [MonoTouch] iPhone 5 ARM7 and ARM6

2012-09-27 Thread Adam Kemp
You can support iPhone 5 (taller screens) by just including a splash screen with the right size. That's how the iPhone 5 decides whether to letterbox your app. You don't actually need to use any particular version of the SDK. If you want to actually call newer APIs then you have a bigger

Re: [MonoTouch] uitableview and uipagecontrol

2012-09-27 Thread Jeff Stedfast
Patch landed! Jeff On Thu, Sep 27, 2012 at 5:19 PM, Jeff Stedfast j...@xamarin.com wrote: FWIW, I've actually got a fix for that performance issue in the works. I just need to land it. Now that I've been reminded, hopefully I'll land it tonight :-) Jeff On Thu, Sep 27, 2012 at 4:26 PM,

Re: [MonoTouch] Fun with MFMailComposeViewController

2012-09-27 Thread Chris_M
Thanks, Alex! That helps. Nic, I don't seem to have run afoul of the bug, fortunately. :-) --Chris Nic Wise wrote If you are using MFMailComposeViewController, you may want to look at this https://bugzilla.xamarin.com/show_bug.cgi?id=7443 Possibly a bug with 6.0.0 / 6.0.1 MT, if you

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

2012-09-27 Thread stevehatch
This is a little bit ridicules, I have never had a problem updating monotouch until this update. I know i'm not the only one having problems as there are many posts out there about this install issue. I contacted xamarin support and was told to download the packages directly (not through mono