[MonoTouch] Intellisense in Monodevelop Immediate Window?

2011-08-28 Thread dermotos
Anyone know if there is any plans for this? Or where would I post such a feature request to the team? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Intellisense-in-Monodevelop-Immediate-Window-tp3774123p3774123.html Sent from the MonoTouch mailing list archive at

[MonoTouch] Installation failed: AMDeviceInstallApplication...

2011-08-28 Thread dermotos
Out of nowhere, i've started to receive the below error when deploying my app for debug to the iPhone 4 device: Connected to: iPhone Installing application Installation failed: AMDeviceInstallApplication returned: 0xe84c The application was terminated by a signal: SIGHUP It was working fine

Re: [MonoTouch] Installation failed: AMDeviceInstallApplication...

2011-08-28 Thread dermotos
EDIT: Also did reset of phone and restarted computer, deleted app that was deployed so it gets fully reinstalled. Still nothing. :-( -- View this message in context: http://monotouch.2284126.n4.nabble.com/Installation-failed-AMDeviceInstallApplication-tp3774352p3774359.html Sent from the

Re: [MonoTouch] Installation failed: AMDeviceInstallApplication...

2011-08-28 Thread Sebastien Pouliot
Hello, Such errors means your device refused to install the application after its transfer. Please open a bug report on http://bugzilla.xamarin.com * Include all the exact versions numbers (i.e. iOS device, MonoTouch, MonoDevelop, XCode, OSX) * The device logs about your application

[MonoTouch] WebView Double Tab

2011-08-28 Thread Roeland
Hi, I'm trying to get double tab to work in a WebView. I was reading an http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/ article that showed how it is done in Objective C: code -(UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event { NSSet *touches =

Re: [MonoTouch] Installation failed: AMDeviceInstallApplication...

2011-08-28 Thread dermotos
Ok, will get those details together and submit it. It happens on my iPad too, so definitely something wrong with mono develop, rather than the device. Any idea's on how to get around it so I can continue working? Should I uninstall mono/dev/touch and reinstall everything? -- View this message in