[MonoTouch] Cannot synch Xcode changes in Monotouch

2012-06-07 Thread Elena
Hello! My name is Elena. Can somebody solve the following problem. Some of the changes which have made on Xcode 4.3.2 doesnt showed up after build in Monotouch ( 3.0.2) I found a similar topic http://monotouch.2284126.n4.nabble.com/Delay-in-syncing-xcode-4-IB-changes-with-Monotouch-td4166543.htm

Re: [MonoTouch] Setting the Background Color of My Main View

2012-06-07 Thread Nic Wise
yourViewController.View.BackgroundColor = UIColor.Red; but also: yourTableView.BackgroundColor = UIColor.Clear; On Wed, Jun 6, 2012 at 9:25 PM, Chris_M wrote: > > I have a UIViewController for the main view for my app to which I've added a > UITableView and some other UI elements. Everything lo

Re: [MonoTouch] Forced crash on device - what is happening?

2012-06-07 Thread Rolf Bjarne Kvinge
Hi, This is a bug that happens when using the debugger (it will not happen unless you attach the debugger to the app). Several of these deadlocks have been fixed in the latest alpha (5.3.4), could you try that version to see if it still happens? If it still does, then please file a bug report wit

[MonoTouch] MonoTouch.Dialog: RootElements in NavigationController

