Tagged Questions
1
vote
2answers
32 views
StyledStringElement 'Tapped' event
So, I am attempting to open an email interface when a user clicks on the 'StyledStringElement' - To do this I have been calling the tapped event yet I have gained the error -
"Error CS1502: The ...
0
votes
2answers
70 views
MonoTouch SIGSEGV Error on TableHeader View
After hours on the forums I still can't figure this out.
Scenario:
I have a table view with expandable lists. When user wants to expand the list clicks on the header and the table refreshes with the ...
1
vote
0answers
49 views
Cannot deserialize JSON when subclassing UIButton (JSON.NET)
I'm using json.net to parse some properties.
I was now trying to use it for a class which derives from UIButton:
public class JsonButton : UIButton
{
public String ItemId = "";
public ...
3
votes
1answer
75 views
Additional Mtouch Arguments in iOS
I have a quick question about a "Additional mtouch arguments"
-gcc_flags "-lstdc++ -L${ProjectDir} -libMonkeyTalk-1.0.40 -lsqlite30 -framework CFNetwork -framework QuartzCore -all_load"
I have ...
0
votes
0answers
75 views
Monotouch - Issue with QLPreviewController
I am trying to use QLPreviewController to see a PDF file and send it, but I have an issue with the action button after previewing the PDF document.
When I press the action button (at the top right) ...
1
vote
1answer
307 views
Install Facebook SDK just for Facebook Mobile App Install Ads
I'm trying to enable Facebook Mobile App Install Ads for my iOS app, I've installed Facebook SDK, the SDK itself is around 13MB. I'm just concerned about the size of my app, should I incorporate the ...
2
votes
0answers
355 views
Embedding Mono on iOS
I want to embed mono into my iOS application. I do not want to use MonoTouch. I want to embed mono manually like this:
http://www.mono-project.com/Embedding_Mono
I've have done this successfully ...
0
votes
2answers
182 views
how to use mono in my cross platform project
I've been searching solutions for my enterprise apps, at least 3 platforms need to be supported, which are iOS, Android and Window Phone. After a whole day's search, I finally set my eyes on 2 ...
1
vote
2answers
94 views
Update UIImageView with new UIImage
*UPDATE***
My first description (now deleted) was'nt the real situation. It is a simplified version of the problem.
The Complete situation:
I want to change the UIImage within a UIImageView with a ...
0
votes
1answer
258 views
PDF library for cross platform mobile solution based on mono [closed]
Does anybody know a PDF library for cross platform mobile solution (iOS, Android) based on mono?
First of all I want to create PDF files as like reports with my data files (pictures, text with ...
1
vote
1answer
100 views
NSActionDispatcher is Garbage Collected when Instruments is attached
I am trying to add a timer to my iOS application, for this I use the following code:
using System;
using System.Drawing;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
namespace MyNamespace
{
...
2
votes
1answer
120 views
Ran out of trampolines of type 2
We develop our game with Unity 3D for iOS. Recently I merged my branch of code with another branch and run it with Unity editor. It works well. But when I ran app on iPad it crashes with message "Ran ...
1
vote
0answers
87 views
Export IOS build (IPA) from “Mono for Android” Application
I am trying to build a crossplatform test application. I have downloaded all tools required for "Mono For Android" & created a test project in MonoDevelop IDE. Its runs on Android Emulator. Now ...
1
vote
1answer
157 views
app works in simulator but gives 'could not resolve error' in deploy
So my iPhone MonoTouch app throws the following error when i try to build for deployment to the physical device.
Error MT2002: Could not resolve: System.Configuration, Version=4.0.0.0, ...
1
vote
0answers
49 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 ...
0
votes
0answers
58 views
Equivalent of Javascript eval for C# for iOS using Mono? [duplicate]
Possible Duplicate:
Is it possible to dynamically compile and execute C# code fragments?
Javascript being an interpreted language has the capability to evaluate expressions passed as ...
0
votes
2answers
108 views
Does the use of Flurry or Localytics with Mono necessarily imply that two separate implementations will be needed for iOS and Andriod?
I intend to use either Flurry or Localytics for performing analytics on my mobile app. I am developing in Mono. The point of Mono is that your source code doesn't need to change and you can develop ...
3
votes
1answer
146 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:
...
3
votes
0answers
416 views
MonoCross Pattern using SlideOut Navigation in MonoTouch App
Dillon Buchanan has a great example for creating the cool left side slide-out navigation in MonoTouch. http://www.dillonbuchanan.com/programming/monotouch-slide-out-navigation/
My only problem is ...
0
votes
2answers
52 views
How to handle click events in UISplitView nested controllers
I'm Monotouch for iOS development.
I've got a SplitView for iPad and the main view controller is UITabBar with UINavigation inside and UITableView nested in it. Thats a quite complicated controllers ...
0
votes
1answer
100 views
MonoTouch:OwnerDrawnElement: Change Draw() on Selected to make it flash?
MonoTouch.Dialog:
Using a custom OwnerDrawnElement, I create the Element with a custom Draw()
The Draw() is fired when the element is selected.
How can I tell if the Draw() is fired due to a user ...
0
votes
0answers
357 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
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
138 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
651 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
100 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 ...
1
vote
1answer
53 views
MonoTouch: Appearance is 4.3 safe?
Though 4.3 users of iOS devices are rare these days, do we need to check before we assign values to the various Appearance classes using MonoTouch 5.2.x or will the MonoTouch framework just gracefully ...
1
vote
1answer
84 views
MonoTouch: Reference Counting Bug in version 5.2.12
MonoTouch recently released version 5.2.13 to fix an issue with reference counting in newer versions of iOS.
Running our apps in the newer version of iOS seems to be just fine. We don't use XCode or ...
3
votes
2answers
437 views
JIT compile method error in Unity/Monotouch/C# setting delegate for 3rd party library
I am trying to create a chatclient for facebook for iOS in Unity/Monotouch/C#. I get the following error
ExecutionEngineException: Attempting to JIT compile method '(wrapper managed-to-native)
...
2
votes
0answers
435 views
AForge.Net Filters alternatives for Monotouch
Is there any options? I can't get it worked for Monotouch. Seems like some functions missing from AForge*.dll's.
Now, I'm looking at OpenCV, but it's just too complicated for such a simple problem. ...
0
votes
0answers
181 views
Switching from XNA c# to Mono [closed]
For my whole computer programming career, I have been using Microsoft Visual Studio c#. I have gotten the hang of it very well, and would consider myself an advanced programmer. Within XNA, I have ...
1
vote
1answer
1k views
Select date in UIDatePicker from UITextField click event MonoTouch
First, I have an TextField. When user click on it, DatePicker will appear (in the same textfield's view). After user choose date, DatePicker should be disappear, and textfield should show selected ...
1
vote
2answers
124 views
MonoTouch: CIContext in FinishedLaunching seems to crash app?
I am changing the Hue of images in FinishedLaunching () as part of my use of the Appearance settings. When I attempt to get the CIContext, the app is toren down without any crash information.
Here's ...
1
vote
4answers
439 views
MonoTouch: Doubling Appearance Image size when Hue adjusted on Retina display
I am setting the NavBar's background with this code which works great in Retina and non-Retina displays. There is a @2x and normal image. So, all good:
UINavigationBar.Appearance.SetBackgroundImage(
...
0
votes
1answer
60 views
Cannot receive more than one touch in TouchMoved
I want to get the position of moving touches, so I need to get the array of touches which are moving in the TouchesMoved. I know how to get the array but the problem is that it only gets the one ...
3
votes
1answer
74 views
Monotouch : Setting Window in pre 5.0 devices
In my apps I check to see if the device is running less than iOS 5.0 and add the main view to the Window like this:
if (UIDevice.CurrentDevice.CheckSystemVersion(5, 0))
window.RootViewController ...
0
votes
3answers
473 views
Monotouch: getting NSDictionary value
I have the remote notification dictionary, but how do I get the AlertBody out?
NSDictionary remoteNotification = options
[UIApplication.LaunchOptionsRemoteNotificationKey] as NSDictionary;
...
1
vote
1answer
186 views
MonoTouch.Dialog: Enabling ScopeButton on Search removes search events
I'm not sure if this is a bug.
In MonoTouch.Dialog enable the ScopeButton and wire up the Index Change event:
UISearchBar sb = TableView.TableHeaderView as UISearchBar;
...
0
votes
1answer
266 views
Byte array shows value but the ImgView.Image shows null in ios
I am trying to display an image into UIImageView through this method NSData.FromArray() but it gives an null reference exception my code is the following:
Byte _imgData = GetRawData(_imgPath); // ...
1
vote
2answers
173 views
nullreference of system.net.sockets on monotouch
I have three versions of the same application: iPhone, Mono Console, Windows Console application. All of them contain exactly the same code (via MonoTouch C#). On the Mono(Touch) framework I get the ...
0
votes
1answer
414 views
Monotouch support on iOS Bluetooth HID
I've been searching a lot for the monotouch support on bluetooth, specifically for Bluetooth HID support but have found none. Do we have it in Monotouch. sample code, discussion?
or anything about ...
1
vote
2answers
315 views
MonoTouch+MonoDroid: Common business objects with Images
I am building a project that has both Android and iOS clients with MonoTouch and MonoDroid. A common business layer project contains common domain entities.
One of them has a need to store an Image, ...
0
votes
1answer
516 views
MonoCross Example using “MXTouchViewGroup*” in a MonoCross.Touch application
Does anyone have example code illustrating how one would use the "MXTouchViewGroup*" code in the framework to create/use a tab bar at the bottom. Looking at code for MXToughViewGroup*, it isn't 100% ...
1
vote
2answers
545 views
Using default MonoTouch solutions yield build errors
When I create a universal single-page application solution in MonoDevelop 3.0 the build fails because:
{DIRECTORY}/iTEST/AppDelegate.cs(7,7): Error CS0246: The type or namespace name `MonoTouch' ...
1
vote
3answers
553 views
Simple fusioncharts in MonoTouch not working
I'm trying to embed a column3d chart from fusioncharts in my MonoTouch project using UIWebView. I've added the necessary outlets and tested by using loadrequest to load a url and loadHtmlString to ...
1
vote
0answers
145 views
How can I restart mono-Modules in iOS for Unity?
I would like to restart the engine Unity on the iPhone. For this purpose we have adapted to the AppController. We use the Unitycleanup function to quit Unity. But if we start the Unity InitApplication ...
1
vote
1answer
608 views
MonoTouch Error when compiling: System.Boolean System.Type::op_Equality(System.Type,System.Type)
I have a MonoTouch app, when I compile it for the device, I get the following error:
Error MT2002: Can not resolve reference: System.Boolean System.Type::op_Equality(System.Type,System.Type) (MT2002)
...
2
votes
2answers
805 views
MonoTouch UIWebView and EvaluateJavascript
I have an application working on the following envirnoment:
Monotouch 2.1
MonoDevelop 2.4.2
MacOS 10.6.8
iOS SDK 4.3
The same application, migrated to iOS 5.0/5.1 and Monotouch 5.2.10 with ...
0
votes
1answer
649 views
Mono Boehm vs SGen GC
I have an application developed (renamed in my error as MyApplication for privacy) on the following enviroment:
Monotouch 2.1
MonoDevelop 2.4.2
MacOS 10.6.8
iOS SDK 4.3
that work fine.
Now i'm ...
8
votes
2answers
2k views
How to add a custom view to a XIB file defined view in monotouch
I'm trying to learn monotouch at the moment, and following the learn monotouch book by Mike BlueStein. Not a bad book, but it's slightly outdated since xcode 4 (i believe) and a newer version on ...


