[MonoTouch] MonoMac plugin now available for MonoDevelop 2.6 b3

2011-08-03 Thread dtavlikos
http://tirania.org/monomac/archive/2011/Aug-03.html I've been waiting for this... -- View this message in context: http://monotouch.2284126.n4.nabble.com/MonoMac-plugin-now-available-for-MonoDevelop-2-6-b3-tp3717786p3717786.html Sent from the MonoTouch mailing list archive at Nabble.com. ___

Re: [MonoTouch] MonoDevelop does not start - icon keeps dancing

2011-08-03 Thread Nic Wise
you could try emailing supp...@xamarin.com if you have a paid version of MT (or possibly even if you dont) Which version of OSX are you on? which version of mono etc? On Thu, Aug 4, 2011 at 03:21, abhijit wrote: > Any help possible. Please Please Please. > Else this is end of road for me. >

Re: [MonoTouch] A class for resize, scaling, stretching and cropping an image

2011-08-03 Thread Nic Wise
No problem - please do. I was using it the other day, and found a few bugs to put into my bug tracker, but if you have any feedback, it'd be very welcome :) On Thu, Aug 4, 2011 at 01:04, ilmdaniel wrote: > Thx Nic, > Yes, I also think it could be useful to integrate both. > > By the way,  very ni

[MonoTouch] Any ideas what this could be?

2011-08-03 Thread Dean Cleaver
Caught this exception: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[NSCFCharacterSet willPresentAlertView:]: unrecognized selector sent to instance 0xf47bf0 at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.St

Re: [MonoTouch] MonoDevelop does not start - icon keeps dancing

2011-08-03 Thread abhijit
Any help possible. Please Please Please. Else this is end of road for me. -- View this message in context: http://monotouch.2284126.n4.nabble.com/MonoDevelop-does-not-start-icon-keeps-dancing-tp3712432p3717521.html Sent from the MonoTouch mailing list archive at Nabble.com. _

Re: [MonoTouch] A class for resize, scaling, stretching and cropping an image

2011-08-03 Thread ilmdaniel
Thx Nic, Yes, I also think it could be useful to integrate both. By the way, very nice application the "Trip Wallet". I will contact you in private for some questions if you don't mind. -- View this message in context: http://monotouch.2284126.n4.nabble.com/A-class-for-resize-scaling-stretchi

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Nic Wise
Thanks - I think I had your new one already. Google reader will tell me next time you post if I did :) On Wed, Aug 3, 2011 at 22:07, Sebastien Pouliot wrote: >> * Sebastien Pouliot (master of Crypto and Linker fu). You can find his >> twitter stream at https://twitter.com/#!/spouliot and his blog

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Sebastien Pouliot
> > * Sebastien Pouliot (master of Crypto and Linker fu). You can find his > twitter stream at https://twitter.com/#!/spouliot and his blog is at > http://pages.infinit.net/ctech/poupou.html > Jeff forgot that I'm also the general of Gendarme ;-) I have not yet updated monologue but I moved my bl

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Nic Wise
> We could probably do this... although another good way is to watch > http://go-mono.org/monologue which is an aggregate of all the core Mono* > developer blogs (+ a number of the more active contributors, etc). I do, already, but it's hard to decypher who's xamarin and who's mono > The othe

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Jeff Stedfast
Hi Nic, On Wed, Aug 3, 2011 at 4:12 PM, Nic Wise wrote: > Jeff > > Any chance of getting those working on MT to post something here? eg: > > hi, I'm Jeff. I'm working on the MT compiler, I blog at X and tweet at Y. > > I've been building up my list of MT people in google reader, but it's > a slo

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Geoff Norton
Greg, You can fix this today: http://ios.xamarin.com/Documentation/Troubleshoot#Debugger_is_unable_to_connect_with_the_device Follow the steps in the: "MonoDevelop may picked the wrong host IP address." section. Be sure to fully quit MonoDevelop before editing the properties file otherwise it

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Nic Wise
Jeff Any chance of getting those working on MT to post something here? eg: hi, I'm Jeff. I'm working on the MT compiler, I blog at X and tweet at Y. I've been building up my list of MT people in google reader, but it's a slow process waiting for people to post their URLs :) Also: Jeff / Geoff.

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Jeff Stedfast
Hi Greg, I just blogged about how to override the settings used by the device used to connect to the debugger on your local machine in current versions of MonoTouch: http://jeffreystedfast.blogspot.com/2011/08/debugging-your-monotouch-apps-future.html I also wrote a bit about our future (likely

