1
vote
2answers
49 views
Is MonoDeveloper’s editor slow for you?
I'm using the evaluation version of MonoTouch and MonoDeveloper to check out writing iPhone app in C#. However, MonoDeveloper's editor is very slow for me. I mean really really s …
0
votes
1answer
11 views
Playing a Sound With Monotouch
No matter what I try (build -> content, NSUrl, filename) I get a 'null exception': file not found when I try to play a .caf sound file in monotouch.
//var path = NSBundle.MainBund …
0
votes
1answer
24 views
Web Services Build Error in Monotouch
My project and web services work fine in the simulator but crash when uploading to an iPhone. It had been working fine before I updated Monotouch from 1.1. Can I revert back to e …
0
votes
2answers
23 views
Is it possible to use the IDE debugger using the Monotouch evaluation version?
I have installed mono, the monotouch SDK and monodevelop. I have a sample project which I can set breakpoints on in the IDE. However I can't find any option to run my sample progr …
5
votes
9answers
218 views
is there any way that we can develop application in .net for iphone
can we develop application for iphone in visual studio itself are there any emulator for testing it that is compatible with visual studio
11
votes
11answers
600 views
Is MonoTouch worth the cost or should I just learn Objective-C?
After sitting through a session today on Mono at a local .Net event, the use of MonoTouch was 'touched' upon as an alternative for iPhone development. Being very comfortable in C# …
0
votes
1answer
99 views
C# Class Definition
In XCode and objective c, if I want to use a UIGlassButton in interface builder, I put the following line in my header file:
@class UIGlassButton;
I am now using monotouch c#. …
1
vote
3answers
125 views
Should I Open Source my MonoTouch .NET iPhone application?
It's a small application, named Simon Basic Edition, and it is in the Apple Apps Store top 100 in Games > Kids.
The first version is pretty basic, but I made a bunch of improvemen …
4
votes
2answers
145 views
What parts of .NET aren’t available in Monotouch for IPhone dev?
What are some key bindings that aren't included?
0
votes
1answer
32 views
On-the-fly conversion of MPEG files on MonoTouch
I have an iPhone application that uses small MPEG movies showing hand signs in the Dutch Sign Language. I get the movies from the Gebarencentrum, with their permission. But they ar …
0
votes
1answer
29 views
Issue with MonoTouch
I saw your website and impressed on features present in MonoTouch. I downloaded the evaluation version and installed on my MAC book using the installation guidelines given in t …
2
votes
2answers
133 views
Monotouch rotate view in Portrait/Landscape
Can anyone give an example of how to rotate the view of a monotouch application from portrait to landscape and vice versa?
1
vote
1answer
35 views
Monotouch - Ibtool does not exist in any folders referenced in the PATH environment variable
I've just installed monotouch and having a problem with my first build of an unchanged IPhone template project. The build is not finding Ibtool in any of the folders in the PATH e …
0
votes
1answer
61 views
Monotouch iPhone Landscape Mode
How do I keep a Monotouch iPhone app in landscape mode when loading a new view controller from an xib?
To switch to landscape mode when the app loads I use:
app.StatusBarOrient …
1
vote
2answers
145 views
Why is it not possible to use the MPMoviePlayerController more than once?
In MonoTouch, we ran into this problem with the Movie Player sample in that it would only play the video once, but would not play it a second time.
I am asking this question to …
