Re: [MonoTouch] Misc Qs regarding ease of porting from C# to MonoTouch

2012-05-27 Thread Greg Munn
Awesome response Nic, I've now just found about UIKitScheduler. Cheers, Greg On 28/05/2012, at 3:56 AM, Nic Wise wrote: > All of this is IMO, of course :) > >> 1. How good is the string/character manipulation performance of MonoTouch in >> comparison to Objective C? Is it almost as fast? >>

Re: [MonoTouch] New Macbook 2012 range and development

2012-06-13 Thread Greg Munn
I'm chomping at the bit, but not necessarily for the display - which will be gorgeous I'm sure, but rather for the 16GB ram. I use windows vm's on my current MBP for work and would love to have the extra ram and USB 3. For my money, I'll be getting the higher res screen as a 'bonus'. I'll pro

Re: [MonoTouch] New Macbook 2012 range and development

2012-06-14 Thread Greg Munn
I would like to see the retina display in person before really deciding. Current reviews of the scaling mode make go "mmm" a little bit - until apps are updated there will be issues which will make things actually worse in terms of readability / fuzziness. I'm wondering if MBP retina at "best

Re: [MonoTouch] New Macbook 2012 range and development

2012-06-14 Thread Greg Munn
if the new retina models are on display in the retail stores > yet? > > On Thu, Jun 14, 2012 at 6:26 PM, Greg Munn wrote: > I would like to see the retina display in person before really deciding. > Current reviews of the scaling mode make go "mmm" a little bit - u

Re: [MonoTouch] modal view controller

2012-07-06 Thread Greg Munn
I'm getting this right now as well. Got any suggestions on how to resolve it? I've rebooted both laptop and phone. Cheers, Greg On 29/06/2012, at 11:50 PM, Alex White wrote: > Actually tried your suggestion again and it worked this time, I am 100% > positive I tried that before, but I am

Re: [MonoTouch] modal view controller

2012-07-06 Thread Greg Munn
ures being changed/removed in the next > version that I intend to use that I had to see what was going to work or not. > > ATB > > Alex > > > On 6 Jul 2012, at 12:13, Greg Munn wrote: > >> I'm getting this right now as well. Got any suggestions on how t

Re: [MonoTouch] modal view controller

2012-07-06 Thread Greg Munn
and starting again, I would not normally install a > beta but there were significant features being changed/removed in the next > version that I intend to use that I had to see what was going to work or not. > > ATB > > Alex > > > On 6 Jul 2012, at 12:13, Greg Munn w

Re: [MonoTouch] Impact on load time with many assemblies

2012-07-08 Thread Greg Munn
Thanks to all for the replies. I can rest in peace with multiple assemblies and not worry over impacting load times. Cheers, Greg On 08/07/2012, at 4:35 PM, rnendel11 wrote: > When I first started using MT I stressed on this quite a bit - coming from > the windows world and watching "any cpu

Re: [MonoTouch] Side Navigation (a la "Path" and "Facebook")

2012-07-10 Thread Greg Munn
noKit -- search for Class2.cs (still in progress :). Cheers, Greg On 05/07/2012, at 7:03 PM, Nic Wise wrote: > Thanks Greg. I might try to port that over - looks like a nice implementation. > > On Thu, Jul 5, 2012 at 12:12 AM, Greg Munn wrote: >> This one is written in Obj-C an

Re: [MonoTouch] Side Navigation (a la "Path" and "Facebook")

2012-07-10 Thread Greg Munn
time to put it in my app, if I > make changes, I'll pull-request them back in) > > > On Tue, Jul 10, 2012 at 2:35 PM, Greg Munn wrote: >> I also found ViewDeck, https://github.com/Inferis/ViewDeck, which is a bit >> more involved but has a few more features (including a

Re: [MonoTouch] Side Navigation (a la "Path" and "Facebook")

2012-07-12 Thread Greg Munn
> :) > > On Wed, Jul 11, 2012 at 12:30 AM, Greg Munn wrote: >> Nic, >> >> I started on the SlidingViewController but it didn't have what I wanted -- >> use this one instead which I should have *finished* in the next day or two. >> >> https://g

Re: [MonoTouch] Side Navigation (a la "Path" and "Facebook")

2012-07-15 Thread Greg Munn
I'm pretty happy with the port now, the sample pretty much show how to use the controller. https://github.com/sgmunn/MonoKit/tree/master/Samples/ViewDeckSample So far, it's still the only one I've seen that does a nice bounce if you try to pan it too far, which was why I decided to port this on

Re: [MonoTouch] Side Navigation (a la "Path" and "Facebook")

2012-07-16 Thread Greg Munn
he app) > > Cheers! > > > > On Mon, Jul 16, 2012 at 12:38 AM, Greg Munn wrote: >> I'm pretty happy with the port now, the sample pretty much show how to use >> the controller. >> >> https://github.com/sgmunn/MonoKit/tree/master/Samples/ViewDeckS

Re: [MonoTouch] Side Navigation (a la "Path" and "Facebook")

2012-07-16 Thread Greg Munn
at it on Friday but got compile errors in MonoKit (18 to > be exact). I downloaded the zip. I'm curious as to how you got it to > compile Nic. > > Thanks, > Gerry > > On Jul 16, 2012, at 6:33 AM, Greg Munn wrote: > >> That's cool to hear Nic, glad you

Re: [MonoTouch] Dot net 4.5 and web Api

