Re: [MonoTouch] 4.0.4.1 update with Monodevelop 2.4.2

2011-07-27 Thread Jeff Stedfast
Hi Wally, In the meantime with MonoDevelop 2.4, one trick I used to get around the bug you are seeing is to use the MonoDevelop / Quit menu item to quit rather than closing the window with the red button. Hope that helps, Jeff On Wed, Jul 27, 2011 at 11:05 AM, Wally McClure < theevilprogram...@

Re: [MonoTouch] Wrong IP Address

2011-07-31 Thread Jeff Stedfast
Hi Greg, It pains me to watch you suffer through this but unfortunately I do not know how to work around this with the current releases of MonoDevelop and MonoTouch. Fortunately, MonoTouch 4.1 will allow manual overrides of the IP address for the debugger to connect to by adding IP addresses (yes

Re: [MonoTouch] 134 error on LLVM with MonoTouch 4.0.4.1

2011-08-02 Thread Jeff Stedfast
Hi Scott, Go into MonoDevelop's Project Options dialog for your project, then click the iPhone Build section and add a few -v's in the textbox for additional mtouch arguments. That might provide more useful feedback about why it is failing. Jeff On Aug 2, 2011 6:18 PM, "scolestock" wrote: > Even

Re: [MonoTouch] mtouch failed with no output

2011-08-03 Thread Jeff Stedfast
Hi Jon, Sorry about the delay. Can you try adding 3 or 4 -v's in the "Additional mtouch arguments" text field in the Project Options dialog in the "iPhone Build" category? That might give some more verbose and useful output to narrow down what might be going wrong. Thanks, Jeff On Wed, Jul 27,

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Jeff Stedfast
Hi Greg, I just blogged about how to override the settings used by the device used to connect to the debugger on your local machine in current versions of MonoTouch: http://jeffreystedfast.blogspot.com/2011/08/debugging-your-monotouch-apps-future.html I also wrote a bit about our future (likely

Re: [MonoTouch] Wrong IP Address

2011-08-03 Thread Jeff Stedfast
Hi Nic, On Wed, Aug 3, 2011 at 4:12 PM, Nic Wise wrote: > Jeff > > Any chance of getting those working on MT to post something here? eg: > > hi, I'm Jeff. I'm working on the MT compiler, I blog at X and tweet at Y. > > I've been building up my list of MT people in google reader, but it's > a slo

Re: [MonoTouch] Fwd: [New post] Lion Support in Mono

2011-08-05 Thread Jeff Stedfast
MonoDevelop won't show you Mono updates, only addin updates. Jeff On Aug 5, 2011 10:05 AM, "Jason Awbrey" wrote: > I don't get this listed as an update when I launch MD. I know I can > download it directly, but has anyone else had trouble with MD picking up the > new release? > > On Thu, Aug 4, 2

Re: [MonoTouch] new mono runtime crashing monodevelop

2011-08-05 Thread Jeff Stedfast
Jon, Is this the bug you are seeing? http://bugzilla.xamarin.com/show_bug.cgi?id=198 If so, how do I reproduce it? Works fine for me on 10.6.8 and Lion. Jeff On Fri, Aug 5, 2011 at 5:07 AM, Jon Hopkins wrote: > Hi, > > The new runtime is crashing my IDE every time, cannot deploy. I sent > deta

Re: [MonoTouch] new mono runtime crashing monodevelop

2011-08-05 Thread Jeff Stedfast
** > > ** ** > > Is there somewhere I could find the crash logs for you? I’m a complete > Apple novice. > > ** ** > > Dino > > ** ** > > *From:* monotouch-boun...@lists.ximian.com [mailto: > monotouch-boun...@lists.ximian.com] *On Behalf Of *Je

Re: [MonoTouch] HttpWebRequest caching issue

2011-08-05 Thread Jeff Stedfast
Hi Jon, Mono's implementation of HttpWebRequest doesn't support caching. It's a feature that has never been implemented. Hope that answers your question. Jeff On Fri, Aug 5, 2011 at 8:53 AM, Jon Hopkins wrote: > Hi, > > ** ** > > Is the caching issue fixed, or is there a workaround. I foun

Re: [MonoTouch] new mono runtime crashing monodevelop

2011-08-05 Thread Jeff Stedfast
t; Found them – do you want one submitted as a bug? > > ** ** > > Dino > > ** ** > > *From:* Jeff Stedfast [mailto:j...@xamarin.com] > *Sent:* Friday, August 05, 2011 9:55 AM > *To:* Dean Cleaver > > *Cc:* monotouch@lists.ximian.com > *Subject:* Re: [

Re: [MonoTouch] endEditing on UIView is available in MonoTouch?

2011-08-05 Thread Jeff Stedfast
Steott, Yikes! Looks like that wasn't bound. I've just added it so that it will be there in future versions. For now, you should be able to do something like this: static IntPtr selEndEditing = Selector.sel_registerName ("endEditing:"); [Export ("endEditing:")] bool EndEditing (bool force) {

Re: [MonoTouch] endEditing on UIView is available in MonoTouch?

2011-08-05 Thread Jeff Stedfast
Steott, Looks like you can ignore the whole Super thing and you apparently don't need the [Export]. Jeff On Fri, Aug 5, 2011 at 11:34 AM, Jeff Stedfast wrote: > Steott, > > Yikes! Looks like that wasn't bound. I've just added it so that it will be > there in future

Re: [MonoTouch] Fwd: [New post] Lion Support in Mono

2011-08-05 Thread Jeff Stedfast
I am told that MonoDevelop is supposed to notify you about MonoFramework updates as well. I never knew. Jeff On Fri, Aug 5, 2011 at 10:08 AM, Jeff Stedfast wrote: > MonoDevelop won't show you Mono updates, only addin updates. > > Jeff >

Re: [MonoTouch] Fwd: [New post] Lion Support in Mono

2011-08-05 Thread Jeff Stedfast
since MonoDevelop doesn't know that the MDK is an upgrade to the old SDK packages, it doesn't know to notify you. I dunno, this is just what I'm being told. Jeff On Fri, Aug 5, 2011 at 12:17 PM, Jeff Stedfast wrote: > I am told that MonoDevelop is supposed to notify you about Mon

Re: [MonoTouch] new mono runtime crashing monodevelop

2011-08-05 Thread Jeff Stedfast
in the IDE when i moved the mouse! I rebooted and started the > IDE again, and it crashed before I could > > Even open a project. I uninstalled the mono runtime and went back to an old > one, and all is fine. > > ???**** > > Jon > > ** ** > > *Von:* Jef

Re: [MonoTouch] which version of MD?

2011-08-05 Thread Jeff Stedfast
Hi Wally, It's recommended that you stick with MonoDevelop 2.4.2 for iOS development as a lot of people seem to be having issues with 2.6b3. Hope that helps, Jeff On Fri, Aug 5, 2011 at 12:29 PM, Wally McClure < theevilprogram...@hotmail.com> wrote: > I just udpated to the 2.10.3 mono. I'm r

Re: [MonoTouch] Import monotouch DLL in XCODE 4

2011-08-05 Thread Jeff Stedfast
You might try reading over the solution mentioned in this forum thread: http://www.guidebee.biz/forum/viewthread.php?tid=172 Jeff On Mon, Aug 1, 2011 at 10:33 AM, josorio wrote: > Hi, I want to know if I can make a dll in monotouch using monodevelop and > then import this dll into a xcode 4 pro

Re: [MonoTouch] Custom Pin image

2011-08-05 Thread Jeff Stedfast
Hi Vitramir, MKAnnotationView has an Image property which you can both get and set in MonoTouch. Jeff On Tue, Aug 2, 2011 at 3:06 PM, vitramir wrote: > If I use MKAnnotationView instead MKPinAnnotationView I'll get same result > as > if I use UIView. Pin will take my image but it will lose cal

Re: [MonoTouch] Performance cost of MonoTouch vs. Objective-C

2011-08-08 Thread Jeff Stedfast
Just to add, MonoTouch 4.1 should improve things a fair bit. The size of apps should be considerably smaller (the linker is a bit smarter and will remove more unused API) and startup time is greatly reduced (depending on what you do in your FinishedLaunching() override. Jeff On Mon, Aug 8, 2011 a

Re: [MonoTouch] Performance cost of MonoTouch vs. Objective-C

2011-08-08 Thread Jeff Stedfast
As with anything, "it depends". File I/O should be as fast as buffered native I/O (I did a fair bit of testing of this for Mono a few years ago). Most of what apps do is spent idling waiting for user events and idle time is idle time and using the MonoTouch APIs is (for the most part) just a thin

Re: [MonoTouch] Interface Builder on Lion?

2011-08-08 Thread Jeff Stedfast
You just need to keep the license text as-is in the MonoTouch.Dialog source files. Obviously since it will be closed source, no one will even see it but if the code ever gets opened in the future it won't be forgotten. Jeff On Aug 8, 2011 7:02 PM, "Mg" wrote: > I've gotten Monotouch.Dialog and th

Re: [MonoTouch] Performance cost of MonoTouch vs. Objective-C

2011-08-09 Thread Jeff Stedfast
My *guess* would be that perhaps the GC thread is getting in the way here, trying hard to clean up all the removed objects. A common trick to work around this problem is to try and re-use your heavier objects used in this scenario to try and limit the amount of work the GC has to do. How hard this

Re: [MonoTouch] App size (MT3 vs MT4)

2011-08-10 Thread Jeff Stedfast
Sebastien, Did your Linker changes make it into 4.0.4.1? I thought they only made it into 4.1 (which is not yet released)? Jeff On Wed, Aug 10, 2011 at 3:09 PM, Sebastien Pouliot wrote: > Hello, > > Both MonoTouch 3.x and 4.x includes the MonoLinker which can shrink > your application. The late

Re: [MonoTouch] Exception assistance...

2011-08-10 Thread Jeff Stedfast
Yep, that's what it looks like. We should null-protect that method. Which version of MT is this? Jeff On Aug 10, 2011 5:51 PM, "Dean Cleaver" wrote: > Guys, > > Would I be right if I guess that this is an exception where null was passed into the SetString function? > > MonoTouch.Foundation.MonoTo

Re: [MonoTouch] Exception assistance...

2011-08-10 Thread Jeff Stedfast
Thanks Dean, I'll look into this tomorrow. Jeff On Aug 10, 2011 5:59 PM, "Dean Cleaver" wrote: > Ummm - was released last Friday, and was the latest at that time. > > From: Jeff Stedfast [mailto:j...@xamarin.com] > Sent: Wednesday, August 10, 2011 4:55 PM >

Re: [MonoTouch] UIDocumentInteractionController CRASH

2011-08-11 Thread Jeff Stedfast
Hi Marco, I was hoping someone would be able to give you an actual solution to this problem, but since no one else has replied yet, I suppose no one has an answer. Can you submit a bug report about this issue and attach a sample project zipped up so someone can look into this? Thanks, Jeff On

Re: [MonoTouch] What could possibly cause this?

2011-08-11 Thread Jeff Stedfast
Hi Dean, That screenshot looks really strange and I can't think of anything that would cause that. If you haven't figured out the problem yet, could you file a bug report on http://bugzilla.xamarin.com and attach a zipped project that demonstrates this issue? Thanks, Jeff On Thu, Aug 4, 2011 at

Re: [MonoTouch] What could possibly cause this?

2011-08-11 Thread Jeff Stedfast
can find something. > > ** ** > > Dino**** > > ** ** > > *From:* Jeff Stedfast [mailto:j...@xamarin.com] > *Sent:* Thursday, August 11, 2011 5:00 PM > *To:* Dean Cleaver > *Cc:* Forums, MonoTouch > *Subject:* Re: [MonoTouch] What could possibly cause this? &g

Re: [MonoTouch] Monotouch and crash reports problems

2011-08-11 Thread Jeff Stedfast
Hi Kent, Sorry for the delayed response, I was hoping someone else more knowledgeable would answer. Turns out, I just had to do this myself. The solution is sub-optimal, so hopefully we can improve things a bit in a newer MonoDevelop because right now it's a bit like jumping through hoops. The mt

Re: [MonoTouch] build failed with no output when using LLVM

2011-08-11 Thread Jeff Stedfast
Hi Jon, Have you tried adding "-v -v -v" to the "Additional arguments to pass to mtouch" textbox under Project / Options / Build / iPhone Build ? This *might* help provide more useful information. If not, sounds like a bug and you should submit it to http://bugzilla.xamarin.com and, hopefully, at

Re: [MonoTouch] Exception assistance...

2011-08-11 Thread Jeff Stedfast
wn when passing null to NSUserDefaults.SetString(). From looking at the trace you provided in the original email, it looks like it would have to be the first argument to SetString() that is null if that is of any help to you. Hope that helps, Jeff On Wed, Aug 10, 2011 at 6:39 PM, Jeff Stedfast w

Re: [MonoTouch] Monotouch and crash reports problems

2011-08-11 Thread Jeff Stedfast
remove the "-u" "_catch_exception_raise". My fixes for this should land in 4.1.1 if not sooner. Jeff On Aug 11, 2011 6:34 PM, "Jeff Stedfast" wrote: > Hi Kent, > > Sorry for the delayed response, I was hoping someone else more knowledgeable > would answer.

Re: [MonoTouch] Exception assistance...

2011-08-12 Thread Jeff Stedfast
to that timeline! ;-) Jeff On Fri, Aug 12, 2011 at 4:09 AM, Chris van Wyk wrote: > Hi Jeff, > > What time frame are we looking at in terms of release for 4.1 and is there > a tentative feature list for this release? > > Thanks > Chris > > > From: Jeff Stedfast

Re: [MonoTouch] Install help

2011-08-14 Thread Jeff Stedfast
What did you install, exactly? You need to install: - Xcode 3.2.6 - MonoFramework MDK 2.10.4 - MonoDevelop 2.4.2 - MonoTouch 4.0.4.1 - the MonoTouch plugin for MonoDevelop (install through MonoDevelop's addin manager) (Note: if you missed one or installed a different version, no need to reinstal

Re: [MonoTouch] What could possibly cause this?

2011-08-14 Thread Jeff Stedfast
y my buttons showing… > > ** ** > > Once again, client sent it to me. I have no idea how to replicate this!*** > * > > ** ** > > Dino > > ** ** > > *From:* monotouch-boun...@lists.ximian.com [mailto: > monotouch-boun...@lists.ximian.com] *On Behalf O

Re: [MonoTouch] Supporting only Arm v7 builds for the Ipad

2011-08-15 Thread Jeff Stedfast
Hi Jon, On the General tab, make sure to set the SDK and Minimum OS Version fields to 4.x, that should open up the ARMv7 option in the Advanced tab. Hope that helps, Jeff On Mon, Aug 15, 2011 at 8:32 AM, Jon Hopkins wrote: > I only see armv6 + armv7, and I just want armv7 as its an Ipad. I hav

Re: [MonoTouch] Difference between iPad 1 and iPad 2 with WebClient

2011-08-18 Thread Jeff Stedfast
Hi Rick, Have you tried this on MonoTouch 4.1 alpha? There have been some webclient related fixes there. Would be good to know if this fixes the bug you are seeing as well. Jeff On Wed, Aug 17, 2011 at 3:21 PM, ric3kg wrote: > I have this code running on both iPad 1 and 2's. On the iPad 1 the

Re: [MonoTouch] Fixes in Monotouch 4.0.5

2011-08-18 Thread Jeff Stedfast
Hi Jon, This is just a fix in the beta branch. Jeff On Thu, Aug 18, 2011 at 3:59 AM, Jon Hopkins wrote: > Good Morning, > > I am installing 4.0.5 that has appeared overnight, and was browsing the > beta page for 4.1.0 > And saw this mentioned as a bug fix... > > "Views are no longer retained if

Re: [MonoTouch] people picker problem after upgrading to touch 4 and MD2.8Alpha

2011-08-18 Thread Jeff Stedfast
Hi John, DismissModalViewController() now clears the parent's ModalViewController property, which, if that is the only reference that still exists for your ppvc, will be lost (cleared to null). What you need to do is make sure you hold a reference to that object elsewhere. This is one of the fixe

Re: [MonoTouch] people picker problem after upgrading to touch 4 and MD2.8Alpha

2011-08-18 Thread Jeff Stedfast
ent in 4.1 I need a new example of how to call > up the people/contacts > > ** ** > > Thanks for your help anyway – helps me feel less panicky J - > > John Murray > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > ** ** > > *From:* Jeff

Re: [MonoTouch] people picker problem after upgrading to touch 4 and MD2.8Alpha

2011-08-18 Thread Jeff Stedfast
pen them > in i/b I can't find the 'appdelegate' under Library/classes to create the > outlets > > - I presume there must be some other way of doing it > > Anyway the tutorials are out of date > > My many months of learning are now somewhat up the creek withou

Re: [MonoTouch] people picker problem after upgrading to touch 4 and MD2.8Alpha

2011-08-18 Thread Jeff Stedfast
Hi John, Might a make a suggestion? You might try installing Xcode 3.2.6, MonoDevelop 2.4.2 and MonoTouch 4.0.4.1 if you want to work through Wally's samples. This combination should cause you the least amount of headaches. Right now you are using alpha releases of MonoDevelop and MonoTouch which

Re: [MonoTouch] Where are solution author info stored?

2011-08-18 Thread Jeff Stedfast
This sounds like a question for Michael Hutchinson ;-) Jeff On Thu, Aug 18, 2011 at 2:24 PM, vbisbest wrote: > I am using "Custom Author Information" in my solution and have that data > saved. However if I open the solution up on another machine after an SVN > update, that info is blank. I mu

Re: [MonoTouch] Fixes in Monotouch 4.0.5

2011-08-19 Thread Jeff Stedfast
Hi John, It affects every use of RemoveFromSuperView(). Jeff On Fri, Aug 19, 2011 at 4:28 AM, Jon Hopkins wrote: > I am adding and removing views from a UIWindow in my app delegate class. * > *** > > ** ** > > if (window.Subviews.Count() > 0) > > (window.Subviews[0] as UIVi

Re: [MonoTouch] Hello World tutorial incomplete?

2011-08-19 Thread Jeff Stedfast
Hi jbart, For iPhone/iPad applications, you can certainly add code to Main() but what you are probably looking for is the FinishedLoading() method of AppDelegate in Main.cs That's where you create/add your View to the window. Hope that helps, Jeff On Fri, Aug 19, 2011 at 1:41 PM, jbart wrote:

Re: [MonoTouch] Marshalling strings to wide character strings

2011-08-22 Thread Jeff Stedfast
Hi Shawn, The docs for the CharSet enum specify that Unicode means "Marshal strings as Unicode 2-byte characters." If you need to marshal strings as UCS4 (or UTF-32), you'll have to marshall things manually. You could submit a feature request to add some helper methods or something to MonoTouch t

Re: [MonoTouch] Default.png not added to iPhone Release build

2011-08-23 Thread Jeff Stedfast
>From what I understand, RC2 is only available for Mac (which is why it's not been pushed to the download page) because it is the same as RC1 but with a few MacOS fixes. If you are on MacOS, you should be prompted to update to RC2 when you start up MonoDevelop RC1. Hope that helps, Jeff On Tue,

Re: [MonoTouch] Monotouch activation with proxy

2011-08-24 Thread Jeff Stedfast
Another option is to set the HTTP_PROXY environment variable which Mono (and thus MonoDevelop) will pick up and handle. At some point in the future, this hack won't be necessary (I've already implemented CFProxySupport bindings in MonoMac, but MonoDevelop needs to link with it). Jeff On Wed, Aug

Re: [MonoTouch] WebRequest exception

2011-08-24 Thread Jeff Stedfast
Hi Alicya, I've taken a look at the source code of HttpWebRequest and HttpWebResponse and it looks like PreAuthentication for web requests is implemented, it's just HttpWebResponse's IsMutuallyAuthenticated property that isn't. That being said, could you submit a bug report to http://bugzilla.xam

Re: [MonoTouch] How to convert content items during build time?

2011-08-24 Thread Jeff Stedfast
Cc'ing Michael Hutchinson (MonoDevelop hacker) to see if he knows the answer to this. Jeff On Tue, Aug 16, 2011 at 2:08 PM, Richy wrote: > hi all, > > Is it possible to convert some content items during build time and inject > the converted files into the conten process and removing the non con

Re: [MonoTouch] Trial Download Is Broken

2011-08-24 Thread Jeff Stedfast
This appears to have been fixed. Jeff On Thu, Aug 18, 2011 at 12:13 AM, crashed wrote: > Here is the Server Error Message: > > > Server Error in '/' Application > Could not find file > > "/home/gonzalo/monotouch/download/download_area/MT/monotouch-eval-4.0.5.pkg". > > Description: HTTP 500. Err

Re: [MonoTouch] CGPDFDictionary.GetArray error

2011-08-24 Thread Jeff Stedfast
in a terminal window, you can do `cat /Developer/MonoTouch/Version` to get the version of MonoTouch (or open it with a text editor) Jeff On Wed, Aug 24, 2011 at 4:33 PM, shawnlehner wrote: > I use the MonoDevelop updater which currently says I am up-to-date ... What > is the easiest way to manu

Re: [MonoTouch] Crash on launch

2011-08-24 Thread Jeff Stedfast
(I'm going to steal Sebastien's response from another similar post) We will need more information. The message about "monotouch-fixes.dylib" is not the source of your crash. This is a fix for something else (OpenGL signals wrt simulator IIRC). GDB will complain about it but you'll only see that if

Re: [MonoTouch] Where is GL_UNPACK_ROW_LENGTH

2011-08-24 Thread Jeff Stedfast
Hi Mark, I just checked and sadly it looks like these enums aren't available under the current MonoTouch releases. The enum value for UnpackRowLength should be (int) 0x0CF2 if that helps. If that works for you, let me know and I'll pull that and any other enum values you need into OpenTK.Graphics

Re: [MonoTouch] Interface builder on Lion

2011-08-24 Thread Jeff Stedfast
Hi Mg, On Sat, Aug 6, 2011 at 3:28 PM, Mg wrote: > Hi, > > I'm new to MonoTouch (and pretty much everything Mac). > > I have a Macbook Pro with Lion and I've installed Xcode 4.11 from the app > store, Mono 2.10.3, MonoDevelop 2.4, and MonoTouch 4.0.4.1. > > I've read that I should probably insta

Re: [MonoTouch] Audio streaming between iOS and Windows

2011-08-24 Thread Jeff Stedfast
Hi, Currently UDP is not supported on MonoTouch but TCP is. I'm not sure if there's any reason we can't add UDP support, so feel free to submit a feature request on http://bugzilla.xamarin.com (I'm sure others will want UDP too). Hope that helps answer your question, Jeff On Thu, Aug 18, 2011 a

Re: [MonoTouch] Audio streaming between iOS and Windows

2011-08-24 Thread Jeff Stedfast
I looks like I might have been wrong... supposedly UDP *is* supported in MonoTouch. Jeff On Wed, Aug 24, 2011 at 6:11 PM, Jeff Stedfast wrote: > Hi, > > Currently UDP is not supported on MonoTouch but TCP is. I'm not sure if > there's any reason we can't add UDP supp

Re: [MonoTouch] Xcode 4 Interface Builder

2011-08-24 Thread Jeff Stedfast
Hi Alex, You could try reading over http://xamarin.com/pdf/Transitioning_from_Xcode_3_to_Xcode_4_in_Monotouch.pdf Hope that helps, Jeff On Tue, Aug 9, 2011 at 1:46 PM, Alex1993 wrote: > Hey Guys, > > i updated my OS to Lion and installed Xcode 4. Xcode 3 is not working. Does > anyone of you ca

Re: [MonoTouch] Linking problem target iphone

2011-08-24 Thread Jeff Stedfast
Hi Chuck, Did you ever figure this out? If not, I've added Sebastien to the Cc since he's probably the best person to be able to answer this. Jeff On Wed, Aug 17, 2011 at 8:42 AM, chuck wrote: > Linking an app for the real iphone gives an error where there is no error > linking for the simulat

Re: [MonoTouch] Several UI Questions

2011-08-24 Thread Jeff Stedfast
Hi Pierce, On Mon, Aug 22, 2011 at 4:30 PM, pierceboggan wrote: > Hi, I am very new to MonoTouch and recently read the book Professional > iPhone > Programming with MonoTouch and .NET/C#. However, I have had some trouble > understanding exactly how the UI as a whole works (I'm also new to mobile

Re: [MonoTouch] NSMutableArray unavailable? BTouch guru needed!

2011-08-24 Thread Jeff Stedfast
Hi Steve, If this is becoming a common need for binding authors, it probably deserves a feature request in http://bugzilla.xamarin.com Jeff On Tue, Aug 23, 2011 at 8:50 AM, stevek wrote: > I have got the same problem. Does anyone have a solution? > > Thanks > > SK > > -- > View this message in

Re: [MonoTouch] Setting Font in CGBitmapContext.SelectFont using variable

2011-08-25 Thread Jeff Stedfast
Hi Rick, What is the value of fontName? And is it of type 'string' or some other type? Jeff On Wed, Aug 24, 2011 at 6:59 PM, ric3kg wrote: > I'm trying to write a general purpose routine that will set the font using > a > variable instead of the literal font name. > >CGBitmapContext.Select

Re: [MonoTouch] debugger not connecting with 2.6 RC 1

2011-08-25 Thread Jeff Stedfast
Hi John, Helmut What is the default value for "Debugger Host" being set to for you guys? Is it not "automatic"? Jeff On Thu, Aug 25, 2011 at 9:06 AM, helusoft wrote: > Hi Jon, > > i've had the same problem. > Go to the device settings, select your app and change the Debugger Settings > "Debugge

Re: [MonoTouch] debugger not connecting with 2.6 RC 1

2011-08-25 Thread Jeff Stedfast
Thanks - I guess we'll need to look into why it isn't working for you guys (it seems to work fine for me?). Can you file a bug at http://bugzilla.xamarin.com and make sure to note that the "Debugging Host" had been set to "automatic" but that it didn't work? I'm not sure what other info we'll need

Re: [MonoTouch] debugger not connecting with 2.6 RC 1

2011-08-25 Thread Jeff Stedfast
debugger host setting? Its been working for months > until today, > > ** ** > > jon > > ** ** > > *Von:* monotouch-boun...@lists.ximian.com [mailto: > monotouch-boun...@lists.ximian.com] *Im Auftrag von *Jeff Stedfast > *Gesendet:* 25 August 2011 16:01 >

Re: [MonoTouch] debugger not connecting with 2.6 RC 1

2011-08-25 Thread Jeff Stedfast
r switch SDK. > > ** ** > > Jon > > ** ** > > *Von:* monotouch-boun...@lists.ximian.com [mailto: > monotouch-boun...@lists.ximian.com] *Im Auftrag von *Jeff Stedfast > *Gesendet:* 25 August 2011 16:24 > > *An:* helusoft > *Cc:* monotouch@lists.xi

Re: [MonoTouch] Can't compile for the phone

2011-08-25 Thread Jeff Stedfast
rin.com/show_bug.cgi?id=346 > > see comment #7 > > ** ** > > Dino > > ** ** > > *From:* Jeff Stedfast [mailto:j...@xamarin.com] > *Sent:* Thursday, August 25, 2011 10:23 AM > *To:* Dean Cleaver > *Cc:* Forums, MonoTouch > *Subject:*

Re: [MonoTouch] debugger not connecting with 2.6 RC 1

2011-08-25 Thread Jeff Stedfast
> Software Developer > Email: jimi...@gmail.com > Twitter: http://twitter.com/#!/dtavlikos > Blog: http://software.tavlikos.com > > > > > > > On Aug 25, 2011, at 6:32 PM, Jon Hopkins wrote: > > > Just tried 2.6 rc2 (2.5.93.1) and still broken for me L &

Re: [MonoTouch] MD 1.8 a2 and MonoTouch Activation

2011-08-26 Thread Jeff Stedfast
I'm not 100% sure how it works, but I think if MonoDevelop detects that you have the iOS5 beta installed, it offers MonoTouch 4.9 in the Alpha channel. Jeff On Fri, Aug 26, 2011 at 9:58 AM, Chris van Wyk wrote: > Update: > I think the problem is that I'm using MT 4.1.0 and the update detected by

Re: [MonoTouch] How do I fix this?

2011-08-27 Thread Jeff Stedfast
Hi Dean, If this.NavigationController is null, that suggests that there is no parent NavigationController in the stack. Is it perhaps a toplevel view controller or a child of some other type of controller? Jeff ___ MonoTouch mailing list MonoTouch@lists

Re: [MonoTouch] Questian wrt Binding Objective-C #define statements

2011-08-29 Thread Jeff Stedfast
Hi Guido, You probably wouldn't provide that in a btouch input file, you'd probably define that as a static property or something in a manually written .cs file. Jeff On Mon, Aug 29, 2011 at 10:41 AM, Guido Van Hoecke wrote: > Hi, > > What is the suggested way of handling #define statements in

Re: [MonoTouch] Index 17 error while installing Monotouch 4.0.6

2011-08-30 Thread Jeff Stedfast
Alex Corrado and I tracked this down on Friday. The problem is that the MTActivation program was linked in such a way that it is requiring MonoFramework 2.10.4 being installed. We think we have a fix and Alex made 4.0.7 packages last night, we just need to test them to make sure they work. So you

Re: [MonoTouch] IPad 2 problems

2011-08-30 Thread Jeff Stedfast
Hi John, That sounds bad! :-( Can you submit a bug report with a sample test case? I've got an iPad2 for testing. Thanks, Jeff On Tue, Aug 30, 2011 at 5:27 AM, Jon Hopkins wrote: > Hi, > > Is there a certain MT version I need to upgrade to to avoid mysterious > crashes on the IPad 2. The > Ipa

Re: [MonoTouch] App won't install/launch in emulator

2011-08-30 Thread Jeff Stedfast
Hi Derik, Awesome debugging work you've done! Would you mind submitted a bug report to http://bugzilla.xamarin.com? As minor as this may be, it's something that should be fixed as I'm sure other developers will eventually run into this as well. Again, thanks for the persistence in tracking down t

Re: [MonoTouch] App won't install/launch in emulator

2011-08-30 Thread Jeff Stedfast
oDevelop?** > ** > > ** ** > > - Derik > > ** ** > > *From:* Jeff Stedfast [via MonoTouch] [mailto:ml-node+[hidden > email]<http://user/SendEmail.jtp?type=node&node=3779128&i=0>] > > *Sent:* Tuesday, August 30, 2011 10:43 AM > *To:* Derik J. P

Re: [MonoTouch] App won't install/launch in emulator

2011-08-30 Thread Jeff Stedfast
Hi Eric, Can you submit a bug report about this? I think it deserves its own bug report since it's not really the same bug as Derik's. Thanks, Jeff On Tue, Aug 30, 2011 at 1:41 PM, efontana wrote: > If you install MonoDevelop into a folder with spaces in it's name, the App > won't deploy to t

Re: [MonoTouch] App won't install/launch in emulator

2011-08-30 Thread Jeff Stedfast
Derik, thanks, I'll reopen and bring that up with him. Jeff On Tue, Aug 30, 2011 at 2:14 PM, Derik Palacino wrote: > I actually submitted a bug report on this as #544, mhutch hastily closed > it as resolved. Unfortunately mhutch didn’t appear to read the entire bug > description or test the st

Re: [MonoTouch] Are there any known issues with WebClient and SSL?

2011-08-30 Thread Jeff Stedfast
Hi Nic, Did you ever figure this out? If not, could you open a bug report at http://bugzilla.xamarin.com? Hopefully Sebastien will have some ideas. Thanks, Jeff On Wed, Aug 24, 2011 at 2:14 PM, Nic Wise wrote: > I'm still working out whats going on, but i'm getting this in the > debug log (in

Re: [MonoTouch] Fwd: Are there any known issues with WebClient and SSL?

2011-08-30 Thread Jeff Stedfast
Haha, thanks Sebastien ;-) Jeff On Tue, Aug 30, 2011 at 6:22 PM, Sebastien Pouliot wrote: > I will hit "reply all", I will hit "reply all", I will hit "reply > all", I will hit "reply all", I will hit "reply all", I will hit > "reply all", I will hit "reply all", I will hit "reply all", I will >

Re: [MonoTouch] Stable combo

2011-08-31 Thread Jeff Stedfast
Hi, We're about to release MonoDevelop 2.6 final (hopefully today or tomorrow), so based on that, my recommendation would probably be: * Xcode 3.2.6 (install to a different prefix, like /Xcode3) if you want to use Interface Builder functionality (we're working hard on fixing bugs for MonoDevelop

Re: [MonoTouch] Stable combo

2011-08-31 Thread Jeff Stedfast
Hi Nic, On Wed, Aug 31, 2011 at 8:10 AM, Nic Wise wrote: > Whats the current state (as of 2.6 being out, ie tomorrow) if I want to use > 4.1? > > * Xcode 3.2.6 (install to a different prefix, like /Xcode3) if you > want to use Interface Builder functionality (we're working hard on > fixing bugs

Re: [MonoTouch] Stable combo

2011-08-31 Thread Jeff Stedfast
On Wed, Aug 31, 2011 at 10:34 AM, Nic Wise wrote: > > Yep, if you want to use MonoTouch 4.1 betas, it's still the same > > recommendation for all the supporting software (Xcode 3.2.6, > MonoFramework > > 2.10.5, MonoDevelop 2.6.0, etc). > > > > Cool. I forgot 4.1 was a beta... I have code in the

Re: [MonoTouch] Problem on changing namespace for Foo.xib.designer.cs

2011-08-31 Thread Jeff Stedfast
Adding Michael Hutchinson to the Cc, hopefully he has some ideas. Jeff On Wed, Aug 31, 2011 at 1:41 PM, diviner wrote: > Hi all, > > Sometimes I want to organize modules in my monotouch project, so I need to > change namespace when the xib is changed. > > Lets say I have a page named Page1.xib

Re: [MonoTouch] Stable combo

2011-09-01 Thread Jeff Stedfast
; thanks > > Nic > > On Wed, Aug 31, 2011 at 15:45, Jeff Stedfast wrote: > > > > On Wed, Aug 31, 2011 at 10:34 AM, Nic Wise > wrote: > >> > >> > Yep, if you want to use MonoTouch 4.1 betas, it's still the same > >> > recomme

Re: [MonoTouch] MapKit.MKMapView CalloutAccessoryControlTapped event not working on iPad simulator or devices...

2011-09-01 Thread Jeff Stedfast
Hi Dominique, Sorry for taking so long to get around to your mail (but probably Sebastien already replied and just forgot to Cc the list?). Did you ever get an answer for this? If not, could you file a bug report with a small test-case at http://bugzilla.xamarin.com ? I'm really interested to kn

Re: [MonoTouch] MapKit.MKMapView CalloutAccessoryControlTapped event not working on iPad simulator or devices...

2011-09-01 Thread Jeff Stedfast
nt class I wrote for > MonoTouch.Dialogs, and I submitted a pull request to Miguel here... > https://github.com/migueldeicaza/MonoTouch.Dialog/pull/53 > > So would you like a MonoTouch.Dialogs based test case or a pure MT test > case? > > Dominique. > > > On 01/09

Re: [MonoTouch] Debugger problem

2011-09-02 Thread Jeff Stedfast
This bug will be fixed in MonoDevelop 2.6 final due out early next week (hopefully). Jeff On Sep 1, 2011 7:46 PM, "rcpehls" wrote: > Problem solved. > > Go to the device settings, select your app and change the Debugger Settings > "Debugger Host" to your IP (e.g. 127.0.0.1 for localhost). > > --

Re: [MonoTouch] Missing Class Since Upgrade

2011-09-02 Thread Jeff Stedfast
Hi Philip, This sounds like a bug. Can you submit a bug report to http://bugzilla.xamarin.com ? Thanks, Jeff On Sep 1, 2011 7:46 PM, "Philip.j" wrote: > hi, > > I have just upgraded my MonoTouch environment from > MonoFramework 2.10.1_3 > MonoTouch 4.0.3 > > to > > MonoFramework 2.10.5_0 > Mono

Re: [MonoTouch] Howto debug on IPad with Universal-Applications Projecttype?

2011-09-02 Thread Jeff Stedfast
Michael, Any ideas? Jeff On Aug 25, 2011 4:49 AM, wrote: > > Hi, > > I'm trying to debug my Application under the IPad Emulator, but under the > Universial-Applications Projecttype Monodevelop jumps straigt to IPhone > Emulator while debugging. > Can anyone hel? > > Best regards > >

Re: [MonoTouch] Howto debug on IPad with Universal-Applications Projecttype?

2011-09-02 Thread Jeff Stedfast
Michael, Can you answer this? Thanks, Jeff On Aug 25, 2011 4:49 AM, wrote: > > Hi, > > I'm trying to debug my Application under the IPad Emulator, but under the > Universial-Applications Projecttype Monodevelop jumps straigt to IPhone > Emulator while debugging. > Can anyone hel? > > Best regar

Re: [MonoTouch] ABAddressBook GetGroups issue

2011-09-02 Thread Jeff Stedfast
Hi Mark, Did you ever figure this out? If not, it might be a bug (doesn't look you are doing anything wrong), could you submit a bug report to http://bugzilla.xamarin.com ? Thanks, Jeff On Aug 16, 2011 10:09 AM, "mutablepro" wrote: > Hi, > > Im having a problem with AddressBooks, I was under th

Re: [MonoTouch] Questian wrt Binding Objective-C #define statements

2011-09-02 Thread Jeff Stedfast
Miguel, Wouldn't he want to make that a static property as opposed to an instance property? Jeff On Fri, Sep 2, 2011 at 11:24 AM, Miguel de Icaza wrote: > Hello, > > #define GAD_SIZE_320x50 CGSizeMake(320, 50) >> >> How do I declare this in my btouch input file? >> > > To add to the commen

Re: [MonoTouch] MapKit.MKMapView CalloutAccessoryControlTapped event not working on iPad simulator or devices...

2011-09-02 Thread Jeff Stedfast
> Dominique. > > > On 02/09/2011 02:49, Jeff Stedfast wrote: > > A test-case that depends on MonoTouch.Dialog is fine. > > Jeff > > On Thu, Sep 1, 2011 at 5:43 PM, Dominique Louis < > domini...@savagesoftwaresolutions.com> wrote: > >> Hi Jeff, >

Re: [MonoTouch] Dragging and dropping files on MonoDevelop causes it to blow up

2011-09-02 Thread Jeff Stedfast
Hi Shawn, Yea, this is a known bug: http://bugzilla.xamarin.com/show_bug.cgi?id=348 Hope that helps, Jeff On Fri, Sep 2, 2011 at 12:19 PM, Shawn Baker wrote: > I'm using MonoDevelop 2.6 RC2 on a Mac, but I've also tested this on MD > 2.4.2 > on another Mac. If I have a solution open and I drag

Re: [MonoTouch] Thoughts on Localization

2011-09-02 Thread Jeff Stedfast
Hi Robert, This is definitely on our TODO list, we just need to figure out the right way to do it. Unfortunately I'm not the right guy to ask about the details, but I wanted to let you know that it's on The List ;-) Jeff On Fri, Sep 2, 2011 at 12:22 PM, Robert Jordan wrote: > Hi, > > Currentl

Re: [MonoTouch] The compiler appears to have crashed

2011-09-03 Thread Jeff Stedfast
Awesome work! Can you submit a bug report to bugzilla? Thanks, Jeff On Sep 3, 2011 8:45 PM, "competent_tech" wrote: > After a process of elimination (removing files until I found the one causing > the issue, then removing or adjusting methods), I was able to track down the > culprit line of cod

Re: [MonoTouch] The compiler appears to have crashed

2011-09-06 Thread Jeff Stedfast
Thanks Nic, added your findings to the bugzilla entry - they might come in handy while debugging this ;-) Jeff On Sun, Sep 4, 2011 at 6:14 AM, Nic Wise wrote: > Interestingly, this works > > public static decimal DecimalFromDB(object theValue, decimal > dDefaultValue = Decimal.Zero) > > Problem

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

2011-09-08 Thread Jeff Stedfast
Hi John, Not really an excuse, but allow me to explain what is happening: MonoDevelop 2.6 (and 2.4?) use versioned config directories allowing them to be parallel installable. This has its good points (allow you to try out beta versions w/o risk of breaking your stable version of MD), but it also

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

2011-09-08 Thread Jeff Stedfast
8:57 AM, Jeff Stedfast wrote: > Hi John, > > Not really an excuse, but allow me to explain what is happening: > > MonoDevelop 2.6 (and 2.4?) use versioned config directories allowing them > to be parallel installable. This has its good points (allow you to try out > beta ver

  1   2   3   4   5   6   >