Re: [MonoTouch] mtouch failed with no output

2011-08-03 Thread Jeff Stedfast
Hi Jon, Sorry about the delay. Can you try adding 3 or 4 -v's in the "Additional mtouch arguments" text field in the Project Options dialog in the "iPhone Build" category? That might give some more verbose and useful output to narrow down what might be going wrong. Thanks, Jeff On Wed, Jul 27,

Re: [MonoTouch] Embed RESX for Localization

2011-08-03 Thread Karl Heinz Brehme Arredondo
.. And MonoDevelop generated the directories "es" and "es-MX" with DLLs that I copied to Payload folder to generate the MyApp.app with all things plus localization folders. Sorry for fragmented info. Karl From: Karl Heinz Brehme Arredondo Date: Wed, 03 Aug 2011 13:10:39 -0300 To: Rodrigo Ku

Re: [MonoTouch] Problem using System.Diagnostics.Process

2011-08-03 Thread Geoff Norton
It was historically removed for footprint reasons, there is little to no reason to ever use it, people who want process enumeration can pinvoke the libc functions responsible for that. -g On Wed, Aug 3, 2011 at 12:02 PM, Rodrigo Kumpera wrote: > Right now monotouch doesn't support System.Diagno

Re: [MonoTouch] Embed RESX for Localization

2011-08-03 Thread Karl Heinz Brehme Arredondo
Thanks a lot. If later you need exactly code of what I copied from Visual Studio 2008/Windows Mobile/netcf 2 I can private. And to resume: code created on VS 2008 for resx was compiled on MonoTouch/MonoDevelop and it has get the default text of each string resource, but when changing iOS config t

Re: [MonoTouch] MonoTouch exception

2011-08-03 Thread Rodrigo Kumpera
This might happen if you have the wrong XIB file set as the Main interface file on project options. On Wed, Jul 27, 2011 at 10:44 AM, Dean Cleaver < dean.clea...@xceptionsoftware.com> wrote: > Any ideas what this could be? > > ** ** > > MonoTouch.Foundation.MonoTouchException: Objective-C e

Re: [MonoTouch] Urgent help with WebClient.CancelAsync() Throwing System.Threading.ThreadInterruptedException

2011-08-03 Thread Rodrigo Kumpera
Looks like a bug on monotouch. Can you fill a bugreport at bugzilla.xamarin.com with a working sample of the issue? Thanks, Rodrigo On Wed, Jul 27, 2011 at 6:17 AM, Danny Pronk wrote: > Hi All, > > In my app I am using the following : > > WebClient.DownloadDataAsync to download a file (epub) >

Re: [MonoTouch] Post Lion CoreLocation Not Working

2011-08-03 Thread Rodrigo Kumpera
Looks like a bug on XCode 4.1. Nothing much on our side can be done. On Wed, Jul 27, 2011 at 5:49 AM, g.duffi...@proteo.co.uk < g.duffi...@proteo.co.uk> wrote: > Since Installing Lion my very simple location text application no longer > works in the simulator. he code is as follows:- > > locatio

Re: [MonoTouch] Problem using System.Diagnostics.Process

2011-08-03 Thread Rodrigo Kumpera
Right now monotouch doesn't support System.Diagnostics.Process on device. I don't know why it's not available, if it's just a footprint issue or if it doesn't work as is. Sebastien? On Wed, Aug 3, 2011 at 7:01 AM, pkd2010 wrote: > Hi all > > i have made a application that lists all process run

Re: [MonoTouch] Embed RESX for Localization

2011-08-03 Thread Rodrigo Kumpera
Hi Karl, Your email caused a very heated argument internally at Xamarin because, yes, our localization story is not as nice as we want it to be. Right now we are sorting out more urgent matters like crashers, bugs and critical features such as Lion support. Rest assured that your email caught our

[MonoTouch] Embed RESX for Localization

2011-08-03 Thread Karl Heinz Brehme Arredondo
(Resending if no one saw) Hi.. I'm porting a Windows Mobile application to iOS and it's time for localization. I read about NSBundle.MainBundle.LocalizedStrings and the tool for extract it from the application, but I didn't like at allŠ As I have this already localized on Windows Mobile applicat

