Re: [MonoTouch] MonoTouch unexpected behaviors (with native FB lib)

2011-09-08 Thread Jeff Stedfast
Hi Vinkage, The problem is that your SessionDelegate is being GC'd. You need to keep a reference to it around until it is no longer needed. The easy fix is to declare it at as a member of your class. The second error is basically MonoTouch trying to create a new SessionDelegate object for the Int

Re: [MonoTouch] MonoTouch unexpected behaviors (with native FB lib)

2011-09-08 Thread Jeff Stedfast
On Thu, Sep 8, 2011 at 1:35 PM, vinkaga wrote: > Thanks Jeff, it does clarify. Am I correct in assuming that since FB lib is > native, the reference passed to it (e.g. sessionDelegate) is not counted > for > GC use count and therefore are GCed? > Correct. Mono's GC is not able to detect that nat

Re: [MonoTouch] UITextField.ShouldReturn crashes app

2011-09-08 Thread Jeff Stedfast
Hi Derik, Are you making sure to keep a reference to the delegate in managed land? If not, odds are likely that it is being GC'd. Hope that helps, Jeff On Thu, Sep 8, 2011 at 1:50 PM, Derik Palacino wrote: > I'm using MonoDevelop 2.6 with MonoTouch 4.0.7 and XCode 3.2.6. I'm having > an > iss

Re: [MonoTouch] MonoTouch unexpected behaviors (with native FB lib)

2011-09-08 Thread Jeff Stedfast
No problem... it's one of those things that we likely all stumble on at some point or another ;-) Jeff On Thu, Sep 8, 2011 at 1:42 PM, vinkaga wrote: > Thanks Jeff. I am sure knowing this will save me a lot of heartache. I > guess > I didn't read the FAQs properly :-) > > -- > View this message

Re: [MonoTouch] Can we use the TestFlightApp SDK?

2011-09-09 Thread Jeff Stedfast
Andrew, That's a good question and I don't know the answer to that :-( Are you linking with any other libraries that perhaps pull in those libraries by some other means? That said, I have started working on a fix for this type of issue that I hope to get into a future release of the MonoTouch bi

Re: [MonoTouch] Installed MD 2.6 but have lost my Key Bindings

2011-09-09 Thread Jeff Stedfast
John, Okay, that was probably 2.4.2, then. Presumably you weren't running a 2.6Beta, right? Jeff On Fri, Sep 9, 2011 at 2:42 AM, JohnnyNoMates wrote: > Hi Jeff, > Not sure what the previous version was other than it was the last stable > release, I always upgrade to stable releases when prompt

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Jeff Stedfast
Not to Well-Actually-Cat you, but I'm pretty sure the iPad1 only has 128 MB of RAM. I mention this because it may be useful to Stone to realize he has even fewer resources to work with than he thought :-) Nothing beats having actual hardware to test on, but at least if you have a general idea of t

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Jeff Stedfast
Oh snap! I just got told ;-) Thanks for correcting me. Jeff On Sep 9, 2011 8:54 AM, "Mikkel Lønow" wrote: > well.actually.cat, 256 MB - > http://en.wikipedia.org/wiki/IPad#Technical_specifications :) > > Mikkel > > On Fri, Sep 9, 2011 at 14:34, Jeff Stedfast wrot

Re: [MonoTouch] Memory Warning Level1, Level2, then crash

2011-09-09 Thread Jeff Stedfast
On Fri, Sep 9, 2011 at 8:59 AM, Nic Wise wrote: > > Not to Well-Actually-Cat you, but I'm pretty sure the iPad1 only has 128 > MB > > of RAM. I mention this because it may be useful to Stone to realize he > has > > even fewer resources to work with than he thought :-) > > Wikipedia says otherwise

Re: [MonoTouch] Installed MD 2.6 but have lost my Key Bindings

2011-09-10 Thread Jeff Stedfast
Hi John, On Sat, Sep 10, 2011 at 7:29 AM, JohnnyNoMates wrote: > Hi Jeff, > No definitely not a beta, was last stable version. > > Also, I cant find the config folder you mentioned for the previous version. > I did however find the new location which contains the Custom.mac-kb.xml > file. If I c

Re: [MonoTouch] LINQ JIT error, again

2011-09-10 Thread Jeff Stedfast
Hi Brian, Can you submit a bug report to http://bugzilla.xamarin.com? This is something the JIT guys will have to take a look at because I don't know enough to answer this question. Thanks, Jeff On Fri, Sep 9, 2011 at 10:41 AM, Brian Schuth wrote: > I have simplified this even further; with

Re: [MonoTouch] System.MissingMethodException: No constructor found for ViewController::.ctor(System.IntPtr)

2011-09-10 Thread Jeff Stedfast
Hi Andrew, I don't know the answer to this but it seems like an important issue that we will need to examine, so could you submit this as a bug to http://bugzilla.xamarin.com? Thanks, Jeff On Fri, Sep 9, 2011 at 6:45 PM, Andrew Young wrote: > I'll save the crash dump for last to spare everyo

Re: [MonoTouch] setCoordinate binding

2011-09-10 Thread Jeff Stedfast
Hi Chris, Can you file this on http://bugzilla.xamarin.com so someone can look into binding this? Thanks, Jeff On Thu, Sep 8, 2011 at 4:24 PM, Chris Hamblett wrote: > I'm having issues with live updating of a custom MKAnnotation's > coordinates and not having it update in it's MapView unless

Re: [MonoTouch] Monodevelop 2.8 A2 - XCode 4 Integration w/ Resources

2011-09-10 Thread Jeff Stedfast
Hi Steve, I've Cc'd Michael Hutchinson (one of the MonoDevelop authors). Hopefully he'll be able to answer this question. Jeff On Thu, Sep 8, 2011 at 12:49 PM, wrote: > > > Greetings all. > > On the notes for 2.8A2, I saw that 'resource' integration with xcode4 was > possibleŠ > > What I read

Re: [MonoTouch] setCoordinate binding

2011-09-10 Thread Jeff Stedfast
For a binding, probably not long. Jeff On Sat, Sep 10, 2011 at 1:40 PM, Chris Hamblett wrote: > Sure. Any idea where on the priority totem/how long it will take for such a > binding to be incorporated? > > ~Chris > > Sent from my iPhone > > On Sep 10, 2011, at 1:20 PM

Re: [MonoTouch] Just upgraded MonoTouch and MonoDevelop, MD now crashes on startup

2011-09-13 Thread Jeff Stedfast
Hi Tom, I don't think it's that MonoDevelop necessarily *requires* Mono 2.10.5, it's just that 2.10.5 ships a newer version of Gtk+ which has presumably fixed the bug that you were seeing. Jeff On Tue, Sep 13, 2011 at 4:52 AM, tomf84 wrote: > Indeed, upgrading Mono to 2.10.5 fixes it. Surprise

Re: [MonoTouch] uninstalling MT

2011-09-13 Thread Jeff Stedfast
Hi Nic, You shouldn't need to remove the ~/Library/MonoTouch/License.v2 file (I'd recommend not removing it, in fact ;-) The only way I know of to uninstall MonoTouch (and I'm kinda new to MacOSX, so there might be a better/cleaner way... but) sudo rm -rf /Developer/MonoTouch sudo pkgutil --forg

Re: [MonoTouch] Issue with Intellisense/Code Completion

2011-09-13 Thread Jeff Stedfast
Yes, MonoDevelop 2.8beta1's intellisense is horribly broken. We'll be putting out beta2 shortly which should fix that. Jeff On Sep 13, 2011 8:07 PM, "netboy2005" wrote: > Intellisense on 2.8b1 doesn't seem to be working correctly. Forgive me if > I'm being stupid - I'm new to MonoTouch. But even

Re: [MonoTouch] Issue with Intellisense/Code Completion

2011-09-14 Thread Jeff Stedfast
*. > > On Sep 13, 2011, at 8:39 PM, Jeff Stedfast [via MonoTouch] wrote: > > Yes, MonoDevelop 2.8beta1's intellisense is horribly broken. We'll be > putting out beta2 shortly which should fix that. > > Jeff > On Sep 13, 2011 8:07 PM, "netboy2005" <

Re: [MonoTouch] MonoDevelop 2.6 + MT4.2 unusable :(

2011-09-14 Thread Jeff Stedfast
What Nic said ;-) I've also uploaded a fixed MonoTouch-lib.zip to bugzilla that you can download and dump into /Developer/MonoTouch/usr/share/docs/MonoTouch/ while waiting for an updated 4.2.1 release. Hope that helps, Jeff On Wed, Sep 14, 2011 at 5:41 PM, Nic Wise wrote: > Have a read of the

Re: [MonoTouch] MonoDevelop 2.6 + MT4.2 unusable :(

2011-09-14 Thread Jeff Stedfast
> Furthermore, as noted on the bugzilla entry, I tried your new zipfile and > did not notice any benefit. Still crippled. > > Please advise. > > > > On Wed, Sep 14, 2011 at 16:02, Jeff Stedfast wrote: > >> What Nic said ;-) >> >> I've also uploade

Re: [MonoTouch] Load image into texture

2011-09-14 Thread Jeff Stedfast
Hi Mark, I'm not really sure how to convert an image into a texture, but you can extract the raw bytes from a UIImage using some code like this: NSData data = image.AsJPEG (1.0f); MemoryStream memory = new MemoryStream (); using (var stream = data.AsStream ()) { byte[] buf = new byte[4096];

Re: [MonoTouch] Bug 724

2011-09-15 Thread Jeff Stedfast
Hi Chris, I've taken a look at this and the problem is that once an MKAnnotationView is created for your MKAnnotation subclass, you are doing nothing to signal to the MKMapView that anything has changed. Setting a new coordinate on your MKAnnotation subclass has no way of notifying the parent MKMa

Re: [MonoTouch] Bug 724

2011-09-15 Thread Jeff Stedfast
changed to resolved without actually solving the > problem, I take this as a good reason that Objective-C will always have > functions that cannot be done through MonoTouch. I guess I will be making the > switch back to xCode. > > Sent from my iPhone > > On Sep 15, 2011, a

Re: [MonoTouch] Bug 724

2011-09-15 Thread Jeff Stedfast
, Jeff Stedfast wrote: > Hi Chris, > > Reading the developer documentation on Apple's site for MKAnnotation, > this is what it says for setCoordinate: > > setCoordinate: > Sets the new center point of the annotation. > > - (void)setCoordinate:(CLLocationCoordin

Re: [MonoTouch] Bug 724

2011-09-15 Thread Jeff Stedfast
out having to remove/add the annotation. Hope that helps! Jeff On Thu, Sep 15, 2011 at 1:06 PM, Jeff Stedfast wrote: > Turns out people are having the EXACT same issue you are having in > Objective-C on StackOverflow: > > http://stackoverflow.com/questions/2256177/how-to-move-a-mkannot

Re: [MonoTouch] Bug 724

2011-09-15 Thread Jeff Stedfast
ation view, as hinted at by the Apple docs). Jeff On Thu, Sep 15, 2011 at 4:43 PM, Jeff Stedfast wrote: > Hi Chris, > > I did some more looking and it turns out the solution is incredibly simple: > > In your MyAnnotation class, do this: > >                public overrid

Re: [MonoTouch] Bug 724

2011-09-15 Thread Jeff Stedfast
gt; make those calls when the MKMapKit (or would it be MKAnnotationView?) >> calls setCoordinate on your annotation (e.g. when a user drags&drops >> your annotation view, as hinted at by the Apple docs). >> >> Jeff >> >> On Thu, Sep 15, 2011 at 4:43 PM, Jeff St

Re: [MonoTouch] Can't build project containing defa...@2x.png

2011-09-15 Thread Jeff Stedfast
Hi Shawn, What if you try to do that rename manually? Does it work? FWIW, you don't seem to be doing anything obviously wrong... I wonder if maybe the warnings above are the cause. For example, when it says the png is already optimized and that it is going to just copy the png to the output dir,

Re: [MonoTouch] Find ID of a control

2011-09-16 Thread Jeff Stedfast
Hi Karl, MonoTouch decorates outlets with an [Outlet] attribute that you could check for. You could perhaps check for that. Jeff On Fri, Sep 16, 2011 at 1:07 AM, Karl Heinz Brehme Arredondo wrote: > Hi, > Is there a way to get the ID (aka name of the variable or Outlet name) of a > control? >

Re: [MonoTouch] Can't build project containing defa...@2x.png

2011-09-16 Thread Jeff Stedfast
Hi Shawn, I'm glad you found a workaround! It would probably still be a good idea to submit an official bug report about this (with an attached defa...@2x.png that caused problems) to http://bugzilla.xamarin.com so that we can look into the issue because I'm sure that if you hit this bug, other pe

Re: [MonoTouch] Web Service timeouts

2011-09-18 Thread Jeff Stedfast
Hi Dean, Unfortunately I'm not very knowledgeable when it comes to HttpWebRequest. Could you submit a bug report to http://bugzilla.xamarin.com with a sample test case (or whatever info you can provide) and Cc gonz...@xamarin.com? He probably knows the most about that area of code. Thanks, Jeff

Re: [MonoTouch] view-with-controller code generation problem

2011-09-18 Thread Jeff Stedfast
Hi Jowi, On Sat, Sep 17, 2011 at 9:36 AM, jowi wrote: > I'm not sure if this a monotouch or monodevelop problem. If been testdriving > monotouch/monodevelop on a vmware OSX Snow Leopard, using XCode3.6. After > some weeks i decided it was time to go for the real thing and buy a Mac > Mini. > > Bi

Re: [MonoTouch] DateTimeOffset in MonoTouch Serialization

2011-09-18 Thread Jeff Stedfast
Hi Steve, I don't know the answer, but I've Cc'd Atsushi Enomoto who is our lead on the WCF implementation in Mono - hopefully he can answer your question. Hope that helps, Jeff On Sat, Sep 17, 2011 at 1:35 PM, Steve Meagher wrote: > Hi, > > Does anyone know whether or not MonoTouch supports d

