Re: [MonoTouch] What is the right way to wait?

2012-06-27 Thread Dae
P.S. Any link to a good source of information about async handling in Monotouch would be greatly appreciated :) Thanks. Andre. -- View this message in context: http://monotouch.2284126.n4.nabble.com/What-is-the-right-way-to-wait-tp4655591p4655592.html Sent from the MonoTouch mailing list archiv

[MonoTouch] What is the right way to wait?

2012-06-27 Thread Dae
Hi All, I have implemented image picker which can either pick from album or take a photo with the camera. The problem I have is async nature of the ALAssetsLibrary.WriteImageToSavedPhotosAlbum() which I use to save image taken. Once user picks an image he/she might try to close the current view a

Re: [MonoTouch] MonoTouch.Dialog unable to set background color on iPad?

2012-06-27 Thread efontana
Well thanks to: http://jamesantrobus.wordpress.com/category/monotouch/ I did the following and fixed it. if (AppDelegage.IsPad) { UIView dummy = new UIView() { BackgroundColor = UIColor.Red }; TableView.BackgroundView = dummy; } -- View this message in context: http://monotouch.2284126.

Re: [MonoTouch] MonoTouch.Dialog unable to set background color on iPad?

2012-06-27 Thread efontana
Also, the controller is created and placed into a navigation tab, which must be somehow related because when I made the same change in the MT.D sample, it works, I don't understand why its ok for Phone but bad for Pad -- View this message in context: http://monotouch.2284126.n4.nabble.com/MonoTo

[MonoTouch] MonoTouch.Dialog unable to set background color on iPad?

2012-06-27 Thread efontana
I had found this post from Miguel: http://stackoverflow.com/questions/7312150/how-to-set-the-background-color-on-a-dialogviewcontroller-monotouch-dialog I added it to my code, and when I run the iPhone simulator, it works perfectly. When I run it in the iPad simulator, the background is the normal

Re: [MonoTouch] google street view with monotouch

2012-06-27 Thread Jason Awbrey
The maps app does support street view in iOS 5 - click on a pin then use the person icon Sent from my iPad On Jun 27, 2012, at 6:51 PM, Nic Wise wrote: > oh, BTW, duedil does it too > > http://www.duedil.com/ > > they appear to be linking to that url (well, a http one, not an https one). > > On

[MonoTouch] Deployment options for an API built using MonoTouch

2012-06-27 Thread vic
Hi, what I would like to be able to do is to develop an API (library, not app) on top of MonoTouch, then distribute this API to my users. Now, if I create a library (dll) using MonoTouch and give this to a user, does that force them into using MonoTouch as well? What if, for whatever reason, they

Re: [MonoTouch] Can Rolf or Sebastien please comment this question on StackOverflow?

2012-06-27 Thread Rolf Bjarne Kvinge
Hi René, Nothing has changed in this regards, so Jeff's answer is accurate (for both the current 5.2 release and any previous releases too). Rolf On Wed, Jun 27, 2012 at 2:16 PM, René Ruppert wrote: > Hi, > > a while ago I posted a question on SO but it was during WWDC, so I assume > you were a

Re: [MonoTouch] What does iOS do to my poor app in the background?

2012-06-27 Thread Rolf Bjarne Kvinge
Hi, On Wed, Jun 27, 2012 at 10:30 AM, victoria wrote: > Dear list, > > App works fine and Monotouch is awesome. The final showstopper is the silly > user decides to do something else (gasp!) and puts the app in the > background, and when restored later on one of three things happens: > > 1 App r

Re: [MonoTouch] How long can "In Review" take?

2012-06-27 Thread Dean Cleaver
Ok - in the past it's gone from in review to approved in about 3 hours - even the first time it was submitted. Didn't know they had brought in a new 5 day thing. Cheers, Dino -Original Message- From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Wednesday, June 27, 2012 15:49 To: Dean

Re: [MonoTouch] How long can "In Review" take?

2012-06-27 Thread Nic Wise
If you submitted it monday, I'd expect it live in the store (assuming it's not broken :) ) on monday. or maybe friday/sat/sunday. They appear to mean the 5 day thing at the moment On Wed, Jun 27, 2012 at 9:27 PM, Dean Cleaver wrote: > Submitted it Monday morning, went into review Monday after

Re: [MonoTouch] google street view with monotouch

2012-06-27 Thread Alex White
Thanks for the reply, On further investigation it looks like I will have to go down the api route to get this to work, I guess the next hurdle will be if Apple are happy with me doing that way, the URL's I have have the log and lat in them so I can pick them out, I might be left with the starti

Re: [MonoTouch] google street view with monotouch

2012-06-27 Thread Nic Wise
oh, BTW, duedil does it too http://www.duedil.com/ they appear to be linking to that url (well, a http one, not an https one). On Wed, Jun 27, 2012 at 9:44 PM, Nic Wise wrote: > Hi Alex > > (nice location - I used to live about 10 mins from there on Westferry Rd) > > Anywh > > I think y

