Re: [MonoTouch] Card Reader and Receipt Printer

2012-12-17 Thread Dean Cleaver
They do work - I use them. Also, we use the Blue Bamboo Bluetooth printer with reasonable success I believe. -Original Message- From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Nic Wise Sent: Monday, December 17, 2012 12:07 To: Alejandro

Re: [MonoTouch] Card Reader and Receipt Printer

2012-12-17 Thread Dean Cleaver
, December 17, 2012 12:13 To: Dean Cleaver Cc: Alejandro Vazquez; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Card Reader and Receipt Printer Nice :) Also, if you are taking credit cards urgh, how do you get around the PCIDSS stuff? Rate your app and phone? Don't store info on the phone

Re: [MonoTouch] How is your mono touch setup?

2012-11-29 Thread Dean Cleaver
I work across 2 physical machines, but likewise I edit my MonoTouch projects in VS 2012, but I then usually check the code in to SVN and update on the MacBook to do further testing and stuff there. Does make for a lot of checkins though. -Original Message- From:

[MonoTouch] URGENT - anyone know how to disable app downloads?

2012-11-13 Thread Dean Cleaver
I think there is a fault with our latest version, so I want to disable updates or downloads till I can verify it - does anyone know how to do this? I don't want to delete the app entirely, just remove it from the appstore for a short time. Cheers, Dino

Re: [MonoTouch] URGENT - anyone know how to disable app downloads?

2012-11-13 Thread Dean Cleaver
Excellent - thank you. In there was an availability date, so I made that in the future - much appreciated! Dino -Original Message- From: Robert Reck [mailto:rr...@keylogic.com] Sent: Tuesday, November 13, 2012 13:53 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re

Re: [MonoTouch] My app sticks to iPhone 4 size

2012-11-10 Thread Dean Cleaver
Don't specify that default-5...@2x.png (not default-...@2x.png) as the iPhone Launch Image - just include it in the project and the iPhone 5 will use that if it's there. Leave your default image as it was. This will make your app full height on the iPhone 5. Dino -Original Message-

Re: [MonoTouch] My app sticks to iPhone 4 size

2012-11-10 Thread Dean Cleaver
That shouldn't be necessary - mine is in a sub folder (Images). Dino -Original Message- From: Mike Murdock [mailto:mmurd...@allmeds.com] Sent: Saturday, November 10, 2012 09:45 To: Guido Van Hoecke Cc: Nic Wise; Dean Cleaver; MonoTouch Forums Subject: Re: [MonoTouch] My app sticks

[MonoTouch] Can anyone tell me what happened here?

2012-10-19 Thread Dean Cleaver
This is from a device crash log: Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib0x3140a350 __pthread_kill + 8 1 libsystem_c.dylib0x31be311e pthread_kill + 54 2 libsystem_c.dylib0x31c1f96e abort + 90 3

[MonoTouch] Detecting a change of FirstResponder

2012-10-19 Thread Dean Cleaver
Hi, Just wondered if anyone knew of a way to detect that the FirstResponder had changed? Dino ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] Can anyone tell me what happened here?

2012-10-19 Thread Dean Cleaver
So if I don't actually use the NSNotificationCenter then this is probably a fault in the external accessory library? Dino From: Rolf Bjarne Kvinge [mailto:r...@xamarin.com] Sent: Friday, October 19, 2012 17:21 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Can anyone

Re: [MonoTouch] Any idea what this could be?

2012-10-16 Thread Dean Cleaver
. Dino From: Craig Dunn [mailto:craig.d...@gmail.com] Sent: Friday, October 12, 2012 20:38 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? Yeah, actually deploying a MT5.2-based app might not be the solution, just wondering

Re: [MonoTouch] Any idea what this could be?

2012-10-16 Thread Dean Cleaver
function. Dino From: Richard Heesbeen [mailto:r...@xs4all.nl] Sent: Tuesday, October 16, 2012 10:58 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? If it can be reproduced, then finding the problem shouldn’t be that hard get your CEOs devices

[MonoTouch] Correct Bindings

2012-10-14 Thread Dean Cleaver
What would be the correct binding for this: (id) + DTDevices::sharedDevicegroup___g___l_n_g_e_n_e_r_a_l.html#ga37ce97057214339489590bc48b6862c0 Creates and initializes new class instance or returns already initalized one. Cheers, Dino ___

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Dean Cleaver
around constantly. Obviously I’ve done something wrong in the new binding project, but I’m not sure what. Dino From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Sunday, October 14, 2012 16:45 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Correct Bindings [Static

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Dean Cleaver
... Are there things that need to be named the same to magically work? It's a while since I went through this grief trying to get it to work in the first place. From: Alex Soto [mailto:dxdr...@gmail.com] Sent: Sunday, October 14, 2012 16:59 To: Dean Cleaver Cc: Nic Wise; monotouch@lists.ximian.com Subject

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Dean Cleaver
I’ve sent you the header off list – hope you can spot something! Dino From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Sunday, October 14, 2012 16:45 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Correct Bindings [Static][Export (sharedDevice)] DTDevice

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Dean Cleaver
...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Sunday, October 14, 2012 16:29 To: monotouch@lists.ximian.com Subject: [MonoTouch] Correct Bindings What would be the correct binding for this: (id) + DTDevices::sharedDevicegroup___g___l_n_g_e_n_e_r_a_l.html#ga37ce97057214339489590bc48b6862c0

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Dean Cleaver
, 2012 22:42 To: Dean Cleaver Cc: monotouch@lists.ximian.com (monotouch@lists.ximian.com) Subject: Re: [MonoTouch] Correct Bindings [Export(getBatteryCapacity:voltage:error:)] bool GetBatteryCapacity(int capacity, float voltage, out NSError error); thats it Alex El 14/10/2012, a las 22:29, Dean

Re: [MonoTouch] Correct Bindings

2012-10-14 Thread Dean Cleaver
Changing it to: [Export(getBatteryCapacity:voltage:error:)] bool GetBatteryCapacity(ref int capacity, ref float voltage, out NSError error); Works :) From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Sunday, October 14, 2012 22

Re: [MonoTouch] Any idea what this could be?

2012-10-13 Thread Dean Cleaver
? Dino -Original Message- From: Sebastien Pouliot [mailto:sebast...@xamarin.com] Sent: Saturday, October 13, 2012 09:41 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? On Fri, Oct 12, 2012 at 11:38 PM, Dean Cleaver dean.clea

Re: [MonoTouch] Any idea what this could be?

2012-10-13 Thread Dean Cleaver
I've submitted a private bug. Cheers, Dino -Original Message- From: Sebastien Pouliot [mailto:sebast...@xamarin.com] Sent: Saturday, October 13, 2012 10:13 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? On Sat, Oct 13, 2012 at 11

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
- basically empty, yet it still crashes in the UIApplicationWillEnterForeground - any ideas? Dino From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Thursday, October 11, 2012 15:00 To: monotouch@lists.ximian.com Subject: [MonoTouch] Any

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
Anyone able to help before I ditch MonoTouch and try something that works? We are seriously in a position where we cannot release code because of this problem, and the CEO is discussing ditching MonoTouch completely because we can't rely on it to work. Dino From: Dean Cleaver Sent: Friday

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
that? Dino From: James Darbyshire [mailto:james.darbysh...@blazeware.net] Sent: Friday, October 12, 2012 19:35 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? To be blunt, we can't help without having code to look through. MonoTouch doesn't just add

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
class, nothing. It's like looking for a needle in a haystack. Dino From: James Darbyshire [mailto:jamesdarbysh...@gmail.com] Sent: Friday, October 12, 2012 20:02 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? My point

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
to XCode 4.4 I'm not sure how I can get around that. Dino From: Craig Dunn [mailto:craig.d...@gmail.com] Sent: Friday, October 12, 2012 19:44 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? from what version did you move _to_

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
. Dino -Original Message- From: Sebastien Pouliot [mailto:sebast...@xamarin.com] Sent: Friday, October 12, 2012 21:52 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? On Fri, Oct 12, 2012 at 9:11 PM, Dean Cleaver dean.clea

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
12, 2012 20:18 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? unrecognized selector sent to instance From my experience is usually due to something being GC'd too early. Can you paste your AppDelegate? The iOS object which

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
Darbyshire [mailto:jamesdarbysh...@gmail.com] Sent: Friday, October 12, 2012 20:25 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? To clarify: The selector is akin to a method signature. ObjC can't find a method

[MonoTouch] Any idea what this could be?

2012-10-11 Thread Dean Cleaver
I got this error report recently: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[Linea UIApplicationDidEnterBackground:]: unrecognized selector sent to instance 0x21a2a80 at MonoTouch.UIKit.UIApplication.Main (System.String[]

Re: [MonoTouch] Any ideas what causes this?

2012-10-09 Thread Dean Cleaver
That I can’t tell – would it be included in a “ex.ToString()” if it was there? Dino From: James Darbyshire [mailto:james.darbysh...@blazeware.net] Sent: Monday, October 08, 2012 07:03 To: James Darbyshire Cc: Dean Cleaver; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any ideas what causes

Re: [MonoTouch] InvokeOnMainThread hanging

2012-10-09 Thread Dean Cleaver
May not help, but you can just do this: public void HideProgressIndicator() { if (this.progressHUD != null) { if (!NSThread.Current.IsMainThread) this.InvokeOnMainThread(()={ this.progressHUD.Hide(true);

Re: [MonoTouch] Any ideas what causes this?

2012-10-08 Thread Dean Cleaver
exception handling in every single function in the entire app - but these exceptions are not occurring anywhere in my code - that's my core issue. Dino From: Jason Hardman [mailto:jason.hard...@beims.com] Sent: Sunday, October 07, 2012 19:29 To: Dean Cleaver; James Darbyshire Cc: monotouch

[MonoTouch] UITableView BackgroundColor property not working?

2012-10-08 Thread Dean Cleaver
Hi, I've upgraded to MonoTouch 6 recently, and have just noticed that all of my tableviews now have the default background. The code used to set them to UIColor.Clear, and thus the black background from the view would be visible, but it's not working any more. And setting the background to

Re: [MonoTouch] UITableView BackgroundColor property not working?

2012-10-08 Thread Dean Cleaver
...@awbrey.net] Sent: Monday, October 08, 2012 08:01 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] UITableView BackgroundColor property not working? it's been deprecated http://stackoverflow.com/questions/12452810/is-grouptableviewbackgroundcolor-deprecated-on-ios-6 On Mon, Oct 8

Re: [MonoTouch] Any ideas what causes this?

2012-10-08 Thread Dean Cleaver
/library/system.environment.stacktrace(v=vs.71).aspx. If any of these members is a null reference (Nothing in Visual Basic), its value is not included in the returned string. From: James Darbyshire [mailto:jamesdarbysh...@gmail.com] Sent: Monday, October 08, 2012 16:50 To: Dean Cleaver Cc

Re: [MonoTouch] Any ideas what causes this?

2012-10-08 Thread Dean Cleaver
Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any ideas what causes this? I stand corrected! Regards, James On 09/10/2012, at 9:08 AM, Dean Cleaver dean.clea...@xceptionsoftware.com wrote: System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult

[MonoTouch] Any ideas what causes this?

2012-10-07 Thread Dean Cleaver
System.Net.WebException: Error getting response stream (ReadDone2): ReceiveFailure --- System.Exception: at System.Net.WebConnection.ReadDone(IAsyncResult result) at System.Net.WebConnection.HandleError (WebExceptionStatus st, System.Exception e, System.String where) [0x0] in :0 --- End of

Re: [MonoTouch] Any ideas what causes this?

2012-10-07 Thread Dean Cleaver
(System.Net.WebRequest request) [0x0] in :0 Once again - none of my code nor namespaces at all. How does this happen? Dino From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Sunday, October 07, 2012 13:47 To: monotouch@lists.ximian.com

Re: [MonoTouch] Any ideas what causes this?

2012-10-07 Thread Dean Cleaver
method_name, System.Object[] parameters) [0x0] in :0 Dino From: Dean Cleaver Sent: Sunday, October 07, 2012 13:48 To: Dean Cleaver; monotouch@lists.ximian.com Subject: RE: Any ideas what causes this? Likewise this one: System.Net.WebException: The request timed out

Re: [MonoTouch] Any ideas what causes this?

2012-10-07 Thread Dean Cleaver
it would be useful, but I just have nothing to go on. From: Jason Hardman [mailto:jason.hard...@beims.com] Sent: Sunday, October 07, 2012 16:15 To: Dean Cleaver; monotouch@lists.ximian.com Subject: RE: Any ideas what causes this? The errors are to do with making calls to the web asynchronously i.e

Re: [MonoTouch] Any ideas what causes this?

2012-10-07 Thread Dean Cleaver
that I'll start to get that information, and can then look at fixing it. I can't reproduce these errors, but they're happening to a few clients in the field. Dino From: Jason Hardman [mailto:jason.hard...@beims.com] Sent: Sunday, October 07, 2012 17:10 To: Dean Cleaver; monotouch

Re: [MonoTouch] Any ideas what causes this?

2012-10-07 Thread Dean Cleaver
: James Darbyshire [mailto:jamesdarbysh...@gmail.com] Sent: Sunday, October 07, 2012 17:54 To: Dean Cleaver Cc: Jason Hardman; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any ideas what causes this? Dino, Always happy to test on my devices if you need a hand. Regards, James On 08/10/2012

[MonoTouch] SDK6 and stuff

2012-10-04 Thread Dean Cleaver
I've seen several posts regarding SDK6 and losing support for ARM6/iPhone 3G etc - just wondered if anyone had a complete view on it? I have no problem dropping 3G phones, but was worried about whether Apple will accept that as an upload? I thought they didn't allow dropping support for a

Re: [MonoTouch] SDK6 and stuff

2012-10-04 Thread Dean Cleaver
. Actually I have done this with multiple apps now. Steve Sent from Windows Mail From: Dean Cleaver dean.clea...@xceptionsoftware.commailto:dean.clea...@xceptionsoftware.com Sent: ‎October‎ ‎4‎, ‎2012 ‎11‎:‎47‎ ‎AM To: monotouch@lists.ximian.commailto:monotouch@lists.ximian.com Subject: [MonoTouch

Re: [MonoTouch] SDK6 and stuff

2012-10-04 Thread Dean Cleaver
As long as I can change to ARM7 only, I'll be happy. Might have to stick with 4.3 because I don't know what old versions my clients might have. -Original Message- From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Thursday, October 04, 2012 11:57 To: Dean Cleaver Cc: monotouch

Re: [MonoTouch] SDK6 and stuff

2012-10-04 Thread Dean Cleaver
, and I have no idea when or if they ever updated them. Dino From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Thursday, October 04, 2012 13:49 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: RE: [MonoTouch] SDK6 and stuff Yeah. I keep an eye on what users are using. Anything which

Re: [MonoTouch] Crash report

2012-09-21 Thread Dean Cleaver
Sorry - according to XCode this is the device log - or are you talking about a different log? Dino From: Rolf Bjarne Kvinge [mailto:r...@xamarin.com] Sent: Friday, September 21, 2012 08:06 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Crash report On Fri, Sep 21

Re: [MonoTouch] Crash report

2012-09-21 Thread Dean Cleaver
I guess there's little I can do about it? From: Rolf Bjarne Kvinge [mailto:r...@xamarin.com] Sent: Thursday, September 20, 2012 16:43 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Crash report On Thu, Sep 20, 2012 at 6:52 PM, Dean Cleaver dean.clea

Re: [MonoTouch] Crash report

2012-09-21 Thread Dean Cleaver
If we could make it crash we would just crash mine - it's completely random. Dino From: Rolf Bjarne Kvinge [mailto:r...@xamarin.com] Sent: Friday, September 21, 2012 08:22 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Crash report On Fri, Sep 21, 2012 at 3:08 PM

Re: [MonoTouch] Crash report

2012-09-20 Thread Dean Cleaver
(driver.c:1112) 25 ...rLogicFlashValetiPhoneValet 0x00d7edd4 main (main.m:1712) 26 ...rLogicFlashValetiPhoneValet 0x2320 start + 32 Dino From: Rolf Bjarne Kvinge [r...@xamarin.com] Sent: Monday, September 17, 2012 5:42 PM To: Dean Cleaver Cc: monotouch

Re: [MonoTouch] Crash report

2012-09-17 Thread Dean Cleaver
, 2012 17:20 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Crash report Hi, On Mon, Sep 17, 2012 at 11:46 PM, Dean Cleaver dean.clea...@xceptionsoftware.commailto:dean.clea...@xceptionsoftware.com wrote: Can anyone tell me what happened here? All I can see of my code

[MonoTouch] Bluetooth best practices

2012-09-16 Thread Dean Cleaver
Hi, Am about to start looking at integrating to the P25i Bluetooth printer, and just wondered about best practices especially around sessions and battery use. Basically, I guess once you pair the printer to the device, it consumes battery with the Bluetooth being turned on etc. Does opening a

Re: [MonoTouch] Bogus app reviews (user reviews of an app)

2012-09-13 Thread Dean Cleaver
Heh - read an Android Fanboi's review of the iPhone 5 (or any iPhone) to see how positive they are lol I think the difference is there's not the same money in the Android space. Making your app #1 can mean a ton of money for the developer - and I don't think unethical business is limited to

Re: [MonoTouch] Having 1 ViewController with different orientation

2012-09-12 Thread Dean Cleaver
Not sure what you mean, but my code rotates the interface. It even rotates the simulator. Call it whatever names you like - it works. Dino -Original Message- From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of rnendel11 Sent: Wednesday,

Re: [MonoTouch] Clarification on the XamarinHQ tweet/blog about iOS 6

2012-09-04 Thread Dean Cleaver
Just out of interest, we're going back to 5.2.12 because of battery use. Compiled against 5.2.13 the battery would last 5:40 running only my app - with 5.2.12 it lasts 7:40. This is a huge problem for us as our software is in use pretty much all day every day, and not at a desk where it can be

Re: [MonoTouch] Clarification on the XamarinHQ tweet/blog about iOS 6

2012-09-04 Thread Dean Cleaver
Ok - will test 5.3.6 now. I'll let you know the results in about 6 to 8 hours. Dino -Original Message- From: Alex Soto [mailto:dxdr...@gmail.com] Sent: Tuesday, September 04, 2012 09:53 To: Dean Cleaver Cc: Nic Wise; monotouch@lists.ximian.com (monotouch@lists.ximian.com) Subject: Re

Re: [MonoTouch] Clarification on the XamarinHQ tweet/blog about iOS 6

2012-09-04 Thread Dean Cleaver
: Tuesday, September 04, 2012 10:13 To: Dean Cleaver Cc: Alex Soto; monotouch@lists.ximian.com (monotouch@lists.ximian.com) Subject: Re: [MonoTouch] Clarification on the XamarinHQ tweet/blog about iOS 6 Dean, I suggest you try 5.2.12, 5.2.13 and 5.3.6, and get hold of support@xamarin ASAP :) Sadly

Re: [MonoTouch] App is 'waiting for review' for 10 days now...

2012-09-04 Thread Dean Cleaver
I should keep posting on here... submitted one to Apple last night about 8 minutes past midnight - it went into review just after 2pm and was approved by 4:10pm. -Original Message- From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Nic

Re: [MonoTouch] Forcing rotate

2012-08-30 Thread Dean Cleaver
...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Thursday, August 30, 2012 12:03 To: monotouch@lists.ximian.com Subject: [MonoTouch] Forcing rotate Hi, I found this code which will cause the device to query your view for orientation: UIWindow window = UIApplication.SharedApplication.KeyWindow; UIView

[MonoTouch] UITextField problem

2012-08-09 Thread Dean Cleaver
Hi, This feels really stupid, but I have a basic view with a UITextField on it, and it will not respond to anything. I can't get it to become first responder, the keyboard will not show etc. I have a feeling it's because of the views collection or something - somehow a prior view is not

Re: [MonoTouch] UITextField problem

2012-08-09 Thread Dean Cleaver
Thanx for all the help - I've sorted it out lol UITextFieldDelegate was overriding ShouldEndEditing, and the flag it was returning was never being set to true. Dino From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Thursday

Re: [MonoTouch] Mountain Lion

2012-08-01 Thread Dean Cleaver
Thank you Luca! Dino From: Luca Mauri [mailto:luke.ma...@gmail.com] Sent: Wednesday, August 01, 2012 02:27 To: David Junod Cc: Dean Cleaver; Alex Soto (dxdr...@gmail.com); monotouch@lists.ximian.com Subject: Re: [MonoTouch] Mountain Lion With the latest Monodevelop update and Monotouch 5.3.5

Re: [MonoTouch] Mountain Lion

2012-07-26 Thread Dean Cleaver
Anyone else using Mountain Lion able to confirm this as a bug? Dino From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Wednesday, July 25, 2012 16:05 To: Wally McClure; gh...@hightg.com; Alex Soto (dxdr...@gmail.com) Cc

Re: [MonoTouch] Mountain Lion

2012-07-25 Thread Dean Cleaver
I could afford to beta test as I have 2 dev machines and only ever use the second one if I am on the road - but would it matter about the style of development I do? I don't use XIB files etc. Dino -Original Message- From: monotouch-boun...@lists.ximian.com

Re: [MonoTouch] Mountain Lion

2012-07-25 Thread Dean Cleaver
...@xamarin.com; Dean Cleaver; monotouch@lists.ximian.com Subject: RE: [MonoTouch] Mountain Lion Downloading begins shortly. Wally Subject: Re: [MonoTouch] Mountain Lion From: gh...@hightg.commailto:gh...@hightg.com Date: Wed, 25 Jul 2012 11:20:29 -0500 CC: j

Re: [MonoTouch] calling a C# dll from monotouch

2012-07-05 Thread Dean Cleaver
Provided the project type is correct, you can add the project into MonoDevelop and reference the project (or build it as an iPhone library dll and reference it). I have done this in my project - I have 2 .csproj files, one for iPhone and one for Windows (and another for Android actually) and

[MonoTouch] IntPtr constructor

2012-06-29 Thread Dean Cleaver
I thought we weren't supposed to create them in our code, but if I don't I get this: System.Exception: Selector invoked from objective-c on a managed object (0x9795310) that has been GC'ed --- System.MissingMethodException: No constructor found for

[MonoTouch] How long can In Review take?

2012-06-27 Thread Dean Cleaver
Our app went to in Review Monday afternoon. It's now Wednesday morning. Now, the app isn't simple - has about 90 view controllers (not counting dynamic dialogs). But I know for a fact that they haven't even logged in, nor have they requested a new password. So at best - they have seen 3 view

Re: [MonoTouch] How long can In Review take?

2012-06-27 Thread Dean Cleaver
at anything. Just starting to get worried about what they *are* looking at. Dino From: Jason Awbrey [mailto:ja...@awbrey.net] Sent: Wednesday, June 27, 2012 13:55 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] How long can In Review take? as far as I know, the app review

Re: [MonoTouch] How long can In Review take?

2012-06-27 Thread Dean Cleaver
Submitted it Monday morning, went into review Monday afternoon, and is still in review now. Apps not new, but it is big - not that they can see any of that though. -Original Message- From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Wednesday, June 27, 2012 15:22 To: Dean Cleaver Cc

Re: [MonoTouch] How long can In Review take?

2012-06-27 Thread Dean Cleaver
To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] How long can In Review take? If you submitted it monday, I'd expect it live in the store (assuming it's not broken :) ) on monday. or maybe friday/sat/sunday. They appear to mean the 5 day thing at the moment On Wed, Jun 27

Re: [MonoTouch] MonoTouch Could not connect to the debugger

2012-06-26 Thread Dean Cleaver
I've not read all of your thread, but in the past when I have had those issues (splash screen appearing briefly and then exiting) I have done a Build, Clean All and then re-deployed and it's worked. Something might be messed up with my projects, and I have to do this especially when switching

Re: [MonoTouch] IOS 4.3 or not to IOS 4.3, that is the question

2012-06-26 Thread Dean Cleaver
My App wouldn't even upload as just ARM7 when it was initially released as ARM6+ARM7 - and it stated I couldn't upload an update that wouldn't run on devices that already had my app. So yeah - you might have a few hoops to jump through. Like probably having to create a new App with new

Re: [MonoTouch] New Macbook 2012 range and development

2012-06-18 Thread Dean Cleaver
I'm with you there. I hate touchpads with a passion. I also grew up with the pointing stick and was one of my main reasons for getting a certain HP a few years ago. Dino From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Wally McClure Sent:

Re: [MonoTouch] New Macbook 2012 range and development

2012-06-18 Thread Dean Cleaver
. Apple's arrogance is a little frustrating, but they are the leader of the pack at the moment. From: Wally McClure [mailto:theevilprogram...@hotmail.com] Sent: Monday, June 18, 2012 16:37 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: RE: [MonoTouch] New Macbook 2012 range and development Nic

