[MonoTouch] How to display the Previous n Next UIButton on UIImageView when finger will touch to UIImage or UIImageView

2012-06-06 Thread pritish
Hi, I want to display the Previous n Next UIButton on UIImageView when finger will touch to UIImage or UIImageView for iPad app(just similar like Facebook but its not an web app). I didnt know how to do this please help me! -- View this message in context:

Re: [MonoTouch] Newbie: Pls give a hand

2012-06-06 Thread Nic Wise
On Wed, May 30, 2012 at 3:06 PM, glinkot foley.m...@gmail.com wrote: Hi, I have a couple of questions I'd really appreciate help with.  I tried MT briefly with the simulator and decided to buy it along with joining the dev program.  My issues are: a) Programs work on the simulator but

Re: [MonoTouch] Creating my own binding to objective-c library what am I doing wrong?

2012-06-06 Thread Nic Wise
You may also need to check the AssemblyInfo.cs for the [LinkWith] attribute. Should work, but worth checking. On Tue, Jun 5, 2012 at 3:15 PM, Shturman alex.shtur...@gmail.com wrote: It seems - You forget to write : (colon). Please try        [BaseType (typeof(NSObject))]        interface

Re: [MonoTouch] Error with Distribution IPA, works fine with build on IPad with XCode

2012-06-06 Thread ZNNXL
Update: A problem with the provisioning file, or the Certificate but exclude of you. I replaced the MonoTouch main.m with a main of a project that uses the same GUI. Then works on the play after the run of the IPA on ITunes. -- View this message in context:

Re: [MonoTouch] Error with Distribution IPA, works fine with build on IPad with XCode

2012-06-06 Thread Rolf Bjarne Kvinge
Hi, On Wed, Jun 6, 2012 at 1:54 PM, ZNNXL martin.r...@rtt.ag wrote: Hello, thanks for the answers! @ Nic I see the loading screen for 1 sec. Then the app closed. I have post the complete Log, i get the log from the tool IPhone Configuation Utility @ Rolf I will write any infos more

Re: [MonoTouch] Error with Distribution IPA, works fine with build on IPad with XCode

2012-06-06 Thread ZNNXL
Here the IPad Crash log, i hope it help. http://www.dme-europe.com/IPadCrashReport.crash -- View this message in context: http://monotouch.2284126.n4.nabble.com/Error-with-Distribution-IPA-works-fine-with-build-on-IPad-with-XCode-tp4655193p4655223.html Sent from the MonoTouch mailing list

[MonoTouch] System.Net.Sockets NullReference help

2012-06-06 Thread Hayes
Hi everyone, Are there any known problems using System.Net.Sockets and Monotouch? I'm getting this exception from assembly browser. I'm using the same code in a C# Console app and my code works fine. Anyone find anything that would point me in the right direction? System.NullReferenceException:

Re: [MonoTouch] New Items Counter Icon/Overlay - How to implement?

2012-06-06 Thread mgmtouch
James do you have some code on how you implemented this NavIconBadge. Thanks -- View this message in context: http://monotouch.2284126.n4.nabble.com/New-Items-Counter-Icon-Overlay-How-to-implement-tp4362563p4655222.html Sent from the MonoTouch mailing list archive at Nabble.com.

Re: [MonoTouch] Need help with UITableView

2012-06-06 Thread Chris_M
Thanks, Craig. That was it exactly! The easiest path by far was to use a UIViewController and then add the UITableView to that instead of what I was doing. I tried Nic's suggestion using MT.Dialog just to see what it would be like (thanks for the suggestion, Nic!), but I couldn't quite get what

[MonoTouch] Setting the Background Color of My Main View

2012-06-06 Thread Chris_M
I have a UIViewController for the main view for my app to which I've added a UITableView and some other UI elements. Everything looks good and is working, but I want to change the background color for the entire screen. Is there a way to change the background color for the UIViewController, or

Re: [MonoTouch] Twitter without UI - only code

2012-06-06 Thread nphias
my Question refers specifically to monotouch.twitter API and the method TWTweetComposeViewController.setEditing(false,false) which by description does not appear to do what it says it should do.? I searched Miguels tweetstation code and there is no reference to monotouch.twitter and

Re: [MonoTouch] Error with Distribution IPA, works fine with build on IPad with XCode

2012-06-06 Thread Rolf Bjarne Kvinge
Hi, On Wed, Jun 6, 2012 at 3:13 PM, ZNNXL martin.r...@rtt.ag wrote: Thank you for the quick reply! We proceed as follows: We create an exe on monotouch. Then we use the following command from the terminal: /Developer/MonoTouch/usr/bin/mtouch

Re: [MonoTouch] Twitter without UI - only code

2012-06-06 Thread Craig Dunn
Ah, right, setEditinghttp://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UIViewController_Class/Reference/Reference.html isn't a Twitter framework method, it's inherited from UIViewController. Its doco states: Subclasses that use an edit-done button must override this method to

Re: [MonoTouch] Integrate BugSense with Monotouch app

2012-06-06 Thread Orlando Silva
Hello, I need some help, i started doing Monotouch bindings for BugSense, but i'm getting an strange error =/ i don't know what i'm doing wrong. I have added the solution that i created to my dropbox account. link to BugSenseMonotouchSample:

Re: [MonoTouch] Newbie: Pls give a hand

2012-06-06 Thread glinkot
Thanks for that! Much appreciated. Updates have indeed fixed my issue. Cheers On Wed, Jun 6, 2012 at 10:06 PM, slodge [via MonoTouch] ml-node+s2284126n4655217...@n4.nabble.com wrote: This reminds me of a question on StackOverflow recently:

[MonoTouch] UIDatePicker exceptions

2012-06-06 Thread Dean Cleaver
Any ideas how this can be happening? It's intermittent, doesn't happen to me, but I'm getting reports from the field occasionally: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Failed to allocate data stores for 10

[MonoTouch] Forced crash on device - what is happening?

2012-06-06 Thread Felix Collins
Hi, I have a forced crash on the device when I'm trying to resume from background... device log: Jun 7 15:41:59 unknown SpringBoard[52] Warning: com.visionslive.mobilebullet failed to resume in time Jun 7 15:41:59 unknown SpringBoard[52] Warning: Forcing crash report of VisonsLiveMobil[241]...