Re: [MonoTouch] google street view with monotouch

2012-06-27 Thread Nic Wise
Hi Alex (nice location - I used to live about 10 mins from there on Westferry Rd) Anywh I think your options are: 1. Put a MKMapView in, load it up with the lat/lon (parse it out of the URL), and... well, it doesn't do street view, so you are kind of stuck there. 2. Try this: http://s

Re: [MonoTouch] How long can "In Review" take?

2012-06-27 Thread Dean Cleaver
Submitted it Monday morning, went into review Monday afternoon, and is still in review now. Apps not new, but it is big - not that they can see any of that though. -Original Message- From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Wednesday, June 27, 2012 15:22 To: Dean Cleaver Cc:

Re: [MonoTouch] How long can "In Review" take?

2012-06-27 Thread Nic Wise
When did you submit it? Last time I did one (a month or so ago), it's 5 working days. They start looking at it on the 5th day. The statuses dont mean a hell of a lot. Tho I suspect it'll take longer with a new app, or with a big one. On Wed, Jun 27, 2012 at 3:43 PM, Dean Cleaver wrote: > Our ap

Re: [MonoTouch] How long can "In Review" take?

2012-06-27 Thread Jason Awbrey
hmmm... if there was an actual problem I would expect them to contact you. It may just have gotten lost in the shuffle. It might be worth contacting them about it. You could also try rejecting the binary (if you can at this point) and re-submitting. On Wed, Jun 27, 2012 at 2:10 PM, Dean Cleaver

Re: [MonoTouch] How long can "In Review" take?

2012-06-27 Thread Dean Cleaver
This is just an update - was first submitted about a year ago. Like yours, this one is too specific for them to run it (unless they used to be a Valet). Only took about 6 hours to go from submitted to in review, but it's been in review for 2 days, and they've not logged in to actually look at an

Re: [MonoTouch] How long can "In Review" take?

2012-06-27 Thread Jason Awbrey
as far as I know, the app review process is completely, utterly opaque. Produce Development is a sieve compared to the inner workings of the app review process if this is your first submission of an app, it wouldn't surprise me if it took longer, but that's based on no real data at all. My past e

Re: [MonoTouch] google street view with monotouch

2012-06-27 Thread Jason Awbrey
I think iOS detects any link to google maps and passes that to the mapping application. This is possibly a requirement of their agreement with Google, and I'd be curious to see if this behavior changes in iOS 6. Even if you explicitly type in maps.google.com in mobile safari, the mobile maps UI d

Re: [MonoTouch] Can Rolf or Sebastien please comment this question on StackOverflow?

2012-06-27 Thread Nic Wise
If it's any help, MonoTouch.Dialog doesn't keep a reference to the Cell either, atleast not that I recall seeing!. Just makes it and passes it on. (posted on the question, too) thinking about it, you should NOT keep references to cells, because they are designed to be reused so you may not get

[MonoTouch] How long can "In Review" take?

2012-06-27 Thread Dean Cleaver
Our app went to "in Review" Monday afternoon. It's now Wednesday morning. Now, the app isn't simple - has about 90 view controllers (not counting dynamic dialogs). But I know for a fact that they haven't even logged in, nor have they requested a new password. So at best - they have seen 3 view c

[MonoTouch] google street view with monotouch

2012-06-27 Thread Alex White
Hi all, a small bit of history, I have an existing application that currently runs on MS windows it is database of points of interest, the application has a lot of users, each of these users uses google with the street view option to find these places of interest then using the link button on t

[MonoTouch] Can Rolf or Sebastien please comment this question on StackOverflow?

2012-06-27 Thread René Ruppert
Hi, a while ago I posted a question on SO but it was during WWDC, so I assume you were all busy, hence I'd like to to drag someone's eyes on it: http://stackoverflow.com/questions/10977871 Thanks! René ___ MonoTouch mailing list MonoTouch@lists.ximia

[MonoTouch] What does iOS do to my poor app in the background?

2012-06-27 Thread victoria
Dear list, App works fine and Monotouch is awesome. The final showstopper is the silly user decides to do something else (gasp!) and puts the app in the background, and when restored later on one of three things happens: 1 App returns to where it was, great! 2 App has been killed by iOS in the ba

Re: [MonoTouch] How to use a UILabel as a button?

2012-06-27 Thread Nic Wise
You can use Gestures. label.AddGestureRecognizer(new UILongPressGestureRecognizer(this, new Selector("longTap:"))); label.AddGestureRecognizer(new UISwipeGestureRecognizer(this, new Selector("labelSwipe")) { Direction = UISwipeGestureRecognizerDirection.Right,

Re: [MonoTouch] Need help with basic MT.Dialog

2012-06-27 Thread Nic Wise
The MT.D Json stuff might be the best option here - being you are not collecting data, just displaying it. Or just build root / section / element collections yourself,which is what I generally do On Wed, Jun 27, 2012 at 4:02 AM, Chris_M wrote: > > Yeah, you guys are right. Craig sent me this lin