[MonoTouch] What behaviour should I expect after DidEnterBackground?

2011-08-03 Thread Dean Cleaver
I have some code in DidEnterBackground to release TCP-IP connections etc, but what I am seeing in WillEnterForeground is apparently random objects being set to null where I have no code to do so (or the code to do so is not being called). It's almost like the GC is wiping them out when they're

Re: [MonoTouch] Accessing iPhone camera without UIImagePickerController

2011-08-03 Thread ChrisNTR
As Dimitris mentioned, you'll want to look at AVFoundation and the AVCaptureFrames method, Miguel has a sample over on his GitHub account here - https://github.com/migueldeicaza/monotouch-samples/tree/master/AVCaptureFrames Hope this helps, ChrisNTR On Wed, Aug 3, 2011 at 2:57 PM, Dimitris Tavl

Re: [MonoTouch] object not set to an instance of an object

2011-08-03 Thread dtavlikos
When you try to load an image with the UIImage.FromFile method, if the image is not found, you do not get an exception, but a null object. When you assign the null object to UIImageView.Image property, you then get an exception. Anyway, your path separator is wrong. Change "images\{0}" to "images/

Re: [MonoTouch] Accessing iPhone camera without UIImagePickerController

2011-08-03 Thread Dimitris Tavlikos
This is the document you should start with: http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/03_MediaCapture.html AVFoundation is the namespace you need. Unfortunately, I have no example ready... Dimitris Tavlikos Software Developer Email: jimi

[MonoTouch] Accessing iPhone camera without UIImagePickerController

2011-08-03 Thread kbudris
I have a specialized camera app that needs to process each frame of the video feed before displaying it for preview, then needs to capture a full-resolution still image from the iPhone camera. All image capture samples seem to use UIImagePickerController, but I'm getting the sense this may not be m

Re: [MonoTouch] Performance cost of MonoTouch vs. Objective-C

2011-08-03 Thread Nic Wise
I've not done any actual work, however in the past, it's been very little. It can't be zero, 'cos monotouch is "extra", but it's as close to zero as you can get. Geoff commented in the past that load time depends more on what you do during load, than the framework - an MT app can spin up quicker t

[MonoTouch] Performance cost of MonoTouch vs. Objective-C

2011-08-03 Thread kbudris
Has anyone done benchmarking of an app implemented in MonoTouch vs. Objective-C to determine what, if any, performance cost we pay for the convenience of MonoTouch? Do we take any hit on launching and/or running a MonoTouch app? -- View this message in context: http://monotouch.2284126.n4.nabble.

[MonoTouch] Problem using System.Diagnostics.Process

2011-08-03 Thread pkd2010
Hi all i have made a application that lists all process running on iPhone Simulator, using the following code: System.Diagnostics.Process.GetProcess() and it worked on iPhone Simulator without any problem but on the iPhone device it just exits. can you please explain me why that happens? if Proc

[MonoTouch] iPhone Simulator not starting app and debugger not connecting when content files added to build

2011-08-03 Thread ianadavies
Hi there, I am having a very strange issue with an app I am building with MonoTouch. Basically if I add my content files (4 XML files) with a Build Action "Content" the simulator intermitantly starts the app a couple of times (I have to press the home button and then the icon for my app to get t

Re: [MonoTouch] 134 error on LLVM with MonoTouch 4.0.4.1

2011-08-03 Thread Nic Wise
looks like a good time to point you to: http://bugzilla.xamarin.com/ :) On Wed, Aug 3, 2011 at 03:25, scolestock wrote: > I got rid of the uservoice piece, so my compilation arguments are down to > the following.  Output fragment is below.  Still the same error. > -aot="nimt-trampolines=204

Re: [MonoTouch] A class for resize, scaling, stretching and cropping an image

2011-08-03 Thread Nic Wise
If its any help, I did something similar: http://www.fastchicken.co.nz/2011/03/28/scaling-and-rotating-an-image-in-monotouch/ however, my constraint was that I needed to handle the camera's EXIF rotation info, and adjust based on that. Might be useful to integrate both :) On Wed, Aug 3, 2011 at

Re: [MonoTouch] A class for resize, scaling, stretching and cropping an image

2011-08-03 Thread Jon Hopkins
Thanks, looks like a useful class. Jon ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch