Re: [us...@lists.monobjc.net] NSTimer fire event selector

2009-09-13 Thread Russell Joyce
Thanks, that was exactly what I needed. - Original Message From: Laurent Etiemble laurent.etiem...@monobjc.net To: users@lists.monobjc.net Sent: Sunday, 13 September, 2009 5:23:13 PM Subject: Re: [us...@lists.monobjc.net] NSTimer fire event selector Hello, The IntPtr parameter does

[us...@lists.monobjc.net] Re: [us...@lists.monobjc.net] Feeback Wanted on Snow Leopard

2009-09-14 Thread Russell Joyce
I'm getting the same thread_get_state failed error. It usually occurs if I'm doing something which pauses the application (such as resizing the windows or using menus) at the same time as an event fires (such as a Windows.Forms.Timer tick) but sometimes just occurs (seemingly) randomly.

Re: [us...@lists.monobjc.net] How to use Monobjc in Visual Studio or Monodevelop

2009-09-18 Thread Russell Joyce
I personally use MonoDevelop to write code and the terminal (using nant) to compile and run, this way you get the advantages of code completion and basic syntax checking from MonoDevelop (as long as the Monobjc libraries are added as references in the project) and can still compile to a bundle.