2012-07-17 Thread Greg Munn
Stuart, Is that with the current stable release or with an alpha or beta ? Cheers, Greg On 17/07/2012, at 5:25 PM, slodge wrote: > > Nic Wise wrote >> I dont think MT supports portable class lib's YET. > > MT (and MD from 3.0) does now work with Portable Libraries - I've managed to > get a

Re: [MonoTouch] Side Navigation (a la "Path" and "Facebook")

2012-07-17 Thread Greg Munn
noTouch.Foundation.NSCoder)' has some > invalid arguments (CS1502) (MonoKit.iOS) > /Users/ghigh/Downloads/sgmunn-MonoKit-8d169df/MonoKit.iOS/UI/ViewDeck/ViewDeckController.cs(38,38): > Error CS1503: Argument `#1' cannot convert `MonoTouch.UIKit.UIButtonType' > expression

Re: [MonoTouch] Side Navigation (a la "Path" and "Facebook")

2012-07-17 Thread Greg Munn
gt; get the build so it would compile. I am running iOS 5.1 as you. > > Thanks, > Gerry > On Jul 17, 2012, at 10:20 PM, Greg Munn wrote: > >> I'm running MT 5.3.4, MD 3.0.3.2 and Mono 2.10.9 >> >> The SDK version that I'm targeting (iPhone Build op

Re: [MonoTouch] UITextField Events Help Needed --

2012-07-18 Thread Greg Munn
I did notice ValueChanged not firing for me when I hooked up to this event with a UITextField. I wound up having to use Ended instead - which was fine for me. Cheers, Greg On 17/07/2012, at 10:41 PM, proindigo wrote: > Hello and greetings. > > Can you please tell me what event is fired when

Re: [MonoTouch] Dot net 4.5 and web Api

2012-07-19 Thread Greg Munn
n.com/show_bug.cgi?id=5331) > > That being said I've not built much iOS at all in the last month and a half - > been busy on Droid and Wp7 stuff! > > I'm looking forward to a break :) > > Stuart > > On 17 July 2012 12:42, Greg Munn wrote: > Stuart, >

Re: [MonoTouch] A recipe for a memory leak ???

2012-08-28 Thread Greg Munn
On the device, I've seen the GC be quite slow to collect. On the simulator / desktop it collects instantly. You need to be aware that anything you release a reference to can hang around longer than you intend. Cheers, Greg On 28/08/2012, at 8:26 PM, Nic Wise wrote: > My understanding, and

Re: [MonoTouch] How to bind correctly?

2012-09-03 Thread Greg Munn
Not sure on the first, but for #2 the response parameter is an Objective-C block (lambda). In this case an Action would be the equivalent. void Post(string service, NSMutableDictionary, Action response); Cheers, Greg On 03/09/2012, at 4:31 PM, Nikita wrote: > Hello! > > I'm trying to bind

Re: [MonoTouch] Console just got really verbose

2012-09-09 Thread Greg Munn
I'd say from when Console.Writeline got mapped to NSLog. I don't know of any options to control this though. Cheers, Greg On 10/09/2012, at 10:31 AM, Phil Cockfield wrote: > In the latest release of (I'm guessing MonoDevelop) ... the console has > suddenly started prepending each line with a

[MonoTouch] VSMonoTouch for VS2012

2012-10-03 Thread Greg Munn
Hi All, I've been trying to get VSMonoTouch working again for VS 2012. I've tried the fork that supports VS 2012 and the project loads but when I build I get the following: Warning 2 There was a mismatch between the processor architecture of the project being built "MSIL" and the proces

Re: [MonoTouch] VSMonoTouch for VS2012

2012-10-03 Thread Greg Munn
Solved it. Need to add true to get VS to not automatically add the mscorlib reference. Cheers, Greg On 03/10/2012, at 10:21 PM, Greg Munn wrote: > Hi All, > > I've been trying to get VSMonoTouch working again for VS 2012. I've tried > the fork that supports V

Re: [MonoTouch] VSMonoTouch for VS2012

2012-10-04 Thread Greg Munn
on how to get this working? I > would appreciate it a lot! > > On Thu, Oct 4, 2012 at 2:00 AM, Greg Munn wrote: >> Solved it. >> >> Need to add >> >> true >> >> to get VS to not automatically add the mscorlib reference. >> >> C

Re: [MonoTouch] VSMonoTouch for VS2012

2012-10-04 Thread Greg Munn
https://github.com/moljac/MonoVersalProjectFlavesForVisualStudio2010 > > >> >> On Thu, Oct 4, 2012 at 2:00 AM, Greg Munn wrote: >>> Solved it. >>> >>> Need to add >>> >>> true > This xml snippet comes in from Build +

Re: [MonoTouch] VSMonoTouch for VS2012

2012-10-04 Thread Greg Munn
I have "Advanced" but alas, no check box. Cheers, Greg On 05/10/2012, at 12:44 AM, Miljenko Cvjetko wrote: > Hi Greg > > On 2012.10.04 14:10, Greg Munn wrote: >> Hi, >> >> Does this extension support VS 2012 ? > Sorry, but don't know - hadn

Re: [MonoTouch] VSMonoTouch for VS2012

2012-10-05 Thread Greg Munn
Nope, no checkbox in advanced even if NoStdLib is added manually. The docs state that that is where you set it, but it still does not appear for me. Cheers, Greg On 05/10/2012, at 7:16 PM, Miljenko Cvjetko wrote: > Hi > > On 10/5/12 3:06 AM, Greg Munn wrote: >> I have &quo