Re: [MonoTouch] Problem adding settings to my app using root.plist

2011-09-22 Thread pkd2010
Hi but there is a point here that i did not explained, that is my application is a universal application and there must be some differences between them. however i checked the iPhone application and did not worked too. -- View this message in context:

[MonoTouch] No Crash Reports

2011-09-22 Thread Diniden
Allright, this is an issue I have had since monotouch v4.0 came out. Basically, I have created two Scheduled timers using: NSTimer.CreateRepeatingScheduledTimer(TimeSpan.FromSeconds(duration), () = aFunction()); NSTimer.CreateRepeatingScheduledTimer(TimeSpan.FromSeconds(duration), () =

Re: [MonoTouch] Navigation controller click to scroll to top

2011-09-22 Thread vbisbest
Never mind all. Figured out you are supposed to tap the status bar, not nav controller. Scroll to top works fine with the dialogController. Thanks, Ray -- View this message in context: http://monotouch.2284126.n4.nabble.com/Navigation-controller-click-to-scroll-to-top-tp3833395p3833481.html

[MonoTouch] MFMailComposeViewController and setting focus

2011-09-22 Thread vbisbest
I would like to set focus into the body of an email created with MFMailComposeViewController. Same as when you reply to an email using the native mail app. Any ideas? Thanks, Ray -- View this message in context:

[MonoTouch] Getting SIGSEGV crash with MT 4.2.1

2011-09-22 Thread vbisbest
This happens randomly and did not happen before upgrading MT today. Here is output: Using MD 2.4.2/ MT 4.2.1 /MonoFramework 2.10.5 Thanks, Ray Stacktrace: at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) IL 0x0009f, 0x at

[MonoTouch] System.Reflection.Assembly.GetModules throws System.NotImplementedException on MT 4.2.1

2011-09-22 Thread Michal Sartoris
This line of code throws System.NotImplementedException in code build with MT 4.2.1 on device. It works on simulator. var path = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetModules()[0].FullyQualifiedName); System.NotImplementedException: Derived classes must

Re: [MonoTouch] System.Reflection.Assembly.GetModules throws System.NotImplementedException on MT 4.2.1

2011-09-22 Thread Sebastien Pouliot
. Michal Sartoris Resco.net __ Information from ESET NOD32 Antivirus, version of virus signature database 6485 (20110922) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ MonoTouch mailing list

[MonoTouch] What is best way to install latest version but be able to recover quickly?

2011-09-22 Thread Mark Handzlik
I have an app that is currently in distribution that was developed undermtouch 4.0.3.10366 and MD 2.4.2. I would like to upgrade to latest working releases but may need to quickly revert back in case I run into a show stopper. What is the best way to prepare and setup a environment allowing me

Re: [MonoTouch] XCode 4 / MonoDevelop 2.6

2011-09-22 Thread Jason Awbrey
I just build my UI in code. I've found that much more productive than fighting with IB On Thu, Sep 22, 2011 at 6:26 PM, Alec Tucker atuc...@whiteclarkegroup.comwrote: Hi all, ** ** I'm just taking a look at MonoTouch. I'm working with MonoDevelop 2.6 on Lion. I initially tried with

[MonoTouch] Quick Question on Outlets

2011-09-22 Thread pierceboggan
Hey guys! What class do I create them under? If AppDelegate isn't an option, am I supposed to use File's Owner? Because that caused my application to crash! Appreciate the help! Thanks! -- View this message in context: