Tagged Questions
1
vote
0answers
53 views
Using webview video players controls in monotouch
I am loading a video into a webview in my monotouch iphone project.
My problem is that the iphone places the native iphone video playback controls over the video.
The controls of the webview video ...
3
votes
1answer
153 views
How to override ClientBase.CreateChannel in mono on iOS
I'm moving a .NET WCF application to Mono for use in iOS. Because Mono in iOS does not support dynamic code generation, I need to override ClientBase.CreateChannel, as indicated in this post:
...
0
votes
2answers
291 views
UITabBarController as RootViewController in MonoTouch
I have a HomeScreen with a UITabBarController that i want to set as RootViewController, but when i do it i have following error
MonoTouch.Foundation.MonoTouchException has been thrown:
Objective-C ...
0
votes
0answers
369 views
Using UIView Animation in MonoTouch for page transitions?
Using MonoTouch.Dialog I set transition animations and such on my NavigationController using the code below where _viewController is a DialogViewController and _navController is a ...
0
votes
0answers
100 views
Start to develop on IPhone/IPad with NO experience at all on Macintosh/IPhone [closed]
one of my customers asked me if I can develop an IPhone application (generic, maybe he wants it to work on IPad too)
As an app, it should give some information retrieved from a remote database, and ...
0
votes
0answers
85 views
Handling invalid input using MonoTouch.Dialog?
Currently I have an application that has several entry elements with specific keyboards for entering currency amounts, email address, etc. I check to make sure the user's input is valid and then I ...
1
vote
1answer
151 views
Creating a custom Section class for MonoTouch.Dialog?
I'd like to create a class that is a custom Section, from MonoTouch.Dialog, that overrides certain methods and such. Is there an API somewhere that I can find the methods to override or a good ...
2
votes
1answer
707 views
How to hide the Back Button of UINavigationController?
I've tried various ways of hiding the back button of my UINavigationController
UINavigationController RVC = new UINavigationController();
other code
RVC.NavigationItem.SetHidesBackButton(true,true); ...
1
vote
1answer
103 views
Is it possible to use a getter/setter for the text of a UILabel in MonoTouch?
I have the following code
public string QuestionText
{
get { return txtBox.Text; }
set {txtBox.Text = value; }
}
where txtBox is a UILabel and everytime I try to access it via QuestionText I get a ...
0
votes
1answer
855 views
Numeric keypad on MonoTouch
I have a problem when using MonoTouch.Dialog to create a login screen.
If you look at the screenshots below, for a user to login they must enter their mobile number and PIN. Both of these ...
-4
votes
1answer
126 views
iPhone and Android app scenario needs validation [closed]
I have read that MONO Develop has been passed from Novell to Xamarine and evolved to allow developing .NET apps for iPhone and Android.
Here is a scenario that I would like you, mobile apps gurus to ...
0
votes
2answers
735 views
ipad/iphone deployment to device via monotouch
I have built 2 apps: one for iPhone, one for iPad. They both build perfectly fine and run within the simulator. They also ran fine on the device prior to updating to Xcode 4.3.2.
When I build to the ...
1
vote
4answers
1k views
Monotouch and Hackintosh
I have developed an app on monotouch-5.2.5 evaluation version.
Now i want to deploy on Apple Store and to do it i have bought a full monotouch version (5.2.10) and i have installed all certificate ...
2
votes
1answer
837 views
How do I handle/fix “Error getting response stream (ReadDone2): ReceiveFailure” when using MonoTouch?
I am using MonoTouch to build an iPhone app. In the app I am making Web Requests to pull back information from the web services running on our server.
This is my method to build the request:
public ...
2
votes
5answers
2k views
Cross-platform and good performance mobile application for iPhone and Android
I need to develop an Application for both iPhone and Android platforms. I am looking for a cross-platform development frameworks. The important factors need to be taken into consideration are :
The ...
1
vote
2answers
421 views
Iphone app development from monodevelop
Is it possible to develop iphone apps from monodevelop
how to do it from ubuntu
3
votes
2answers
1k views
Date format similar to NSDateFormatterMediumStyle for Monotouch?
I am trying to format a date as it appears in iOS calendar application.
The format is the NSDateFormatterMediumStyle and displays a date such as "Nov 27, 2011”.
Documentation
However such a format ...
1
vote
0answers
392 views
UiTableView not showing, GetCell not being called
I have the following code set up:
TableView = new UITableView();
TableView.Source = new DataSource();
m_MainScroll.Add(view); // scrollview area
TableView.ReloadData ...
2
votes
2answers
550 views
MonoTouch UITableViewController and TableFooterView
I'm trying to develop a small iPhone application using MonoDevelop (v2.8) and MonoTouch (v4.2.2).
My home screen is represented by a UITableViewController which use a UITableView for presentation. I ...
2
votes
1answer
569 views
Take photograph with camera from UIViewController (MonoTouch)
What I'd like to do is have a camera embedded into an iPhone view with a button to take photographs (or something simlar to that).
I can't find any controls which do this so I'm a bit lost as to how ...
1
vote
2answers
1k views
UITextView - Setting Border Color
In MonoTouch I am trying to set the border color, but the BorderColor is inaccessible due to its protection level and can't be changed.
public class BorderedUITextView:UITextView
{
public ...
1
vote
1answer
588 views
Unrecognized selector sent?
I've been mucking around with MonoTouch and the Xcode interface builder from some sample code which had an interface defined already.
After adding a button and giving it a click callback I found one ...
0
votes
2answers
383 views
Error when attempting to open .xib in XCodeInterfaceBuilder
I downloaded the Red Laser MonoTouch sample and ran the project in MonoDevelop, I had to first update the solution file so that it would load up in MonoDevelop.
When I try to view one of the .xib ...
0
votes
1answer
493 views
“Interface Builder was unable to determine the type of ”MainStoryboard_iPhone.storyboard“” error in MonoDevelop
In MonoDevelop I'm creating a 'MonoTouch Single View Application - Universal (Storyboard)', when I compile the solution I get the following error:
Compiling interface definitions ...
1
vote
4answers
2k views
bar scanner for MonoTouch?
I've been looking into making an iOS app which uses the camera to take a photograph of a barcode (such as code 39) and reading them in properly.
Was just looking at a few libraries, not sure if any ...
0
votes
1answer
541 views
JIT / AOT problems when running montouch app
I have been developing a monotouch opengl iphone game for some weeks now. As recently as yesterday, it was building and running properly on my test hardware (an iPhone 4). But when I loaded the ...
0
votes
4answers
204 views
Memory Efficient and Speedy iPhone/Android Dictionary Storage/Access
Im having trouble with memory on older generation iPhones (ipod touch 1st gen, 2nd gen e.t.c). This is due to the amount of memory allocated when I load and store a 170k word dictionary.
This is the ...
0
votes
0answers
190 views
MonoDevelop does not launch after installing latest update
I have just installed the latest Monotouch update (MonoDevelop 2.7, MonoTouch 4.0.7) and the MonoDevelop application does not launch. The icon start dancing for a few seconds and then stops. I have an ...
1
vote
1answer
631 views
Monotouch Phone/Call state?
Is there any way in Monotouch to read the current state on the phone or caller service?
Im trying to find some way of reading if a call is active or a call is on hold etc.
Googling on this haven't ...
0
votes
1answer
196 views
Getting “__Unwind_Resume”, referenced from xxxx, when compiling project to simulator
I'm getting this error when compiling my project and linking the Flurry Analytics library. Ony when compiling to the simulator. Compiling to device works fine.
The error is:
Undefined symbols:
...
0
votes
1answer
135 views
Creating a single instance of a sound fx in MonoTouch and why is audio so bad for performance?
What I'd like to do is create a re-usable audio class which doesn't allocate/deallocate resources beyond ints initialization/destruction.
So a class such as:
class SoundInst
{
public ...
0
votes
1answer
370 views
Attempting to build for iOS device results in build failure
I have a project set up in MonoDevelop, it compiles and runs fine for the simulator but when I try to target a device I get a compile error saying:
Error 1: mtouch failed with no output (1) ...
0
votes
1answer
256 views
Custom UIPrintPageRenderer not rendering anything
I've created my own UIPrintPageRenderer subclass and in my overload for DrawContentForPage(), I draw a simple rectangle but nothing is rendering:
public override void DrawContentForPage (int index, ...
1
vote
1answer
60 views
Can we access iphone Images ,Audios and Videos Programiticaly for upload to Server?
hi i want to get all videos, audios and images in iphone and upload them to server can we perform this task programitically is it possible in iphone sdk ?
0
votes
1answer
273 views
how to get Text Messages list from iphone in monotouch
Hi im working on iphone application using monotouch im trying to get list of all the text messages stored in iphone (inbox), for getting contact information there is ABAddressBook class but i not ...
0
votes
1answer
149 views
Compiler error when attempting to link static C++ library to MonoDevelop
I created a very simple C++ library in xcode, it was basically:
//Numbers.h
class Numbers
{
public:
int Get10();
}
//Numbers.cpp
int Numbers::Get10()
{
return 10;
}
I compiled it to a static ...
7
votes
2answers
397 views
Optimization of a GC language, any ideas?
I'm a pretty big newbie when it comes to optimization. In the current game I'm working on I've managed to optimize a function and shave about 0.5% of its CPU load and that's about as 'awesome' as I've ...
1
vote
1answer
126 views
iPhone4 won't connect to the MonoTouch debugger after downloading new provisioning profile
I downloaded a new provisioning profile from Apple which has support for my iPad and iPhone and now when I try to compile debug|iphone the debugger no longer attaches to the iphone.
Basically what ...
0
votes
2answers
589 views
Enabling llvm in monodevelop?
I'm trying to enable the llvm option in monodevelop, this webpage says to pass this line: --enable-llvm=yes to configure.
I assume this means I should add it to the 'additional mtouch arguments' ...
1
vote
1answer
701 views
Performance issues with MonoTouch?
I've been working on a physics based game using MonoTouch for iPhone and XNA for Windows Phone 7. The game runs great on Windows Phone 7 but on iPhone I'm finding there to be a bit of lag in CPU bound ...
3
votes
1answer
3k views
Iphone Apps using C#/Mono
There are various questions (mainly around 2009 to early 2010) discussing use of the Mono framework to write apps in C# and deploy them to iPhone. Also there is some discussion of the Unity ...
1
vote
4answers
8k views
a valid signing identity not be found?
I am trying to create a distribution build with mono for days already... I got the distribution provisioning profile and the distribution certificate from our "team agent" and drag-dropped seperately ...
3
votes
2answers
352 views
Invoke calls from background?
I'm trying to extend my current app(internal company phonebook) to be able to forward calls via our carrier's switchboard. The process is person a calls me. I can then "park" the call and call another ...
0
votes
2answers
333 views
maintain scrolling-behavior and scrollbar visibility when changing contents of UIScrollView
I required a custom tab-switching view for my application, so i made a .xib with a UIScrollView and a UITabBar.
I added a 'ClearChildren' and a 'SwitchViews' method to the UIScrollView like this :
...
8
votes
2answers
6k views
MonoTouch performance vs. Objective-C/Java
I'm in the process of developing a multiplatform game engine and am using MonoTouch to cover Android and iPhone. I'm really interested in the performance aspect of using MonoTouch for iOS and Android ...
4
votes
1answer
811 views
MonoDevelop/MonoTouch #if iPHONE?
I'm currently working on a multiplatform app for iPhone and various other devices, as far as I can work out I can use preprocessor directives to check if I'm building for iPhone or another platform, ...
5
votes
1answer
749 views
MonoTouch upload to iOS device problem
Whenever I try uploading to a device from MonoTouch, I get the following console output and error:
/Developer/MonoTouch/usr/bin/mtouch -installdev="/Users/Chris/Documents/Monotouch ...
1
vote
1answer
2k views
Where is the Interface Builder in the MonoDevelop application?
i'm having a play around with MonoTouch for the very first time. In the Hello World tutorial for Noobs-Like-Me, it say's the following :-
Launch Interface Builder by double-clicking on the ...
2
votes
2answers
2k views
Programmatically changing button label in Monotouch
I made a .xib with a button, and referenced it with an outlet to "btnActies"
when i do the following (at any given time) in the back-end C# code
btnActies.TitleLabel.Text = "This is a
new ...
1
vote
3answers
407 views
MissingMethodException after upgrading to Monotouch 4.0
Does anyone use the excellent Sparrow 2D monotouch library?
https://github.com/trustme/Sparrow
I just updated to Monotouch 4.0 and Monodevelop 2.4.2, and when
rebuilt and run SparrowTest gives me ...

