Re: [MonoTouch] Custom MapKit Pins/Circles

2011-09-06 Thread Tomasz Cielecki
Trouble is that I am currently using the Emulator to test my app. How do I find the .app package? I am using the latest stable version of MonoDevelop. On Mon, Sep 5, 2011 at 3:45 PM, Mikkel Lønow mloe...@gmail.com wrote: Right click / Ctrl click / two finger tab on the .app package and select

Re: [MonoTouch] Custom MapKit Pins/Circles

2011-09-06 Thread Mikkel Lønow
It should be in bin/Debug/iPhoneSimulator. It's copied to the simulator after compilation. On 06/09/2011, at 09.08, Tomasz Cielecki tom...@ostebaronen.dk wrote: Trouble is that I am currently using the Emulator to test my app. How do I find the .app package? I am using the latest stable

Re: [MonoTouch] Custom MapKit Pins/Circles

2011-09-06 Thread Tomasz Cielecki
So It seems the images are not included in the .app file. My guess this is not what I want :D Now how do I make them jump in there willingly? On Tue, Sep 6, 2011 at 9:11 AM, Mikkel Lønow mloe...@gmail.com wrote: It should be in bin/Debug/iPhoneSimulator. It's copied to the simulator after

Re: [MonoTouch] Custom MapKit Pins/Circles

2011-09-06 Thread Mikkel Lønow
It's working in MonoDevelop 2.6 RC2. Get it from the updater :) Make sure to set Build Action to Content. Otherwise, you would have to copy them yourself. On Tue, Sep 6, 2011 at 13:08, Tomasz Cielecki tom...@ostebaronen.dk wrote: So It seems the images are not included in the .app file. My

[MonoTouch] Tomasz Cielecki has invited you to use Google Talk

2011-09-06 Thread Tomasz Cielecki
Tomasz Cielecki has invited you to sign up for Google Talk so you can talk to each other for free over your computers. To sign-up, go to:

Re: [MonoTouch] Custom MapKit Pins/Circles

2011-09-06 Thread Tomasz Cielecki
OK, seems to work now. Thank you. Though I would still prefer if I could just draw a circle with text inside as I could imagine having images for every possible number that could appear inside the circle could be problematic to generate. MonoDroid/Android and Windows Phone 7 makes this possible

Re: [MonoTouch] The compiler appears to have crashed

2011-09-06 Thread Jeff Stedfast
Thanks Nic, added your findings to the bugzilla entry - they might come in handy while debugging this ;-) Jeff On Sun, Sep 4, 2011 at 6:14 AM, Nic Wise n...@fastchicken.co.nz wrote: Interestingly, this works public static decimal DecimalFromDB(object theValue, decimal dDefaultValue =

[MonoTouch] Error on deploy to iOS5 B7

2011-09-06 Thread Dean Cleaver
Hi, I'm getting this the second time I try to deploy to a device with iOS5 B7 - works once, then won't deploy again. I have to reboot the phone. I figured I'd post it because of the AMDeviceStartService - I wondered if on deploy you're starting some service that on prior iOS5 versions used to

Re: [MonoTouch] No preview when switching to UIImagePickerController via UITabBarController on iOS 5

2011-09-06 Thread kbudris
I still haven't heard from Apple on this, but iOS 5 beta 7 appears to address this issue. -- View this message in context: http://monotouch.2284126.n4.nabble.com/No-preview-when-switching-to-UIImagePickerController-via-UITabBarController-on-iOS-5-tp3732760p3793811.html Sent from the MonoTouch

Re: [MonoTouch] SIGSEGV Crash: dyld: could not load inserted library...monotouch-fixes.dylib

2011-09-06 Thread Derik Palacino
I came accross this thread after encountering the same issue. My observations were nearly identical, but for me the issue still persists. Interestingly, the issue only persists when the app is launched from MonoDevelop. When I quit the app on the emulator and then launch it from the emulator home

Re: [MonoTouch] Error on deploy to iOS5 B7

2011-09-06 Thread Sebastien Pouliot
Hello, Could you fill a bug report in bugzilla.xamarin.com ? Also please include whether this occurs on this single project or for any project. Thanks, Sebastien On Tue, Sep 6, 2011 at 11:44 AM, Dean Cleaver dean.clea...@xceptionsoftware.com wrote: Hi, I’m getting this the second time I

Re: [MonoTouch] Custom MapKit Pins/Circles

2011-09-06 Thread Mikkel Lønow
Good. Unfortunately, I haven't tried to draw circles that scales when zooming. You could put a label on top of the annotation instead, which you can update when you need to? On Tue, Sep 6, 2011 at 16:09, Tomasz Cielecki tom...@ostebaronen.dk wrote: OK, seems to work now. Thank you. Though I