[MonoTouch] MonoTouch 4.9.2

2011-10-06 Thread Mittchel Van Vliet
Where can I download this? If I'm trying to download the evaluation version I get version 2.2 ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] MonoTouch 4.9.2

2011-10-06 Thread Tomasz Cielecki
You should be able to get it through MonoDevelop in the Update manager. On Thu, Oct 6, 2011 at 9:34 AM, Mittchel Van Vliet mittc...@gmail.com wrote: Where can I download this? If I'm trying to download the evaluation version I get version 2.2 ___

Re: [MonoTouch] RedLaser license not working with Monotouch project

2011-10-06 Thread Chris Branson
Hi Marcel, I've never had an issue with the licence file myself, but having checked it again this morning, I also have the same issue with SDK v3.2.0. If I use RedLaser SDK v3.1.2 it works fine. Interestingly RedLaser seem to have withdrawn v3.2.0 - only 3.1.2 is available for download today

Re: [MonoTouch] MonoTouch 4.9.2

2011-10-06 Thread Nic Wise
@chknofthescene: @fastchicken @migueldeicaza For MT 4.9 update, go MD prefs Updates Install unstable dev updates Beta. Click ok. Then check for updates On Thu, Oct 6, 2011 at 09:00, Tomasz Cielecki tom...@ostebaronen.dk wrote: You should be able to get it through MonoDevelop in the Update

Re: [MonoTouch] RedLaser license not working with Monotouch project

2011-10-06 Thread MarcelW
Hi Chris, I also discoverd RedLaser went back to the v3.1.2 SDK. With that SDK everything works fine! Thanks a lot for your help. Wish the support of RedLaser was as good as the support for MonoTouch. They only replied with some general answers to my question. Would have saved me a lot of time

[MonoTouch] MonoDevelop 2.8 and XCode 3.2.6

2011-10-06 Thread Matt Jones
Hi, Am I wasting my time trying to use MonoDevelop 2.8 with XCode 3.2.6? Is anyone else having any success with that config? Initial experiences with the Interface Builder integration haven't been good - I have problems adding outlets, for one thing. Cheers, Matt

[MonoTouch] WebService call on ATT crashes Verizon and WIFI fine

2011-10-06 Thread Mark Handzlik
Got a weird issue with an iPad MT app. Web service calls when using ATT provisioned iPad2 intermittently fails. Can get fail to reproduce over and over again. Same calls when turning on WIFI on device do not fail. Same calls on Verizon provisioned device never fail. Wireshark on server shows

Re: [MonoTouch] Difference in licenses.

2011-10-06 Thread Jason Awbrey
if you are going to deploy through the App Store then you probably want the Pro license. On Thu, Oct 6, 2011 at 6:50 AM, Mittchel Van Vliet mittc...@gmail.comwrote: Hello everyone, Currently I'am researching MonoTouch for a company I work for. They are willing to use MonoTouch, but what are

[MonoTouch] Semantic Highlighting MD 2.8

2011-10-06 Thread trip
Whats happened to semantic highlighting in MonoDevelop 2.8? the checkbox option has gone and the Visual Studio theme doesn't highlight class names/ types anymore. :( -- View this message in context: http://monotouch.2284126.n4.nabble.com/Semantic-Highlighting-MD-2-8-tp3878209p3878209.html Sent

Re: [MonoTouch] Difference in licenses.

2011-10-06 Thread trip
Just a fyi, Professional only allows 2 machine activations, which unfortunately has bitten me in the ass as I currently have access to 4 Macs. I presume Enterprise gives you unlimited activations? -- View this message in context:

Re: [MonoTouch] Difference in licenses.

2011-10-06 Thread Nic Wise
1 or 5 user enterprise packs, so I'd assume 2 or 10 activations. It's per seat / per developer. 'This company has like 40-50 employees, and they want to put like 1 employee on a project that works with MonoTouch. The applications that they develop are going to be selled to there customers. 1

Re: [MonoTouch] MonoDevelop 2.8 and XCode 3.2.6

2011-10-06 Thread Jeff Stedfast
Hi Matt, MonoDevelop 2.8 is meant to be used with Xcode4 (which changed the way the interface builder works) and not with Xcode 3.2.6 anymore. Xcode4 should still be able to load your Xcode3 xibs, though. If you still have problems connecting outlets and actions with MonoDevelop 2.8 and Xcode

Re: [MonoTouch] WebService call on ATT crashes Verizon and WIFI fine

2011-10-06 Thread Jeff Stedfast
Hi Mark, You might be experiencing some of the WebRequest and/or async Socket bugs that have been fixed since MonoTouch 4.0.3. Does upgrading to 4.2.2 resolve these issues? Hope that helps! Jeff On Thu, Oct 6, 2011 at 8:29 AM, Mark Handzlik mhandz...@amtechsoftware.netwrote: Got a weird

Re: [MonoTouch] Semantic Highlighting MD 2.8

2011-10-06 Thread Dimitris Tavlikos
Yes, I noticed that too. No checkbox and no semantic highlighting in all themes. It is very useful, I hope I see it in the next release. Dimitris Tavlikos Software Developer Email: jimi...@gmail.com Twitter: http://twitter.com/#!/dtavlikos Blog: http://software.tavlikos.com On 6 Oct 2011,

[MonoTouch] MD 2.8 - the new update process

2011-10-06 Thread Jason Awbrey
I usually only install the stable updates, but I like to keep an eye on the alpha/beta releases just so I know what's out there. So I turned on the alpha/beta channels in MD. A couple of observations: - make auto-download an option. If an alpha/beta update is downloaded automatically,

[MonoTouch] Mono Tools for VS: Status on use with MonoTouch and MonoMac?

2011-10-06 Thread pixelmeister
I really do like the concept of Mono Tools for Visual Studio and would be happy to pay for it if I could use it for development with MonoTouch and MonoMac. Note, I'm not trying to avoid the need for a Mac, I'd just rather code all day in Visual Studio (I really need my ReSharper, CodeMap,

[MonoTouch] MonoDevelop and read-only files

2011-10-06 Thread Michal Sartoris
Hi, Today I have discovered that OSX is using two ways how to mark file as read-only. Either locking it (in Finder ctrl+left clik on file-Get Info and check Locked checkbox) or unix file system permissions. So far I thought they are the same and unlocking file also adds writable permission

Re: [MonoTouch] WebService call on ATT crashes Verizon and WIFI fine

2011-10-06 Thread Mark Handzlik
In debugging program crashes on this.InvokeAsync(CreateDB, new object[] { psUser, psDBType, psFileType}, this.CreateDBOperationCompleted, userState); Tried putting try/catch and it never hits the catch, doesn’t even give a crash log, program just ends.

Re: [MonoTouch] MD 2.8 - the new update process

2011-10-06 Thread Nic Wise
Save downloads to somewhere - ~/Downloads woud be good. I keep old versions of MT around, so I can quickly go back if I need to. Like last night. On Thu, Oct 6, 2011 at 16:59, Jason Awbrey ja...@awbrey.net wrote: I usually only install the stable updates, but I like to keep an eye on the

Re: [MonoTouch] Semantic Highlighting MD 2.8

2011-10-06 Thread Jeff Stedfast
Hi Trip, Dimitris, From what I understand, it is temporarily disabled in MonoDevelop 2.8 due to crashes and other instability but will return in the next major release of MonoDevelop with a vastly improved underlying parser. It may even return sooner (in a 2.8.x release), but I'm not sure. Hope

Re: [MonoTouch] MonoDevelop and read-only files

2011-10-06 Thread Jeff Stedfast
(20111006) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

Re: [MonoTouch] WebService call on ATT crashes Verizon and WIFI fine

2011-10-06 Thread Jeff Stedfast
Hi Mark, This is a bummer to hear! This is starting to sound like a bug in the runtime. Could you submit a bug report to http://bugzilla.xamarin.com under MonoTouch with a sample test case that illustrates this problem? That will help tremendously in tracking down this issue. Let me know the bug

Re: [MonoTouch] MD 2.8 - the new update process

2011-10-06 Thread Jeff Stedfast
Hi Jason, Yes, your feedback is very useful! Thanks! I'll pass these along to the MonoDevelop devs. Jeff On Thu, Oct 6, 2011 at 11:59 AM, Jason Awbrey ja...@awbrey.net wrote: I usually only install the stable updates, but I like to keep an eye on the alpha/beta releases just so I know

[MonoTouch] Sopporting ios 4 and ios 5

2011-10-06 Thread Art
Is it possible to support both ios 4 and ios 5? I want to use new ios 5 cloud api. I also want the ios4 users to be able to use the app without the cloud. Thanks Art -- View this message in context: http://monotouch.2284126.n4.nabble.com/Sopporting-ios-4-and-ios-5-tp3879479p3879479.html Sent

Re: [MonoTouch] Sopporting ios 4 and ios 5

2011-10-06 Thread Jeff Stedfast
Hi Art, Yes, this should be possible to do. What you'll need to do is check the iOS version (MonoTouch.UIKit.UIDevice.CurrentDevice.SystemVersion) and depending on the value, take different code paths in your app providing differentfeatures depending on the underlying iOS version. Hope that

[MonoTouch] Wrapper type 'Monotouch.UIKIT.UIActionSheetDelegate' is missing its native Objective C class 'UIActionSheetDelegate'. Please check if its be linked

2011-10-06 Thread Andreas Ploetzeneder
Wrapper type 'Monotouch.UIKIT.UIActionSheetDelegate' is missing its native Objective C class 'UIActionSheetDelegate'. Please check if its be linked whats wrong here? -- using System; using System.Collections.Generic; using System.Linq; using MonoTouch.Foundation; using

Re: [MonoTouch] Wrapper type 'Monotouch.UIKIT.UIActionSheetDelegate' is missing its native Objective C class 'UIActionSheetDelegate'. Please check if its be linked

2011-10-06 Thread Sebastien Pouliot
On Thu, Oct 6, 2011 at 2:57 PM, Andreas Ploetzeneder i...@ploetzeneder-it.com wrote: ok, your snippet is to short :D can u help me with longer one? sure :) using System; using System.Collections.Generic; using System.Linq; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace Sepp

[MonoTouch] Registering png file types in iOS

2011-10-06 Thread ecos
I am trying to register png files in order to open them from within the Mail app on the iPhone, but I never get an Open In... menu from within the Mail app. When I am using the same plist for pdf type (com.adobe.pdf), it works perfectly. Does anyone know if there is any limitation when

Re: [MonoTouch] problem adding map overlay

2011-10-06 Thread jawbrey
Anyone? I've added markers at each point in my polygon, so I know that they're within the bounds of the current map. From what I've read this is the most common reason that GetViewForOverlay is not called. But still having the same problem. -- View this message in context:

Re: [MonoTouch] Sopporting ios 4 and ios 5

2011-10-06 Thread Rolf Bjarne Kvinge
Hi Art, We've very recently discovered that there are a few issues you can easily run into when deploying applications built with the iOS5 sdk on iOS4 devices (in particular it will crash immediately upon startup). If you run into any such issues, just ask and attach the corresponding crash log,

Re: [MonoTouch] problem adding map overlay

2011-10-06 Thread Jeff Stedfast
Hi Jason, Do you have a sample application handy that could be added to http://bugzilla.xamarin.com for someone to take a look at? If you can either add a sample test case to bugzilla or email one to me privately, I will try to look into this issue tomorrow. Unfortunately the snippet of code

Re: [MonoTouch] Still repro bug 662903

2011-10-06 Thread Jeff Stedfast
Hi Kris, Sorry for the delayed response. It looks like you are including that partial class implementation in your btouch command-line. I'll have to look over the docs as they may need to make this clearer, but as far as I know, if you are going to supplement the binding with partial

[MonoTouch] barcode reader objective-c library

2011-10-06 Thread catullum
I'm try to implement an app that reads some barcodes. i have tested a lot of free sdk and non free SDK that works with mono develop but there was no way to let it read the barcode the should be used. The only sdk that works was IOS SDK for Objective-C so my question. is there a way to bind an

Re: [MonoTouch] Problems with mtouch arguments

2011-10-06 Thread Jeff Stedfast
Hi Rick, Did you ask this question somewhere else as well? I could have sworn I replied but clearly it wasn't in response to this message so maybe I'm misremembering or maybe I replied to someone else with a similar question? I think what you'll want to do is to use: -cxx -gcc_flags -force_load

Re: [MonoTouch] barcode reader objective-c library

2011-10-06 Thread Jeff Stedfast
Hi Catallum, Yes, it is possible to bind Objective-C libraries for use in MonoTouch. There is some documentation here: http://ios.xamarin.com/Documentation/Binding_New_Objective-C_Types There are also some examples at http://github.com/mono/monotouch-bindings Hope that helps and let us know if

Re: [MonoTouch] Weird exception

2011-10-06 Thread Jeff Stedfast
Hi Dean, Did you ever get this resolved? If not, could you submit a bug report to http://bugzilla.xamarin.com (preferably with a sample test case) so that someone can look deeper into this issue? Unfortunately, like you, I'm not seeing anything obviously wrong in the code snippet you provided.

Re: [MonoTouch] Semantic Highlighting MD 2.8

2011-10-06 Thread Robert Blackadder
I'd love to have that back as well. From: trip andywh...@gmail.com To: monotouch@lists.ximian.com Sent: Friday, 7 October 2011 12:21 AM Subject: [MonoTouch] Semantic Highlighting MD 2.8 Whats happened to semantic highlighting in MonoDevelop 2.8? the checkbox

Re: [MonoTouch] Weird exception

2011-10-06 Thread Dean Cleaver
Sorry Jeff - didn't see this. I'll see if I can put together a sample, but I'm just swamped at the moment. Dino From: Jeff Stedfast [mailto:j...@xamarin.com] Sent: Thursday, October 06, 2011 5:32 PM To: Dean Cleaver Cc: Forums, MonoTouch (monotouch@lists.ximian.com) Subject: Re: [MonoTouch]

Re: [MonoTouch] WebService call on ATT crashes Verizon and WIFI fine

2011-10-06 Thread Mark Handzlik
Hi Jeff thanks for the followup. I submitted bug and test case. Bug 1330 - WebService failure on ATT, Ok Verizon and WIFI From: Jeff Stedfast [j...@xamarin.com] Sent: Thursday, October 06, 2011 1:47 PM To: Mark Handzlik Cc: monotouch@lists.ximian.com

Re: [MonoTouch] Semantic Highlighting MD 2.8

2011-10-06 Thread Mike Krüger
Hi Was disabled because we hadn't the time to get it done right. 2.8 uses 2 incompatible ast formats which would've killed performance for that feature. And the feature never worked very well - was very slow (I wonder that people have turned it on) and didn't highlight very well. But yes it'll