Re: [MonoTouch] New Debug over USB very buggy?

2011-09-27 Thread Rolf Bjarne Kvinge
Hi, Does the app on device ever start up without connecting to MonoDevelop (when MonoDevelop is waiting for it to connect)? How long does it take to start up when it connects successfully? And with the device console I meant the device console you can view in Xcode's Organizer. Rolf On Mon,

Re: [MonoTouch] New Debug over USB very buggy?

2011-09-27 Thread dermotos
Hi, The output from the device console when it wont connect is: Sep 27 18:13:39 Dermots-iPhone kernel[0] Debug: launchd[10585] Builtin profile: container (sandbox) Sep 27 18:13:39 Dermots-iPhone kernel[0] Debug: launchd[10585] Container:

Re: [MonoTouch] Barcode scanner

2011-09-27 Thread Göran Halvarsson
Hi You could always try this one: https://github.com/GoranHalvarsson/BarcodeReader-MonoTouch It works fine on iphone(not on ipad2). And best of all - it's free. (I will try to make it work on iPad2, just need some time) br Göran Halvarsson On 26 September 2011 21:42, catullum

[MonoTouch] MonoTouch.Dialog experts plz help!

2011-09-27 Thread stevek
I am using the excellent MonoTouch.Dialog and I am trying to update a FloatElements caption based on the value of the slider. I have tried raising an event in the cell and capturing it in my code to update the caption but unless I scrollup/scrolldown I cannot get the value to refresh properly.

[MonoTouch] [Monotouch] EncryptedXml

2011-09-27 Thread Pavel Sich
Hi,has anyone tried to useEncryptedXmlobject fromSystem.Security.Cryptography.Xml? It seems to be missing in the Monotouch. Is there a way how to use these classes? Or iOS SDK native way of an equivalent?Any help is appreciated.-Pavel.___ MonoTouch

Re: [MonoTouch] [Monotouch] EncryptedXml

2011-09-27 Thread Sebastien Pouliot
Hello Pavel, System.Security.dll (which provides types inside System.Security.Cryptography.Xml) is not part of MonoTouch since it was not inside the original Silverlight profile on which Xamarin's mobile products were based. However you can likely compile this assembly from source and, with a few

Re: [MonoTouch] New iMac\Lion, MonoTouch and me...

2011-09-27 Thread Jason Awbrey
that's the approach I use too (no XCode/IB) and I haven't had a problem using 2.6 On Tue, Sep 27, 2011 at 1:08 AM, Dean Cleaver dean.clea...@xceptionsoftware.com wrote: What part of it doesn't function? Interface builder? I use 2.6 and XCode 4.1, but I don't use XIB files - I do all my stuff

Re: [MonoTouch] MonoTouch.Dialog experts plz help!

2011-09-27 Thread Jeff Stedfast
Hi Steve, Try calling Root.ReloadData (element, UITableViewRowAnimation.None); Jeff On Tue, Sep 27, 2011 at 5:21 AM, stevek steve.ke...@solvd.co.uk wrote: I am using the excellent MonoTouch.Dialog and I am trying to update a FloatElements caption based on the value of the slider. I have

Re: [MonoTouch] Cannot run custom build command

2011-09-27 Thread ayoung
Its nothing complicated. See screenshot. http://postimage.org/image/2juz99yh0/ On Monday, September 26, 2011 at 1:09, Rolf Bjarne Kvinge [via MonoTouch] wrote: Hi, How are your custom commands configured? Rolf On Sat, Sep 24, 2011 at 2:12 AM, Andrew Young [hidden email]

[MonoTouch] Converting Xcode3 sln to Xcode4 - issues

2011-09-27 Thread nemke
I have started to learn MonoTouch and it's so easy to work with. I have went trough the Hello World example with Xcode4 and MonoDevelop 2.8 beta and everything works fine. However, when I downloaded the code examples from the free ebook Building iPhone and iPod touch Applications for the .NET/C#

Re: [MonoTouch] Converting Xcode3 sln to Xcode4 - issues

2011-09-27 Thread Brian Newton
I'm having this issue as well. I made a project straight out of Xcode4 with two view controllers. I added some textfields and a button, hooked up the outlets to the textfields and an action to the button, everything was fine. I then came back later, added some code for push notifications, tried to

Re: [MonoTouch] No Crash Reports

2011-09-27 Thread Diniden
For the sake of others who may find this thread: Crash reports, try/catch, and breakpoints are able to work again when I commented out the line: GL.DrawArrays() So long as there are no GL draw calls, then the program will give a crash report. This is indeed frustrating as well, especially if

[MonoTouch] New iMac\Lion, MonoTouch and me...

2011-09-27 Thread Steve Maddox
Going to pickup my new iMac today...It's got Lion on it and I bough Monotouch before the change up...What do I need to be aware of in terms of setuping up monotouch on the new system? Does xamarin have novell's customer files so I can use my old reg#? Thanks! Steve Maddox

[MonoTouch] How to load NSURL which contains hash fragment “#” with UIWebView?

2011-09-27 Thread Builder
Hello, I have a problem to load URL containing fragment into UIWebView. I want to load a local html file into UIWebView. I tried to do it in this way: NSUrl url = NSUrl.FromFilename(@/Users/gep/Library/Application Support/iPhone