Re: [MonoTouch] Please advise wrt two apps with same source files

2011-10-19 Thread Miljenko Cvjetko
Hi inline On 2011.10.18 22:38, Nic Wise wrote: So far, I've run 2 seperate sets of csproj and sln files, but I'm sure there is a better way (same set of cs files etc tho!) For that we user ProjectLinker. The problem is there is no equivalent yet for MonoDevelop On Tue, Oct 18,

Re: [MonoTouch] Mouse bug in MonoDevelop

2011-10-19 Thread Jeff Stedfast
Ah, yes, that could be it. We *think* that's a bug in Gtk+ (the GUI toolkit we use) on Mac, but we've got some talented Gtk+ developers working on fixing bugs we report to them. From a quick search in Bugzilla, this may be the bug you are witnessing:

Re: [MonoTouch] NSError in iOS 5

2011-10-19 Thread Rolf Bjarne Kvinge
Hi, This looks like a native crash. You should be able to view more output in the system console (Applications - Utilities - Console = All messages), and in the same console there might be crash reports too. Rolf On Wed, Oct 19, 2011 at 6:05 AM, Wally McClure theevilprogram...@hotmail.com

Re: [MonoTouch] Are these monodevelop errors, or my code errors?

2011-10-19 Thread Jeff Stedfast
Awesome, thanks Dermot! Looks like you've really narrowed down the cause! I'm sure that will be really helpful to the MonoDevelop guys. Jeff On Wed, Oct 19, 2011 at 7:14 AM, dermotos m...@dermotos.com wrote: Think ive recreated it. Submitted bug:

Re: [MonoTouch] Basic TableView

2011-10-19 Thread Nic Wise
These might help My little RSS viewer (ok, it's all BBC iplayer RSS, but still) https://github.com/nicwise/onthetelly (I've not tried it for ages, but it should work) Building a custom table view cell http://simon.nureality.ca/simon-says-monotouch-lets-build-a-custom-uitableviewcell/

Re: [MonoTouch] how can i add an action when dv disappears?

2011-10-19 Thread Jeff Stedfast
Hi Andreas, You could subclass DialogViewController and override the ViewWillDisappear() and/or ViewDidDisappear() methods. Hope that helps! Jeff On Wed, Oct 19, 2011 at 10:05 AM, Andreas Ploetzeneder i...@ploetzeneder-it.com wrote: public class LoginView { public DialogViewController

Re: [MonoTouch] Basic TableView

2011-10-19 Thread Sebastien Pouliot
Everytime I see a table I think of MonoTouch.Dialog @ https://github.com/migueldeicaza/MonoTouch.Dialog IMHO much simpler than using Apple API and it comes with a great sample application that shows much of what it can do. There are also quite a few applications (and open source apps) that use it

Re: [MonoTouch] how can i add an action when dv disappears?

2011-10-19 Thread Andreas Ploetzeneder
i could subclass this,... how can i do it,..can somebody help me i would like to have the data of root also in the subclassdirectly,... so mylogincontroller:dialogviewcontroller{ } 2011/10/19 Andreas Ploetzeneder i...@ploetzeneder-it.com public class LoginView { public

Re: [MonoTouch] Basic TableView

2011-10-19 Thread Nic Wise
yeah, MT.D is the ideal end point, but knowing whats going on behind the scenes is very useful, esp if you are making your own elements. On Wed, Oct 19, 2011 at 15:35, Sebastien Pouliot sebast...@xamarin.com wrote: Everytime I see a table I think of MonoTouch.Dialog @

Re: [MonoTouch] how can i add an action when dv disappears?

2011-10-19 Thread Karl Heinz Brehme Arredondo
Is a good idea (or not) to use that to make a loop (if possible) to populate dynamically rows from a table/query? Or in this case is better to make normal dynamic load of a UITableView? Karl From: Jeff Stedfast j...@xamarin.com Date: Wed, 19 Oct 2011 11:06:11 -0400 To:

Re: [MonoTouch] SDK 5 issue

2011-10-19 Thread Jeff Stedfast
Sergio, The same GC is used in both MonoTouch 4.2 and MonoTouch 5.0... in fact, the only difference between the 2 MonoTouch versions that I know of is the new bindings for the iOS5 APIs. As to why it is crashing on MonoTouch 5.0 but not 4.2? Perhaps it is a side-effect of something else changing

[MonoTouch] Strange issue with generated designer file after converting to XCode 4.2

2011-10-19 Thread competent_tech
We recently upgrade to monodevelop 2.8, montouch 5.0, and xcode 4.2. Most of our views work correctly and pick up changes from xcode as expected. However, we have one view that works correctly until we add a new outlet. Once we add the new outlet, the generated designer file only contains

[MonoTouch] Reachability - The operation couldn't be completed (NSURLErrorDomain error -1001)

2011-10-19 Thread technohead
Hi all, I'm using the Reachability.cs class to test for network connectivity. It has been working fairly well until just recently, and now I'm seeing the error: The operation couldn't be completed. (NSURLErrorDomain error -1001). I've tried changing the host URL which it checks against, but

Re: [MonoTouch] Strange issue with generated designer file after converting to XCode 4.2

2011-10-19 Thread competent_tech
As a followup, I just generated a new view from Monodevelop, added a few fields, hooked up their outlets and have exactly the same issue (white screen on display). I have tried displaying it as a modalviewcontroller (which is the standard for this form) and just pushing it, both with the same