[MonoTouch] HELP! Installed Xcode4, Monodevelop wont open my projects anymore

2011-10-08 Thread dermotos
I installed Monodevelop 2.8 about 2 days ago and have been working in it since. I went to open a xib file for the first time, and realised I needed xcode4. Ive just installed xcode4, and now monodevelop wont open my project. I get an error on each project in the solution. Attempting to open a

Re: [MonoTouch] HELP! Installed Xcode4, Monodevelop wont open my projects anymore

2011-10-08 Thread dermotos
Phew, false alarm, got it working again. To anyone with a similar issue, XCode 4 needs to be installed FIRST. Then Mono framework, monodevelop and finally monotouch (from my experience anyway). -- View this message in context:

[MonoTouch] Find in files in latest monodevelop doesnt work

2011-10-08 Thread dermotos
Press CMD + Shift + F, try to search for something, it just says Currently there is no open solution -- View this message in context: http://monotouch.2284126.n4.nabble.com/Find-in-files-in-latest-monodevelop-doesnt-work-tp3884678p3884678.html Sent from the MonoTouch mailing list archive at

[MonoTouch] Problems with OpenFlowSharp

2011-10-08 Thread Andreas Ploetzeneder
Hi, does anybody get the https://github.com/migueldeicaza/OpenFlowSharp working? My one crashes when starting? Maybe a Monotouch bug? i dont get any feedback to debugview... -- Mit freundlichem Gruß, Andreas Plötzeneder CEO ihr ploetzeneder it-solutions Team Mobile Development –

Re: [MonoTouch] Problem with uitableviewcell

2011-10-08 Thread Robert Jordan
On 08.10.2011 10:47, Andreas Ploetzeneder wrote: Hi, I get the exception Datasource must return a cell. in uitableviewcell You get this because the Cell property is null. See http://www.alexyork.net/blog/post/Creating-Custom-UITableViewCells-with-MonoTouch-the-correct-way.aspx Robert

Re: [MonoTouch] Problems with OpenFlowSharp

2011-10-08 Thread Robert Jordan
On 08.10.2011 11:38, Andreas Ploetzeneder wrote: Hi, does anybody get the https://github.com/migueldeicaza/OpenFlowSharp working? My one crashes when starting? You should first explain what my one means. Do you mean the sample or something else? FWIW, OpenFlowSharp (the assembly) is working

Re: [MonoTouch] Problems with OpenFlowSharp

2011-10-08 Thread Andreas Ploetzeneder
I downloaded it, did not manipulate it, just converted it to newest monotouch and when starting it , it does not work 2011/10/8 Robert Jordan robe...@gmx.net: On 08.10.2011 11:38, Andreas Ploetzeneder wrote: Hi, does anybody get the https://github.com/migueldeicaza/OpenFlowSharp working?

Re: [MonoTouch] Problems with OpenFlowSharp

2011-10-08 Thread Andreas Ploetzeneder
i compiled the example on my own Am 8. Oktober 2011 14:05 schrieb Andreas Ploetzeneder i...@ploetzeneder-it.com: I downloaded it, did not manipulate it, just converted it to newest monotouch and when starting it , it does not work 2011/10/8 Robert Jordan robe...@gmx.net: On 08.10.2011

Re: [MonoTouch] Sopporting ios 4 and ios 5

2011-10-08 Thread Sebastien Pouliot
Hello Art, Could you please fill a bug report on bugzilla.xamarin.com so we can diagnose the lo\inking issue - it's either a different issues of #587 or a case that was not handled. For FAT binaries check your project's options, a) right click on your main application project and select Options;

[MonoTouch] feature detection

2011-10-08 Thread Wally McClure
Is there anyway in MT to do something like feature detection. I hate the idea of testing to see if I have a specific device and would rather test for specific features and such. Is this possible? Wally ___

[MonoTouch] Looking for Great UI Touch and Droid Developers

2011-10-08 Thread NokNok Developer
Hi, Not sure if their is a better list or forum for this, so please excuse my ignorance if their is one for this here. We are looking for a developer/team to develop GUI's for iPhone,iPad,Android Phone, Android Tab using monoTouch/Droid and underlying NokNok SDK. The SDK is in Desktop C#/VB,

[MonoTouch] Persistent File's Owner Outlet Issue

2011-10-08 Thread pierceboggan
I'm having issues creating outlets on File's Owner. I have created a video illustrating my problem. http://www.vimeo.com/30249257 -- View this message in context: http://monotouch.2284126.n4.nabble.com/Persistent-File-s-Owner-Outlet-Issue-tp3886425p3886425.html Sent from the MonoTouch mailing

Re: [MonoTouch] feature detection

2011-10-08 Thread dermotos
What feature are you looking for? Generally you test for each feature prior to attempting to use it. For example, the MFMailComposeViewController (Monotouch.MessageUI) has a CanSendMail boolean property, which you should check to ensure the current device can send email, before attempting to use