Re: [MonoTouch] App crashing at startup after a crash inside app

2012-09-13 Thread Rolf Bjarne Kvinge
Hi, On Thu, Sep 13, 2012 at 2:35 AM, Karl Heinz Brehme Arredondo k...@e-magesolutions.com wrote: Hi, I have an app that runs fine. But in some rare times (not so rare, maybe 10 cases per month) , something happens that crashes the App, and the it doesn't open anymore. So if I understand

Re: [MonoTouch] Downgrade monotouch - where to download?

2012-09-13 Thread stevek
I seem to have a problem with that :( I login, Click on my purchases and the purchase shows briefly (0.5 sec) and then disappears again before i can click on the link. I have tried it in Firefox and Safari so I mailed support yesterday through the site to try and get someone to look at it. --

Re: [MonoTouch] CoreImage Memory Consumption / Recipe affected

2012-09-13 Thread Rolf Bjarne Kvinge
Hi, This code worked for me: https://gist.github.com/c8a415043efdb4417929 Rolf On Thu, Sep 13, 2012 at 2:00 AM, couchworx bo...@couchworx.com wrote: Hi, unfortunately manually releasing the result object does not help. Crashing is just the same. I even had my iPhone 4GS freezing up. So I

Re: [MonoTouch] Update monodevelop for the ios6 issue

2012-09-13 Thread logos_srl
Solved! The cause of the crash on startup of the monodevelop isn't monodevelop but the mono framework runtime (or the gtk).It was the wrong version, but nothing prompt me to update the mono framework. I update the mono framework to the right version and then the monodevelop start correctly.

Re: [MonoTouch] App crashing at startup after a crash inside app

2012-09-13 Thread Karl Heinz Brehme Arredondo
Hi Rolf, * User installs app. * User uses app for a while successfully. * Something unknown happens. * App will not startup again for user, the only way he can make it work is to reinstall. Yes, that's it. * Are you sure your users know how to kill an app? If they just tap the home button and

Re: [MonoTouch] Get selected value of UIPickerView

2012-09-13 Thread Nic Wise
Like most UIKit controls, you need to keep track of what you put in, usually via the DataSource. So generally, you are responsible for converting from that selected row into something you can work with. Could you pass that index into your data source and work it out from the data it's storing?

Re: [MonoTouch] Best way to catch .NET crash with TestFlight

2012-09-13 Thread Nic Wise
Could you log to a file, then email the file on startup? I do that too - works quite well so far, tho against something like testflight, it always feels a bit hacky :) On Thu, Sep 13, 2012 at 1:31 AM, Karl Heinz Brehme Arredondo k...@e-magesolutions.com wrote: Hi Nic, I think I can't get the

Re: [MonoTouch] Voice recognition

2012-09-13 Thread Nic Wise
Personally, I've never liked voice as an input mechanism, but that might also be to do with seldom driving, so hands free isnt' as much use :) Doing VR on an 8088 is rather impressive. 4Mhz doesn't get you far - and makes the 800mhz+ iPhone look quite powerful by comparison. I'm sure there is a

Re: [MonoTouch] Best way to catch .NET crash with TestFlight

2012-09-13 Thread Karl Heinz Brehme Arredondo
To email it, users need an email account configured on iPad? Just asking because no all user hasŠŠ it's strange but is true.. Karl From: Nic Wise n...@fastchicken.co.nz Date: quinta-feira, 13 de setembro de 2012 09:48 To: Karl Heinz Brehme Arredondo k...@e-magesolutions.com Cc:

Re: [MonoTouch] Voice recognition

2012-09-13 Thread Alex White
The voice training involved with the VR stuff normally prohibits it's use, I know they have got better over the years but my last attempt at VR was 5 years ago and it did not work out very well. ATB Alex On 13 Sep 2012, at 13:53, Nic Wise n...@fastchicken.co.nz wrote: Personally, I've never

Re: [MonoTouch] Best way to catch .NET crash with TestFlight

2012-09-13 Thread Nic Wise
Yes, they would. Or you could just setup a web service or something to receive it. Which is basically what testflight is anyway :) On Thu, Sep 13, 2012 at 1:55 PM, Karl Heinz Brehme Arredondo k...@e-magesolutions.com wrote: To email it, users need an email account configured on iPad? Just asking

Re: [MonoTouch] App Rejected, Need help.

2012-09-13 Thread bobreck
Thanks for the offer. Fortunately, I've got a few people already who were able to test it. If I end up needing an additional tester, I'll let you know. Thanks again! Bob From: efontana [via MonoTouch] [mailto:ml-node+s2284126n4656964...@n4.nabble.com] Sent: Tuesday, September 11, 2012 8:02

[MonoTouch] Bogus app reviews (user reviews of an app)

2012-09-13 Thread Neal Culiner
I'm shocked at how unethical the app reviews (user reviews, not app review process) system is in the Apple App Store. I wish Apple would allow app's to turn off reviews as it's so ridiculous! Apple fanbois are so worried about their reviews they go out of their way to create multiple iTunes

Re: [MonoTouch] Bogus app reviews (user reviews of an app)

2012-09-13 Thread Dean Cleaver
Heh - read an Android Fanboi's review of the iPhone 5 (or any iPhone) to see how positive they are lol I think the difference is there's not the same money in the Android space. Making your app #1 can mean a ton of money for the developer - and I don't think unethical business is limited to

Re: [MonoTouch] CoreImage Memory Consumption / Recipe affected

2012-09-13 Thread couchworx
Hi Rolf, thanks for the code example. tried the new code on two devices, a 4S and a 3GS, both on iOS 5.1.1 (9B206): freshly reset 4S: 50 calls to crash after the first crash on 4S: 11 calls to crash consistently freshly reset 3GS: first call crashes with this message Unable to render using GPU

Re: [MonoTouch] Refactor NOOB question, Is it broken?

2012-09-13 Thread Jason Awbrey
not sure exactly what you're trying to do - but I can tell you that a lot of the refactor options have been pulled from MD, so it's possible if you're following an old tutorial or post they may be referring to options that don't exist anymore On Thu, Sep 13, 2012 at 2:43 PM, Kris Bloom

[MonoTouch] Issue with tableView [Noob]

2012-09-13 Thread Kris Bloom
i am trying to figure out how to add a simple Table Cell that has an image, text and i want the text to have a shadow like the UILabel does.. I got it working great with the StyledStringElement but it does not have a way to do the text shadow. I then tried UITableViewCell but it doesn't have a

Re: [MonoTouch] Issue with tableView [Noob]

2012-09-13 Thread Craig Dunn
not 100% sure what you mean? if you're using one of the built-in UITableViewCell layouts, eg cell = new UITableViewCell (UITableViewCellStyle.Default, cellIdentifier); then the text _is_ being displayed in a UILabel, so you can just set the shadow properties: cell.TextLabel.ShadowColor =

Re: [MonoTouch] Refactor NOOB question, Is it broken?

2012-09-13 Thread Nic Wise
If you just want to override a virtual method, you can type public override(space) Then the intellisense gives you a list of methods which can be overridden. It's quite nifty :) -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/