Re: [MonoTouch] System Requirements for MonoTouch

2011-09-19 Thread develope_rd
specific answer. that's great help, thank you very much. I'll look for it. -- View this message in context: http://monotouch.2284126.n4.nabble.com/System-Requirements-for-MonoTouch-tp3814800p3823072.html Sent from the MonoTouch mailing list archive at Nabble.com.

[MonoTouch] UINavigationControllers inside UITabBarController

2011-09-19 Thread Dean Harry
Hi All, I am struggling to get my head around something and make it work, if anyone could give me a quick 101 it would be great! What I am trying to do is have my main screen as a TabBarController which has 3 NavigationControllers in it, each one pushing their own respective view hierarchies

Re: [MonoTouch] UINavigationControllers inside UITabBarController

2011-09-19 Thread David Black
Are you adding your view controller manually to the UITabBar if so have you wrapped your view controller in a navigation controller? My class derives from UITabBarController in it I... ListUIViewController navs = new ListUIViewController(); int idx = 0; foreach (IMenuItem i in

[MonoTouch] Problem on application start

2011-09-19 Thread pkd2010
Hi i am currently working with MonoTouch. everything is good except a problem that i have in my applications. each MonoTouch application that i want to run on iOS Device. before my application starts it waits 0.5 to 1.5 seconds on a black screen and after that vibrates on iPhone them my

Re: [MonoTouch] Problem on application start

2011-09-19 Thread Robert Jordan
On 19.09.2011 11:58, pkd2010 wrote: Hi i am currently working with MonoTouch. everything is good except a problem that i have in my applications. each MonoTouch application that i want to run on iOS Device. before my application starts it waits 0.5 to 1.5 seconds on a black screen and after

[MonoTouch] Apple TV + Mono

2011-09-19 Thread kit
Hi! How can I render image to Apple TV from iPad using mono? Thanks in advance! -- View this message in context: http://monotouch.2284126.n4.nabble.com/Apple-TV-Mono-tp3823351p3823351.html Sent from the MonoTouch mailing list archive at Nabble.com.

Re: [MonoTouch] mtouch crashing under MonoTouch 4.0.7

2011-09-19 Thread Rohinton Collins
Yes, getting this too. Roll back to 4.0.5 or 4.0.6 and it will build for the device. -- View this message in context: http://monotouch.2284126.n4.nabble.com/mtouch-crashing-under-MonoTouch-4-0-7-tp3809979p3822833.html Sent from the MonoTouch mailing list archive at Nabble.com.

Re: [MonoTouch] System.Net.NetworkInformation.Ping not supported in MT?

2011-09-19 Thread jowi
Anyone? -- View this message in context: http://monotouch.2284126.n4.nabble.com/System-Net-NetworkInformation-Ping-not-supported-in-MT-tp3821917p3823586.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTouch mailing list

Re: [MonoTouch] System.Net.NetworkInformation.Ping not supported in MT?

2011-09-19 Thread Nic Wise
There is a fair bit of the normal framework which has been removed, and I think sockets (which would be required for ping) is one of them (MT uses the Silverlight profile, which doesn't allow sockets) But this might help

Re: [MonoTouch] Create Video from image sequences - IOS

2011-09-19 Thread Rolf Bjarne Kvinge
Hi, In exactly which way is it not working? Do you get an exception, an invalid video, a crash... Rolf On Fri, Sep 9, 2011 at 4:10 PM, mebsokmanager cortukmeh...@gmail.com wrote: Hi, I have 5 local image on local, and wanna create video from these images and post it to friends or share it

Re: [MonoTouch] implementing a protocol on a view

2011-09-19 Thread Rolf Bjarne Kvinge
Hi Jamie, Unfortunately there is no easy way [1] for you to add support for protocols, but here is a workaround: class MyView { [DllImport (/usr/lib/libobjc.dylib)] static extern IntPtr objc_getProtocol (string proto); IntPtr protoUIKeyInput = objc_getProtocol (UIKeyInput);

[MonoTouch] Network connection

2011-09-19 Thread catullum
I need a class that returns to me if there is a network connection 3G or wireless how can I handle this? thanks about Help. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Network-connection-tp3823820p3823820.html Sent from the MonoTouch mailing list archive at

Re: [MonoTouch] Network connection

2011-09-19 Thread Nic Wise
From someone's question about Ping: There is a fair bit of the normal framework which has been removed, and I think sockets (which would be required for ping) is one of them (MT uses the Silverlight profile, which doesn't allow sockets) But this might help

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread Jeff Stedfast
Hi Andrew and Jowi, I'm bringing this up with the MonoDevelop guys to see what their reasoning is/was. Will let you guys know what their answer is when I find out. Jeff On Sun, Sep 18, 2011 at 7:17 PM, ayoung andrewdyo...@gmail.com wrote: I'm pretty sure we need this one public

Re: [MonoTouch] System.Net.NetworkInformation.Ping not supported in MT?

2011-09-19 Thread Robert Jordan
On 19.09.2011 16:04, jowi wrote: Nic Wise wrote: There is a fair bit of the normal framework which has been removed, and I think sockets (which would be required for ping) is one of them Sockets are implemented thru System.Net.Sockets; i've been using this for sending messages over ip

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread Jeff Stedfast
Jowi, Can you submit a bug report about this and how you are using it when it crashes? Since most of us don't have the book handy, could you attach the sample project to the bug report? http://bugzilla.xamarin.com Thanks! Jeff On Mon, Sep 19, 2011 at 9:39 AM, Jeff Stedfast j...@xamarin.com

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread jowi
Jeff Stedfast wrote: Can you submit a bug report about this and how you are using it when it crashes? [...] could you attach the sample project to the bug report? I wish i could; i'm trying to create a sample project from scratch using 2.8b2, but there is SO much changed and altered in the

[MonoTouch] Cannot run App on Device using Upload to Device

2011-09-19 Thread Mark Handzlik
Trying to upload to device and I am getting an SIGSEGV . This happens when I do upload to device after a build I am trying to test on device before sending to AppStore. If I build under Debug then do upload it is OK. I am trying to assure app I send to Appstore does not crash on load. Below

Re: [MonoTouch] Cannot run App on Device using Upload to Device

2011-09-19 Thread Sebastien Pouliot
Hello Mark, Could you fill a bug report on http://bugzilla.xamarin.com and include the version of MonoTouch you're currently using. I remember a similar stack trace and I'll try to see if it's identical and what was its cause. Thanks Sebastien On Mon, Sep 19, 2011 at 1:51 PM, Mark Handzlik

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread jowi
The reason why i was using xcode 4 and monodevelop 2.8 was because apple wouldn't let me install xcode 3.6 on my new mac mini with Lion, but i just found a workaround on the forum... i'm happy to say that i'm now working again with my old friends xcode 3.6 and monodevelop 2.6 on Lion :) so i can

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread catullum
if search i to the varius posts there is way to install xcode 3.6 i have done it it works i use it. I have post a script that enables you to install 3.6 pararell to xcode 4 if you use monodevelop 2.6 with the right mouse you can decide to open the xib file with the old GUI builder. I waith for

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread Jeff Stedfast
Hi Jowi, Well, a lot of that is due to Xcode completely changing from Xcode3 to Xcode4 - MonoDevelop 2.8 is trying to match Xcode4's new project templates since that's what most iOS developers will be moving to (if they haven't already). I do understand where you are coming from, though, and