Embed MonoTouch app as module into native Objective-C app?
Hi, at twnkls we have developed a non-trivial iPad application using MonoTouch, and it works quite well. The thing is that now we have a prospective customer who wants to use it for his business, but...
View ArticleHOW to make our remote host(127.0.0.1) reachable from android...
Inserting data in my sqlserver 2008 using monoandroid in Visual Studio 2010 i made it work by hosting my webservice in network access instead of 127.0.0.1.and it WORKS!!!....But if i host my webservice...
View Articleload icon webview
hi plase help . mi code. public override void OnReceivedIcon(WebView view, Android.Graphics.Bitmap icon) { base.OnReceivedIcon(view, icon); imagview.SetImageBitmap(icon); } not load icon site
View ArticleWarning for Section.Add(IEnumerable) contains no file or line information
I'm receiving the warning below, but I'm not seeing any file or line information. I searched everywhere I could think of where I was creating Sections, but I don't see any of the old style "new Section...
View ArticleStudio ver 4.1.5 - Error loading some solutions
Is anyone else getting this error with Studio version 4.1.5 when loading some projects? Could not load solution. Collection was modified: enumeration operation may not execute. Stack trace:...
View Articlemontouch.dialog open phone dialer from StyledStringElement delegate
Hi There, I'm using xamarin studio 4.0.9 & monotouch.ios. I'm creating a new element and attaching a delegate to it. When I click the element I'm expecting to open the phone dialer to open but...
View ArticleMT.D section enable or disable
Hi, Is there a simple way to enable or disable a single section on a mt.d view? I have a boolean element that I want to use to switch on or off a particular section. Thanks Paul
View ArticleMonoTouch.Dialog - Disable elements?
I need to disable elements in my MT.d dialog. Basically, I want features to be visible in a free edition, but only enabled in a paid edition. Is it possible to disable elements in MT.d?
View ArticleHow to get phone call form xamarin iOS?
Does anybody know why this peace of code doesn't work on xamarin.iOS? UIApplication.SharedApplication.OpenUrl (NSUrl.FromString("telprompt://0123456789")); Do you know other way to get phone call?
View ArticleIs this the correct behaviour for a MT.D or a bug?
Hi, I have a simple MT.D view. On it are two radio groups set up like this (with the events) var advancedLog = new RadioElement(StringUtils.GetString("UserSettings.MTD.Log.Advanced"), "logging"); var...
View ArticleApp Crashes after 10 seconds....Help Urgent...!!!!!!!!!!!!!!!!!
Hello, I need your help, if possible. I finished my app using MonoTouch. This app uses resource Location satelite and contains a chat room to chat and exchange photos. I have two threads running. For a...
View ArticleCannot deploy application on device
I am developing an iOS application using Xamarin.iOS (Enterprise Edition) and Visual Studio. When I debug on the iPhone Simulator, it works great. But if I try to build the app with iPhone...
View ArticleRTL MT.D form
Hi, Is there a way to make an entire MT.D form RTL? Is there a way to this on a per widget basis? Is this supported by the OS? Thanks, Eyal
View Articleshould I do iPad development using Xamarin.IOS on Windows or MacBook?
Is it beneficial to install Xamarin Studio (MonoDevelop/MonoTouch) onto my Windows workstation with two big huge monitors, or use TeamViewer to remote to my MacBook with MonoDevelop already installed?...
View ArticleUnsubscribing from events
I am reposting a question I asked on stackoverflow, hopefully someone can help me on this forum. (I have read...
View ArticleApplication size when published in AppStore is 3 times larger than size of...
Hi, I'm using TestFlight during distribution of my app among testers. The size of ipa is little less than 7Mb. After AppStore publication the size of my app became 19Mb. I've checked compilation...
View ArticleClass extends BroadcastReceiver with custom event doesn't work
Hello! Again me. I found a strange problem. Is it possible, that i miss something but i can't solve the problem. I created a service. This service only get my current GPS position every 1 minute. I...
View ArticleGetting really wierd error while building project : FileNotFoundException:...
Hey guys, I'm getting a really wierd error when I'm trying to build a project (that has already been build and tested before). I have 1 solution that contains 3 project. The engine is being referred by...
View ArticleUnable to deploy to iPhone device
hi, i have done the certification and provisioning. I am able to deploy other app to the device through xcode. But, I am unable to deploy the app developed in Xamarin Studio in the device. I gives the...
View ArticleMobile Database Advice
Looking for a bit of advice! Got a current windows mobile 6.5 application which has a fairly complex SQLite database (20+ tables). We're migrating the application Android and iOS, and as they both...
View Article