I want to use uialertview on my iPad app. Also i use monotouch but i cannot change alertview size. How can i change size alertview?
So I\'m trying to get a VS2010 C# project to go cross-platform. First goal is build it in Mono 2.10.5 for Windows.I have not touched any code yet - I\'m starting with xbuild\'s recent ability to build
I have had the opportunity to spend a great number of hours trying to use WCF in mono. It is simply too poorly implemented at this point to be put into a productio开发者_StackOverflow中文版n environme
I am writing a F# program which parses a string into a AST type which is a discriminated union. When I use fsi (on Mono + Mac OS X) to run my code, the AST is printed out in a nice format. But when
I installed Mono on Win7 and trying to find the apps outlined here. But they don\'t mention where are they located and launched.
I wrote a simple Gt开发者_如何学运维k Application with a Webkit Browser Widget (WebView) included. I want to access C# Objects (or C# functions) with Javascript in this Application.I\'m not sure if th
I have a program written in C# which I need to call from a CGI script. When I call the program from either a python or bash CGI script:
As part of my first experiments with C# (on Mono 2.6.7) , I am trying to use the StronglyConnectedComponents method from QuickGraph. Here is my code:
I would like to be able to run code written in 开发者_运维技巧F# on a linux system (Debian) but it\'s unlikely that I\'ll be able to install Mono on it.Is there any way to compile the F# to be fully s
I’ve made a custom uitableviewcell . The cell consist out of labels and a UIButton.Everything was working fine until I found out that there is a small problem with the reusable cell in combination wi