Re: [MonoTouch] System Requirements for MonoTouch

2011-09-18 Thread Jeff Stedfast
Hi, Pretty much any Mac on the market today with 4+ GB RAM should be plenty powerful. I use a MacBook Air as my development machine which is a 1.7GHz Core2 machine w/ 4GB RAM and it is plenty. Not sure I'd *recommend* an Air, since the screen is a bit small (can barely show a 1:1 iPad simulator sc

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread Jeff Stedfast
r (IntPtr handle) : base (handle) > > On Sunday, September 18, 2011 at 10:05, jowi [via MonoTouch] wrote: > > Jeff Stedfast wrote: > I think most of the old ctors weren't really valuable and so they were > stripped out. You can still add them, of course. > > I've

Re: [MonoTouch] System.Net.NetworkInformation.Ping not supported in MT?

2011-09-19 Thread Jeff Stedfast
Hi Robert, Jowi, Hmm... we should either fix this to work or remove it (if it can't be done). Would one of you like to submit a bug report or should I? Jeff On Mon, Sep 19, 2011 at 10:24 AM, Robert Jordan wrote: > On 19.09.2011 16:04, jowi wrote: > > > > Nic Wise wrote: > >> > >> There is a fa

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread Jeff Stedfast
Jowi, Can you submit a bug report about this and how you are using it when it crashes? Since most of us don't have the book handy, could you attach the sample project to the bug report? http://bugzilla.xamarin.com Thanks! Jeff On Mon, Sep 19, 2011 at 9:39 AM, Jeff Stedfast wrote:

Re: [MonoTouch] view-with-controller code generation problem

2011-09-19 Thread Jeff Stedfast
om, though, and understand your frustration. I wish I could make things better for you but I don't know how :-( Jeff On Mon, Sep 19, 2011 at 1:32 PM, jowi wrote: > > Jeff Stedfast wrote: > > > > Can you submit a bug report about this and how you are using it when it > >

Re: [MonoTouch] XCode and management...

2011-09-23 Thread Jeff Stedfast
Hi Dean, Carl, I think Carl is right, he'll probably need Xcode installs - I don't know of any other way to get the Simulator either. As far as MonoTouch is concerned, he should be able to simply use the Trial version (there's no expiration date on them) if all he needs to do is run the app in th

Re: [MonoTouch] How to use third-party bindings

2011-09-26 Thread Jeff Stedfast
Hi, Unfortunately I do not know enough about Xcode, but you'll have to figure out how to build a static library (it looks like the MGSplitViewController project is building an app, not a library). If I knew how to do that, I'd tell you... sadly, I do not. I had similar problems a while back trying

Re: [MonoTouch] btouch and structs

2011-09-26 Thread Jeff Stedfast
Hi Walter, Try this: /Developer/MonoTouch/usr/bin/btouch libTestLib.cs Stuff.cs (e.g. no -s:) Jeff On Mon, Sep 26, 2011 at 7:28 AM, retlaW wrote: > Hi. > > I am attempt to use btouch to bind to an obj-c library that needs to pass > data back and forth via structs. > > Ultimately I want to bin

Re: [MonoTouch] Serious problem with button in Uitableview

2011-09-26 Thread Jeff Stedfast
Hi Andreas, This likely isn't the cause of the problem, but why are you calling base.ViewDidLoad() inside Loaddata()? You probably shouldn't be doing that... Could you file a bug on http://bugzilla.xamarin.com with a sample project that illustrates this issue? That would make it easier for us to

Re: [MonoTouch] Case problem on method CLLocation.DistanceFrom

2011-09-26 Thread Jeff Stedfast
Hi Hugo, This seems to be the difference: [Export ("getDistanceFrom:")] double Distancefrom (CLLocation location); // NOTE: The old selector was renamed to this guy in 3.2 [Since (3,2)] [Export ("distanceFromLocation:")] double DistanceFrom (CLLocation location); Looks like the old Distancefro

Re: [MonoTouch] btouch and structs

2011-09-26 Thread Jeff Stedfast
Hi Walter, Try: mkdir ios && /Developer/MonoTouch/usr/bin/btouch libTestLib.cs Stuff.cs --tmpdir=ios --sourceonly=yes Then inspect the sources and see if you see anything obvious. If you can't figure it out, I guess attach your libTestLib.cs and Stuff.cs files so someone else can take a look at t

Re: [MonoTouch] Serialization Error Calling WCF Service

2011-09-26 Thread Jeff Stedfast
Hi Steve, This sounds like DateTimeOffset is being linked out of the final app. Could you try disabling linking in the iPhone Build Options? (under Project / Options) If that fixes it, then likely we need to add some magic to make the linker tool not link out DateTimeOffset in cases similar to y

Re: [MonoTouch] MonoTouch.Dialog experts plz help!

2011-09-27 Thread Jeff Stedfast
Hi Steve, Try calling Root.ReloadData (element, UITableViewRowAnimation.None); Jeff On Tue, Sep 27, 2011 at 5:21 AM, stevek wrote: > I am using the excellent MonoTouch.Dialog and I am trying to update a > FloatElements caption based on the value of the slider. I have tried > raising > an event

Re: [MonoTouch] Device Installation error

2011-09-27 Thread Jeff Stedfast
Hi Walter, Is this a new question or did someone just clear the backlog for the mailing-list? I coulda sworn I saw this email a few days ago and I thought Sebastien answered it but I want to make sure I'm not confused :-) Jeff On Fri, Sep 23, 2011 at 7:39 PM, retlaW wrote: > I just purchased Mo

Re: [MonoTouch] Native code issue

2011-09-28 Thread Jeff Stedfast
Conway, Walter, Yes, unfortunately there are some issues that come about when linked with some thumb libraries. I think Chris Toshok has been digging into these issues but I'm unsure of the details. If you don't need thumb support, best to disable it if possible (for now, at least). Jeff On Wed,

Re: [MonoTouch] Native code issue

2011-09-29 Thread Jeff Stedfast
Hi Walter, You can use the `file' command on the library to see if it is built for thumb or not - that's the easiest way to tell if this is a possible issue or not. Also, just to make sure, you are saying it crashes on Device, right? Does it crash in the simulator? Jeff On Wed, Sep 28, 2011 at

Re: [MonoTouch] [System.Exception] Wrapper type 'MonoTouch.UIKit.UISearchDisplayDelegate' is missing its native ObjectiveC class 'UISearchDisplayDelegate'. Please check if it's been linked.

2011-09-29 Thread Jeff Stedfast
Hi Thomas, Try setting your Linker Options to "Don't Link" in the iPhone Build section of your project options dialog. Jeff On Thu, Sep 29, 2011 at 4:21 AM, Thomas Bandixen wrote: > Hi all > > ** ** > > All of a sudden I’m getting this error with MonoTouch 4.2.2 > > In MonoTouc 4.0.7 i

Re: [MonoTouch] How to use third-party bindings

2011-09-30 Thread Jeff Stedfast
Hi guys, Once Xamarin finishes getting up to speed on MonoTouch and Mono4Android releases and MonoDevelop, we hope to try and improve the 3rd party bindings in the monotouch-bindings module in github. Hope that helps, Jeff On Fri, Sep 30, 2011 at 1:22 PM, Jason Awbrey wrote: > there does seem

Re: [MonoTouch] Some basic example apps that don't use Interface Builder.

2011-10-03 Thread Jeff Stedfast
Hi Oivvio, Most of the samples in http://github.com/mono/monotouch-samples don't use IB. Hope that helps, Jeff On Mon, Oct 3, 2011 at 10:26 AM, Oivvio Polite wrote: > I'm just getting started with Monotouch, working my way through the > the Apress Monotouch-book. > > I've quickly realized tha

Re: [MonoTouch] Some basic example apps that don't use Interface Builder.

2011-10-03 Thread Jeff Stedfast
Guido, Aha, thanks for correcting me! ;-) Jeff On Mon, Oct 3, 2011 at 10:46 AM, Guido Van Hoecke wrote: > Hi Jeff, > > > Most of the samples in http://github.com/mono/monotouch-samples don't > use > > The current link is http://github.com/xamarin/monotouch-samples > > > Guido > > -- > Reporter

Re: [MonoTouch] Some basic example apps that don't use Interface Builder.

2011-10-03 Thread Jeff Stedfast
Oivvio, Yea, I think most are just that. I thought I remembered them not using xibs at all but it looks like I was wrong (sorry about that!). I myself prefer to just write code rather than using xibs (designing in xibs is frustrating for me), so I know how you feel. An easy way to check is to do

Re: [MonoTouch] NSNotificationCenter Warning

2011-10-04 Thread Jeff Stedfast
Hi ANdrew, The difference seems to be string vs NSString (I missed it the first time I looked at it too). I'm not sure why the old way was obsoleted, though. I could ask around if you want... Hope that helps, Jeff On Tue, Oct 4, 2011 at 1:33 PM, Andrew Young wrote: > Why am I getting this w

Re: [MonoTouch] NSNotificationCenter Warning

2011-10-04 Thread Jeff Stedfast
omparers use pointer comparisons instead of content comparisons. Hope that helps, Jeff On Tue, Oct 4, 2011 at 1:39 PM, ayoung wrote: > Thanks Jeff and Dimitris. > > Jeff, yes, I am curious as to why the former is obsolete. > > On Tuesday, October 4, 2011 at 10:36, Jeff Stedfast

Re: [MonoTouch] MonoTouch and Xcode 4.2 "cannot open xcode project"

2011-10-05 Thread Jeff Stedfast
Hi Trip, Looks like you are hitting this bug: http://bugzilla.xamarin.com/show_bug.cgi?id=1121 Fortunately it's been fixed in MonoDevelop git master and will be in the final 2.8 release due out any minute now. Hope that helps! Jeff On Wed, Oct 5, 2011 at 10:32 AM, trip wrote: > Just upgraded

Re: [MonoTouch] Segmented Control weirdness

2011-10-05 Thread Jeff Stedfast
Hi Weiyuent, I'm not sure if this is the problem, but you probably don't want to be using a 'using' statement there as it will call Dispose() on the segments control at the end of the statement. Hope that helps! Jeff On Wed, Oct 5, 2011 at 1:25 AM, weiyuent wrote: > I'm fairly new at this...n

Re: [MonoTouch] MonoTouch and Xcode 4.2 "cannot open xcode project"

2011-10-05 Thread Jeff Stedfast
lop 2.8b and starting clicking on check for updates...! > > Dimitris Tavlikos > Software Developer > Email: jimi...@gmail.com > Twitter: http://twitter.com/#!/dtavlikos > Blog: http://software.tavlikos.com > > > > > > > On 5 Oct 2011, at 5:44 PM, Jeff Sted

Re: [MonoTouch] Some basic example apps that don't use Interface Builder.

2011-10-05 Thread Jeff Stedfast
around to removing the need for it) at http://github.com/jstedfast/FlightLog Hope that helps, Jeff On Tue, Oct 4, 2011 at 5:47 AM, Oivvio Polite wrote: > On Mon, Oct 03, 2011 at 03:32:13PM -0400, Jeff Stedfast wrote: > > Oivvio, > > > > Yea, I think most are just that. I thou

Re: [MonoTouch] Reinstalled OS X and MonoTouch, can no long build working ad hoc apps

2011-10-05 Thread Jeff Stedfast
Hi Dennis, Can you submit a bug report about this to http://bugzilla.xamarin.com under MonoTouch? Sounds like an issue we should look into! Thanks! Jeff On Tue, Oct 4, 2011 at 3:16 AM, technohead wrote: > Hey guys, > experiencing a strange problem here. I reinstalled OS X, Xcode 3.2.6 + > 4

Re: [MonoTouch] MonoTouch and Xcode 4.2 "cannot open xcode project"

2011-10-05 Thread Jeff Stedfast
Awesome! Glad to hear it! Jeff On Wed, Oct 5, 2011 at 12:37 PM, trip wrote: > Just got 2.8, and it appears to have fixed the issue. > > Thanks > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/MonoTouch-and-Xcode-4-2-cannot-open-xcode-project-tp3874702p3875118.html

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 4,

Re: [MonoTouch] WebService call on AT&T 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 wrote: > Got a weird issue with an iPad MT app. Web s

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
Hi Michal, Could you submit this as a bug to http://bugzilla.xamarin.com under the MonoDevelop product? Filing this bug will put it on the radar of the MonoDevelop developers who are able to look into and fix this issue. Thanks! Jeff On Thu, Oct 6, 2011 at 12:29 PM, Michal Sartoris wrote: >

Re: [MonoTouch] WebService call on AT&T crashes Verizon and WIFI fine

2011-10-06 Thread Jeff Stedfast
gt; 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. > > From: Jeff St

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 wrote: > 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. S

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 helps

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 Jeff Stedfast
Hi, If you aren't overriding any of the UIActionSheetDelegate methods, what's the point of instantiating one? I wonder if UIActionSheetDelegate should be made into an abstract class. Jeff On Thu, Oct 6, 2011 at 3:16 PM, Sebastien Pouliot wrote: > On Thu, Oct 6, 2011 at 2:57 PM, Andreas Ploetze

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 pas

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 classes/metho

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. Th

Re: [MonoTouch] OpenTK GL.Oes.Mapbuffer Access flags missing

2011-10-07 Thread Jeff Stedfast
Hi Don, I've taken a look at the OpenTK bindings included in MonoTouch and, as you've noted, could not find ReadOnly nor ReadWrite flags. This prompted to me look at more recent OpenTK bindings to see if maybe they had it (they didn't). So I started looking through the OpenGLES headers in /Develop

Re: [MonoTouch] Find in files in latest monodevelop doesnt work

2011-10-10 Thread Jeff Stedfast
Hi guys, Could one of you submit a bug report to http://bugzilla.xamarin.com so that the MonoDevelop devs become aware of the issue? I don't think this is yet a known issue. Thanks! Jeff On Sun, Oct 9, 2011 at 2:35 AM, Guido Van Hoecke wrote: > Finding in files works fine (for me) if, and only

Re: [MonoTouch] view-with-controller code generation problem

2011-10-10 Thread Jeff Stedfast
Hi Jowi, On Sun, Oct 9, 2011 at 5:12 AM, jowi wrote: > I've set up a vmware mac with xcode 4 and md 2.8, and i found out that above > constructors do work if you create projects out of the box, so it probably > goes wrong when using this in projects created with 2.6? The IntPtr ctor should only

Re: [MonoTouch] Where is my MonoTouch activation code?

2011-10-10 Thread Jeff Stedfast
Hi Jowi, Nic, etc The MonoTouch license file is saved in ~/Library/MonoTouch/License.v2 As Jowi discovered, there's no need to re-enter your activation code if that file is present (well, so long as it's the same machine). Hope that helps! Jeff On Sun, Oct 9, 2011 at 9:21 AM, jowi wrote: > I'

Re: [MonoTouch] Route

2011-10-10 Thread Jeff Stedfast
Hi Mittchel, I don't know of any tutorials, but I think I can probably point you in the right direction... It sounds like what you'll want is a UISplitViewController containing a UITableViewController (for the list of directions) and a UIViewController containing an MKMapView. Hope that helps,

Re: [MonoTouch] LION + MD 2.8 + MT 4.9 + SDK 5.0 and IOS Support Question

2011-10-10 Thread Jeff Stedfast
Rolf, Is this the -weak_framework issue? Jeff On Mon, Oct 10, 2011 at 3:34 AM, Rolf Bjarne Kvinge wrote: > Hi Danny, > > Which error do you get when you say you can't deploy to older devices? > Rolf > On Sat, Oct 8, 2011 at 11:58 AM, Danny Pronk wrote: >> >> Hi, >> Until now (MT 2.6 + SDK 4.3

Re: [MonoTouch] Updating MT 4.9.x within MD 2.8

2011-10-10 Thread Jeff Stedfast
Hi Danny, Chris, The files that MonoDevelop downloaded should be in ~/Library/Caches/MonoDevelop-{VERSION}/TempDownload, I think. Hope that helps and please report a bug to http://bugzilla.xamarin.com explaining the issue so that the MonoDevelop authors can look into this issue. Jeff On Mon, Oc

Re: [MonoTouch] Buggy Debugging

2011-10-10 Thread Jeff Stedfast
Hi Dermotos, That sounds like a bug in MonoDevelop or the runtime, would you mind submitting a bug report to http://bugzilla.xamarin.com explaining the issue? Thanks! Jeff On Mon, Oct 10, 2011 at 6:37 AM, dermotos wrote: > Anyone else experiencing problems debugging? When im stepping through m

Re: [MonoTouch] print with bluetooth printer

2011-10-10 Thread Jeff Stedfast
Hi Richard, I imaging that UIPrintInteractionController.SharedPrintController will work with Bluetooth printers, at least so long as they are supported by iOS (supposedly only printers with the Made For iPad will work, but that info is a few years old now so I don't know). Hope that helps, Jeff

Re: [MonoTouch] 100% NullReferenceException in HttpWebRequest.GetRequestStream()

2011-10-10 Thread Jeff Stedfast
Hi Robert, I've already fixed this bug and it will be included in MonoTouch 4.2.3. When I wrote the proxy support code for MonoTouch 4.2.0, I had missed the fact that kCFProxyTypeAutoConfigurationJavaScript was only available in iOS 4.0 and later (all the other proxy constants are defined for 2.0

Re: [MonoTouch] Problems debugging with 2.8

2011-10-10 Thread Jeff Stedfast
Hi Matt, A few other people have noted that they've been having issues with the USB debugging and I know Rolf is working hard to resolve these issues. Hopefully he'll have a fix for them shortly! I think, unfortunately, that the WiFi debugging was removed because it interfered with the USB debugg

Re: [MonoTouch] view-with-controller code generation problem

2011-10-10 Thread Jeff Stedfast
Jowi, Awesome! I am happy to hear the docs are helping! As always, I'm sure the docs team would welcome any suggestions you might have to improve it! Happy hacking! Jeff On Mon, Oct 10, 2011 at 2:44 PM, jowi wrote: > hi Jeff, the additional documentation and tutorials are a real help, great >

Re: [MonoTouch] Help by binding objective-c

2011-10-11 Thread Jeff Stedfast
Great post Walter, thank you for taking the time to explain this! Jeff On Tue, Oct 11, 2011 at 6:29 AM, Walter Szewelanczyk wrote: > As a new to MonoTouch user myself, I had some issues with this as well. >  Primarily in what btouch actually did and how to setup to use it.   At > first I thought

Re: [MonoTouch] Can no longer edit xib files

2011-10-11 Thread Jeff Stedfast
Hi Demotos, Looks like one of our Docs guys submitted this bug as well: http://bugzilla.xamarin.com/show_bug.cgi?id=1401 Hopefully Alan or myself will be able to look into this shortly. Thanks for pointing this out! Jeff On Tue, Oct 11, 2011 at 3:30 AM, dermotos wrote: > Another day, another

Re: [MonoTouch] Can no longer edit xib files

2011-10-11 Thread Jeff Stedfast
Hi again Dermotos, It looks like this happens when a project has multiple NSObject (typically UIView/UIViewController) subclasses with the same name. For example, you might have My.LibraryNamespace.MyClassName and My.ProgramNamespace.MyClassName Does that sound like that could be the issue in yo

Re: [MonoTouch] Application Loader error after MD 2.8 build - Icons missing extensions

2011-10-11 Thread Jeff Stedfast
Hi Mark, This is an issue that we are working quickly to fix (the Apple docs state that we should not append ".png" but clearly they are wrong) if we haven't already. I believe that MonoDevelop 2.8.1 will have a fix for this issue and will be released any day now. Hope that helps! Jeff On Tue,

Re: [MonoTouch] iOS 5 support

2011-10-12 Thread Jeff Stedfast
Hi Jason, We are building MonoTouch 5.0 right now (Miguel just made a few last-minute fixes to the Twitter API). I would imagine that assuming we don't stumble on any major issues with this latest build, it should be out either later today or tomorrow (if we go with another round of QA). Hope tha

Re: [MonoTouch] iOS 5 support

2011-10-12 Thread Jeff Stedfast
Hope that helps, Jeff On Wed, Oct 12, 2011 at 3:46 PM, Natalia Portillo wrote: > > El 12/10/2011, a las 17:41, Jeff Stedfast escribió: > > Hi Jason, > > We are building MonoTouch 5.0 right now (Miguel just made a few last-minute > fixes to the Twitter API). I would imagine th

Re: [MonoTouch] MonoDevelop 2.8.* debugging problems, possible cause/workaround - please try it yourselves.

2011-10-14 Thread Jeff Stedfast
Hi dtavlikos, Could you add this information to http://bugzilla.xamarin.com/show_bug.cgi?id=1395 - it might help Rolf track down the issues with USB debugging. Thanks! Jeff On Thu, Oct 13, 2011 at 5:40 AM, dtavlikos wrote: > I had problems debugging with all versions of MonoDevelop 2.8 (and Mo

Re: [MonoTouch] iOS 5 MainWindow.xib help needed

2011-10-14 Thread Jeff Stedfast
Hi MonkeyWorld, I am Cc'ing Michael Hutchinson who is probably the best person to answer your question. I believe that he is on vacation until mid-next week, but he may respond sooner if he checks his email in the meantime. Jeff On Thu, Oct 13, 2011 at 5:15 PM, MonkeyWorld wrote: > Downloaded i

Re: [MonoTouch] Can't determine IP address on iPhone device

2011-10-14 Thread Jeff Stedfast
Hi Jowi, Have you tried the solution in this StackOverflow question? http://stackoverflow.com/questions/1069103/how-to-get-my-own-ip-address-in-c Hope that helps, Jeff On Fri, Oct 14, 2011 at 11:11 AM, jowi wrote: > Nothing? Nobody can even confirm? > Or should i just add a bugreport for thi

Re: [MonoTouch] Custom RootElement showing up blank

2011-10-14 Thread Jeff Stedfast
Hi Brian, By overriding RootElement's GetCell(), RootElement doesn't get a chance to populate the cell's fields. Hope that helps, Jeff On Thu, Oct 13, 2011 at 11:53 PM, brinew27 wrote: > Hey guys, > > Any idea why this code would produce a blank rootelement in my table when > passing in an Al

Re: [MonoTouch] Can no longer create Outlets/Actions

2011-10-16 Thread Jeff Stedfast
Hi Dermotos, What version of MonoDevelop is this? Is this with 2.6 or 2.8? I saw this on Friday, myself, when I was working on MonoDevelop 2.6 w/ Xcode4.2 installed. I'm not sure if upgrading to MonoDevelop 2.8 and migrating the project would fix it or not (I'll give it a try this week, after I

Re: [MonoTouch] The assembly mscorlib.dll was not found or could not be loaded.

2011-10-16 Thread Jeff Stedfast
Hi Ogden, Could you navigate to your project's iPhone Build options: Project / Options / iPhone Build What is the value of the "Additional mtouch arguments" texbox? I just want to confirm that this value is correct. Thanks! Jeff On Fri, Oct 14, 2011 at 9:21 PM, ogden wrote: > Hi, > > I am t

<    1   2   3   4   5   6   >