Re: [MonoTouch] New Macbook 2012 range and development

2012-06-14 Thread Dean Cleaver
Beware the Early 2011 MBP though - they came out in about April/May didn't they? I have a MBP purchased from Apple in January 2011, and it's a 2010 and will not take 16GB. Best to check the pages on macsales.com people have posted, and check your model ID closely. -Original Message-

Re: [MonoTouch] iOS 6 support

2012-06-11 Thread Dean Cleaver
Probably when iOS6 is out. Just saying. From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of sembrador Sent: Tuesday, June 12, 2012 00:01 To: monotouch@lists.ximian.com Subject: [MonoTouch] iOS 6 support Hi, I work for a software development company

Re: [MonoTouch] iOS 6 support

2012-06-11 Thread Dean Cleaver
Yep - I think iOS5 support was out within days if not the same day... From: Mike Fechner [mailto:mike.fech...@consultingwerk.de] Sent: Tuesday, June 12, 2012 00:15 To: Dean Cleaver; sembrador; monotouch@lists.ximian.com Subject: AW: [MonoTouch] iOS 6 support Experience has shown, that the folks

[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

Re: [MonoTouch] Executable size

2012-05-31 Thread Dean Cleaver
No - I've compared settings, linker is the same etc. Sounds like something is bloating my debug executables, but I have no idea what. -Original Message- From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Thursday, May 31, 2012 4:05 To: Rolf Bjarne Kvinge Cc: Dean Cleaver; monotouch

Re: [MonoTouch] Executable size

2012-05-31 Thread Dean Cleaver
: Thursday, May 31, 2012 4:08 To: Dean Cleaver Cc: Rolf Bjarne Kvinge; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Executable size out of curiosity, do you have a load of static images being loaded? I suspect they will get done before the Main loads eg: public static UIImage foo

Re: [MonoTouch] Executable size

2012-05-31 Thread Dean Cleaver
I don't, but I've just tried another small project... and it takes forever to load too. No Linea Pro library in this one. Something is weird somewhere. -Original Message- From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Thursday, May 31, 2012 8:28 To: Dean Cleaver Cc: Rolf Bjarne

Re: [MonoTouch] Executable size

2012-05-31 Thread Dean Cleaver
To: Dean Cleaver Cc: Rolf Bjarne Kvinge; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Executable size VERY odd could it be your device? or your network? USB vrs WIFI? On Thu, May 31, 2012 at 2:31 PM, Dean Cleaver dean.clea...@xceptionsoftware.com wrote: I don't, but I've just tried another

[MonoTouch] Scrolling a UITabBar

2012-05-31 Thread Dean Cleaver
Anyone know if this is possible? I now need more than 5 tabs, so wondered if I could put a UITabBar in a UIScrollView to allow it to scroll? I've tried, and I think it worked but I can't make the UITabBar move - it's wider, but won't slide side to side like I expected. Wondered though if it's a

Re: [MonoTouch] Scrolling a UITabBar

2012-05-31 Thread Dean Cleaver
to look at it and it's all changed. Any other UI suggestions? I liked the Tabs because they have badges, but 5 just isn't enough any more. From: Jason Awbrey [mailto:ja...@awbrey.net] Sent: Thursday, May 31, 2012 14:49 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Scrolling

Re: [MonoTouch] Scrolling a UITabBar

2012-05-31 Thread Dean Cleaver
to us. Adding extra clicks to see things will cause more complaints, but I can't see a solution. -Original Message- From: Nic Wise [mailto:n...@fastchicken.co.nz] Sent: Thursday, May 31, 2012 15:14 To: Dean Cleaver Cc: Jason Awbrey; monotouch@lists.ximian.com Subject: Re: [MonoTouch

Re: [MonoTouch] Speeding up startup

2012-05-30 Thread Dean Cleaver
35MB in debug - is this half the problem? Am I hitting the limits of what can be debugged due to iPhone limitations? Dino -Original Message- From: Rolf Bjarne Kvinge [mailto:r...@xamarin.com] Sent: Wednesday, May 30, 2012 5:21 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re

Re: [MonoTouch] Speeding up startup

2012-05-30 Thread Dean Cleaver
Hi, My FinishedLaunching completes in about half a second. It's just taking 17 seconds before that gets called. Dino -Original Message- From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Alan Sent: Wednesday, May 30, 2012 4:11 To:

Re: [MonoTouch] Speeding up startup

2012-05-30 Thread Dean Cleaver
30, 2012 8:45 To: Dean Cleaver Cc: Alan; HairyJohn; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Speeding up startup I really liked what Alan said and would be interested if it works in your case. Say you have 17 things that have to run before the app launches, each taking 1 second

Re: [MonoTouch] Speeding up startup

2012-05-30 Thread Dean Cleaver
takes about 1.5 seconds in total until the ViewDidAppear ends on my first view. Dino From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Wednesday, May 30, 2012 8:54 To: Byron Sommardahl Cc: monotouch@lists.ximian.com Subject: Re

[MonoTouch] Executable size

2012-05-30 Thread Dean Cleaver
Hi, Just wondered if there were any techniques or methods that are known to bloat executables? I'm concerned that my application is becoming too large to debug, and we're not finished yet. It has about 80 view controllers, plus data sources. Unfortunately they are for the most part 80 distinct

Re: [MonoTouch] Executable size

2012-05-30 Thread Dean Cleaver
: Wednesday, May 30, 2012 15:22 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Executable size Are you using LLVM? Can you make it only target Armv7 (not 6+7) and possibly only thumb? How big is a release build? vrs a debug build? Is the 30meg the unix exe (ie, inside

Re: [MonoTouch] Executable size

2012-05-30 Thread Dean Cleaver
-Original Message- From: Rolf Bjarne Kvinge [mailto:r...@xamarin.com] Sent: Wednesday, May 30, 2012 16:54 To: Dean Cleaver Cc: Nic Wise; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Executable size Hi, On Wed, May 30, 2012 at 10:40 PM, Dean Cleaver dean.clea...@xceptionsoftware.com wrote

Re: [MonoTouch] Executable size

2012-05-30 Thread Dean Cleaver
- 2.7MB on its own. Dino -Original Message- From: Rolf Bjarne Kvinge [mailto:r...@xamarin.com] Sent: Wednesday, May 30, 2012 17:15 To: Dean Cleaver Cc: Nic Wise; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Executable size Hi, On Thu, May 31, 2012 at 12:01 AM, Dean Cleaver

[MonoTouch] Speeding up startup

2012-05-29 Thread Dean Cleaver
Hey, What can I look at to improve start time, because it's getting to the point where a debug built attached to the debugger will not start quick enough, and the iPhone kills it. Very frustrating when I need to debug something, and just cant. Not in debug mode, it starts pretty quick (3-4

Re: [MonoTouch] MD corrupting entitlements.plist

2012-05-28 Thread Dean Cleaver
if there is a way to script the roll backs or to switch off the auto in the solution load... On 17/05/2012 3:41 p.m., Dean Cleaver wrote: This could be what was affecting me - same error, but I didn't come to any conclusion as I reverted back to 2.8.8.4. Let us know if you try it and can confirm

Re: [MonoTouch] MD corrupting entitlements.plist

2012-05-28 Thread Dean Cleaver
To: monotouch@lists.ximian.com Subject: Re: [MonoTouch] MD corrupting entitlements.plist On 29/05/2012 2:56 a.m., Dean Cleaver wrote: Felix, did you ever find a solution? My work around was to just revert the changes to the entitlements.plist file. ___ MonoTouch

Re: [MonoTouch] Detecting device locked

2012-05-24 Thread Dean Cleaver
Looks to me to be iOS 5.1 though - which doesn't exhibit the behavior I am talking about. I need an iPad running 4.x. Dino From: Rene Ruppert [mailto:rene.rupp...@googlemail.com] Sent: Thursday, May 24, 2012 11:37 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch

Re: [MonoTouch] Detecting device locked

2012-05-23 Thread Dean Cleaver
the server in the timer events. Later versions of the OS (5 and up) do not do this – they put the app in the background. From: René Ruppert [mailto:rene.rupp...@googlemail.com] Sent: Monday, May 21, 2012 0:19 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Detecting

  1   2   3   >