Invoking a System Call
hi All, I need to invoke a system call in order to mount a remote URL as a webdav folder. I found the code to do this online, but it is in objective C. How do I convert this to C#? I think the big part...
View ArticleSystem.Configuration.ConfigurationErrorsException: Error Initializing the...
Hi, Since I've started always including the Mono runtime in the app bundle, I've been having this exception: System.TypeInitializationException: The type initializer for...
View ArticleDisplay WindowControllers in the MainWindowController and switch between them
Hello, I have several WindowController and I would like to display these in the MainWindowController. The idea is to no longer have to display its windows as modal window but to change from one window...
View ArticleMac Login Keeps Popping Up
Is there any way to prevent that login prompt for connecting to a Macintosh until I'm ready to use it? I have a solution with several projects and sometimes I'm working on an Android app, or a web app...
View ArticleUsing external dll
Hi, I am developing a Windows and OS X App which both are using ACRCloud. The dll is imported via [DllImport("libacrcloud_extr_tool.dll")] which works perfect on windows, but on my Mac it does not...
View ArticleWhat's the trick to getting a dSYM file output?
I'd love to play around with Insights (along with uploading the dSYM for symbolication), but none of my Mac apps ever output a dSYM file on build. Is there some special way of holding your mouth to get...
View ArticleHow To Control the Spacing between NSToolBarItems in Xamarin.Mac
In my Xamarin.Mac app I have Toolbar with a Segmented Control and a Button. And in my app, it looks like this. But in the Safari Browser, they look like this. Anybody know how can I reduce/control the...
View ArticleStable Channel: Xamarin.Mac 3.2.0, 15.1 (aka "Cycle 10") Feature Release
Please see the corresponding "Stable Release: 15.1" post on the Release Blog for the details about this release.
View Articlehow to generate dSYM for xamarin mac application
Hi everyone, I need to upload debug symbols in hockey app. using xamarin mac from my application. How should I generate dSYM file? p.s. when I upload archived files in hockey app it won't find dSYM...
View ArticleTouchBar with the SheetWindow in a modal windows
I integrate the touchbar in my application and it only works but I have a problem. When I open a modal window, the touchbar appears correctly. When inside this modal window, I display a SheetWindow,...
View ArticleUploader for Instagram—post images & videos to your Instagram that tailored...
App’s link: https://itunes.apple.com/us/app/uploader-for-instagram-post-images-videos/id1061401895?mt=12 I do this app in order to give people who love life and love sharing things to others better and...
View ArticleXamarin Mac and MySql.Data
I've been using the MySql.Data package (which I believe is managed by Oracle) with a command line Xamarin project perfectly well for a number of months but I'm struggling to get it running with...
View ArticleGot the fatal error when try to open sources by click on class type with `Cmd`
Hi, folks! A few moments ago my Xamarin Studio Community has been crashed. The problem describes below. Description I developed a small MacOS desktop application, from which a user can import an excel...
View ArticleCan't open storyboards since upgrading to Visual Studio for Mac Preview #6
Hi All, I upgraded to Visual Studio for Mac Preview #6 this morning. Am I the only one getting errors like this when you double-click on a storyboard file? Project...
View ArticleLink Mono libraries with native app.
Is there a way to create a dylib or framework or something else with Mono and then link it to native app. In other words, I have a bunch of business logic code written in C# and an existing Objective-C...
View ArticleHow Can I Validate Mac App Store Receipt Locally?
On Mac apps you should validate the app store receipt to ensure the .app wasn't copied and running on an unauthorized computer. Finding the receipt is easy. Reading and parsing it is another matter....
View ArticleType registrar and dynamically (at runtime) loaded libraries
Hi there, I'm still trying to get a basic plugin system set up in Xamarin.Mac. Basically I want to be able to load a bundle containing a compiled mono library and additional assets like views, windows,...
View ArticleException "This image format is not supported" when run from .app-file but...
Hi there, I´m using Texture2D.Fromstream to load a png-file to a texture which works perfectly when I run it from within Xamarin Studio. If I try to start the app-file in the debug-(or...
View ArticleASP Listview with DataPager using generic List as datasource throws 500 error...
I'm building a simple ASP page with a listview and datapager. In my code-behind I'm setting the datasource to a generic List - a custom class with public properties. It populates great on the page load...
View ArticleHow dynamically increase or decrease the number of split view's of a view...
Hi every one, I have try to find out programatically add the number of split's of a view controller as per our requirement based upon situation. For example initially we have set a 3 split's view to...
View Article