Is Xamarin Studio a reliable IDE on Windows?
Previously, I worked with Xamarin.iOS on Mac and everything was OK. Yesterday, I started playing with Xamarin.Android on Windows. And it appeared to be not so great experience. Numerous small errors...
View ArticleProjects run on 3.5 " size, when 4" blanks from top and down
how is adjust size from 3.5 to 4 at monotouch?
View ArticleImages - Preparing for the app store
So, I finally finished my first cross platform app, and now I'm getting ready to publish to the app store. Looking through the Xamarin Image documentation regarding images, I have come to the...
View ArticleMonoTouch.Dialog StringElement Button
Hey, is it possible to add a button to the StringElement like: |------------------------------| |Text Value Button | |------------------------------| And if how is it possible? :) Thanks in advance
View ArticleCodesign verification failed
Two weeks ago I was ready to distribute my app to beta testers. Got my distribution certificate and provisioning profile. My app Ad-Hoc compiles without error (7 warnings for Should Autorotate.. for...
View ArticleHow would you approach a UI like this?
Hi I'm relatively new to iOS, so I haven't really figured out how things are possible here. My home land is Windows Phone, so I'm use to XAML and know how things are done there. I'm going to create a...
View ArticleStarter -> Activate Trial -> Starter
I signed up for the free Starter Package. Ran in to the bug that caused me to delete API 19 package, so I activated the 30 day trial to see if that would correct the problem. Found out I need to delete...
View ArticleHow To Play SWF From Assets Folder?
hi,i Need to play SWF File From Assets Folder please Help me.
View ArticleBuild Times Greatly Increase with Components
Has anybody else noticed that build times become terrible with components? Maybe not all components, but I know the Google Play Services cause this. I tested this using just the standard Android...
View ArticleWierd Build Error with XS on Mac
I've recently converted an application from java to C# using Xamarin. Currently, the project builds and runs on my Windows PC. However, when I try to build the same project on my Mac, I get the...
View ArticleHandling Silent Remote Notifications
Hi there! I'm currently trying to implement silent remote notifications in my Xamarin.iOS app. I use uniqush-push (http://uniqush.org/) for sending push messages to my iOS app. Receiving and handling...
View ArticleAccessing Tab Activity from TabHost
I would like to loop through all the Tabs in my TabHost to call methods on each when a certain event fires at the parent level. How would I access the "Added" tabs? I tried doing something like...
View ArticleCan't get simple Android app running on Visual Studio
I'm trying to get Visual Studio 2012 running on Windows 8 and using Xamarin. My android sdk is installed and identified in Visual Studio 2012. Xamarin account is verified. I have administrator...
View ArticleHow to achieve drag+drop file on exe like in Windows?
In Windows if I create a .exe and drag+drop another file on top of that .exe, then the .exe will run with the name of the file that I dropped as the first argument. I tried this on OSX, but it doesn't...
View Article'this' pointer is sometimes null when stepping through code in the debugger
I have run into a situation several times where an object's 'this' pointer is null when its value is viewed in the debugger. As a result, the values of properties and fields referenced off the bad...
View ArticleHow to Install older version of Xamarin.Android
Now I use new version but I think it isn't work for me. How to install older version older or down it to older
View ArticleDuplicate Windows opening for Android Layout files *.axml
Duplicate windows seem to open when open .axml files. Steps to reproduce 1. Click on a .axml file in an Android Project. 2. Click on the same file again. 2 windows are now open for the same file. Note:...
View ArticleLinking to a specific version of NUnit is failing at compile time
On my Mac, Xamarin Studio lists two possible references for the NUnit DLLs. For instance, the mono.framework package is available as 2.4.8.0 and 2.6.0.12051, the latter of which is rather confusingly...
View ArticleListing files in the Assets sub-dicrectory
Hi, I have problem in my Monogame project, but I think its a general one. I want to list files in the Content\Levels directory. Here is the project structure: Assets\Content\Levels\Level1.txt...
View ArticleCan not run Monogame Hello World on trial edition
Hi, I'm not able to compile 'Hello World' Monogame Project. I did following steps: 1. Made a new project 'Monogame IOS Application' 2. Attached projects with sources of Lidgren and Monogame. 3....
View Article