2012-06-07 Thread Juan Manuel Gómez Álvarez
RootElements in NavigationController Hi, II have the following code: public UINavigationController _nav; private UIBarButtonItem _button; public TablaDialog () : base (UITableViewStyle.Plain, null) { Root = new RootElement ("ROOT") ; _nav = new UINavigationController(this); Section

[MonoTouch] how to change font size when printing a program listing?

2012-06-07 Thread jGoff
I assume that there must be a way to control the format when printing a program listing, but I might be wrong. Specifically, how to you change the font size? It's too big. I'm using the latest stable version of MD, 3.0.2, on a Mac (running Lion). Thanks. -- View this message in context: http://

[MonoTouch] Adding a Badge Value to the "More" Tab

2012-06-07 Thread Mike Murdock
Adding a Badge Value to the "More" Tab Does anyone know how to do this with monotouch c# Michael Murdock Software Engineer (865) 482-1999 (865) 481-0921 fax www.allmeds.com ___ MonoTouch mailing list MonoTouch@lists.ximian.com

Re: [MonoTouch] Adding a Badge Value to the "More" Tab

2012-06-07 Thread Mikkel Lønow
Hi, You should be able to set TabBarItem.BadgeValue on the UIView-/UINavigationController. Mikkel On 07/06/2012, at 15.42, Mike Murdock wrote: Adding a Badge Value to the "More" Tab Does anyone know how to do this with monotouch c# *Michael Murdock * *Software Engineer* (865) 482-1999 (

Re: [MonoTouch] Adding a Badge Value to the "More" Tab

2012-06-07 Thread Mike Murdock
Is there a way to put a badge value on the resulting table result items once you click on the "more" tab. Or how to do get to that view that list the more items. Thanks Michael From: Mikkel Lønow [mailto:mloe...@gmail.com] Sent: Thursday, June 07, 2012 9:58 AM To: Mike Murdock Cc: monotouch@li

[MonoTouch] is the downloadable code in McClure's "iPhone Programming with MT..." compatible with current version of MT/MD?

2012-06-07 Thread jGoff
Is the sample code downloadable from Wrox for McClure's "Professional iPhone Programming with MonoTouch and .NET/C#" in synch with the current versions of MT/MD? If not, what tweaks are necessary to make them compatible? My experience is that they almost work. I'm getting the following: "Applica

Re: [MonoTouch] Adding a Badge Value to the "More" Tab

2012-06-07 Thread Mikkel Lønow
It's just a value that you control manually -- you define the meaning of it. Mikkel On Thu, Jun 7, 2012 at 4:02 PM, Mike Murdock wrote: > Is there a way to put a badge value on the resulting table result items > once you click on the “more” tab. Or how to do get to that view that list > the m

Re: [MonoTouch] Forced crash on device - what is happening?

2012-06-07 Thread Alex Soto
Is MonoTouch 5.3.4 already out?? If i switch to alpha channel I just get 5.3.3. Alex El 07/06/2012, a las 06:00, Rolf Bjarne Kvinge escribió: > Hi, > > This is a bug that happens when using the debugger (it will not happen > unless you attach the debugger to the app). > > Several of these dead

Re: [MonoTouch] Cannot synch Xcode changes in Monotouch

2012-06-07 Thread Jeff Stedfast
Hi Elena, Could you submit a bug report to http://bugzilla.xamarin.com (file it under MonoDevelop / iPhone Add-in)? Once thing you could try, if you aren't already doing it, is to go to each of the files you've changed in Xcode and saving them before swapping back to MonoDevelop. This might help,

Re: [MonoTouch] Cannot synch Xcode changes in Monotouch

2012-06-07 Thread Nic Wise
Jeff, I suspect this might be the same issue: https://bugzilla.xamarin.com/show_bug.cgi?id=5569 I've seen a few others on the list with the same problem. I dont normally use IB, so I've not seen it until today On Thu, Jun 7, 2012 at 5:36 PM, Jeff Stedfast wrote: > Hi Elena, > > Could you submit

Re: [MonoTouch] Cannot synch Xcode changes in Monotouch

2012-06-07 Thread Jeff Stedfast
Hi Nic, Elena, The IsDerived() bug was supposedly fixed by Mike Krueger for 3.0.3 (going thru QA right now), so if that's the problem then 3.0.3 should solve that. Jeff On Thu, Jun 7, 2012 at 1:05 PM, Nic Wise wrote: > Jeff, I suspect this might be the same issue: > > https://bugzilla.xamarin.

Re: [MonoTouch] Cannot synch Xcode changes in Monotouch

2012-06-07 Thread Nic Wise
Cool! I'll keep an eye out for 3.0.3 :) On Thu, Jun 7, 2012 at 7:03 PM, Jeff Stedfast wrote: > Hi Nic, Elena, > > The IsDerived() bug was supposedly fixed by Mike Krueger for 3.0.3 (going > thru QA right now), so if that's the problem then 3.0.3 should solve that. > > Jeff > > > On Thu, Jun 7, 20

[MonoTouch] Checking local network availability

2012-06-07 Thread rnendel11
Quick questions 1. What are the apple requirements for checking WiFi availability (local networking) on startup? 2. What is the best way to determine if a local network is available at startup (assuming I only need to check at startup)? App background The app leverages web services, but only for "

Re: [MonoTouch] System.Net.Sockets NullReference help

2012-06-07 Thread rnendel11
Rather than cyphering your operation from the error, can you describe exactly where this occurs, what are you doing. I have build an extensive sockets-based layer for cross-platform use and it works fine on monotouch/pc/etc... If your issue is occurring on an async complete trigger on a listening

[MonoTouch] Drag and Drop Icons similar to ICircuit App

2012-06-07 Thread lampshade9909
I would like to make drag and drop Icons, from hideable menus, similarly to the iPhone App ICircuit. I see that this is possible in Monotouch, however; I cannot find any resources explaining how to do this. Does anyone know of any resources, tutorials, frameworks for accomplishing this drag and d

Re: [MonoTouch] Drag and Drop Icons similar to ICircuit App

2012-06-07 Thread Joey Zacherl
Monotouch Resources http://dantes-andreea.blogspot.com/ Pinch zoom funciton: http://dantes-andreea.blogspot.com/2011/07/corona-lua-multi-touch-pinch-zoom.html Image resizing/cropping function: http://dantes-andreea.blogspot.com/2011/08/monotouch-class-for-resize-maintaining.html On Thu, Jun 7,

Re: [MonoTouch] Binding to category

2012-06-07 Thread Shoerob
I am experiencing this problem as well. Did you ever figure out a solution? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Binding-to-category-tp4512665p4655253.html Sent from the MonoTouch mailing list archive at Nabble.com. __

Re: [MonoTouch] Integrate BugSense with Monotouch app

2012-06-07 Thread Orlando Silva
Hi, Can someone help me with experience in doing Monotouch Bindings for Objectice-C libs please? i really don't know what i'm doing wrong =\ Check my email below.. Thanks, Orlando On Thu, Jun 7, 2012 at 12:14 AM, Orlando Silva wrote: > Hello, > > I need some help, i started doing Monotouch b

Re: [MonoTouch] Checking local network availability

2012-06-07 Thread Craig Dunn
Hey, not 100% sure I know what you're asking here, but I'll take a shot 1. Apple basically requires that your app doesn't crash. They will test on a device without network, and if it crashes (because of bad code, or startup time exceeds the 10sec limit) they will fail your app. So: you need to do

Re: [MonoTouch] is the downloadable code in McClure's "iPhone Programming with MT..." compatible with current version of MT/MD?

2012-06-07 Thread Craig Dunn
Hey, That book was sent to press just after the first iPad was launched (early-mid 2010) so some of the code is getting old (from 2009)! I didn't get the same error as you, but the sample also didn't work for me just now; this updated gist shows code that does work (3 lines modified). I also allo