Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-20 Thread Laurent Sansonetti
Hi Iain, On Sep 19, 2010, at 10:58 AM, Iain Barnett wrote: > Sorry for the slow response, I've been occupied elsewhere. > > > On 16 Sep 2010, at 06:02, Laurent Sansonetti wrote: > >> If you installed a new version of Xcode on top of a previous MacRuby >> installation, you may want to re-insta

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-19 Thread Iain Barnett
Sorry for the slow response, I've been occupied elsewhere. On 16 Sep 2010, at 06:02, Laurent Sansonetti wrote: > If you installed a new version of Xcode on top of a previous MacRuby > installation, you may want to re-install MacRuby. It's working now I've reinstalled both Xcode and then MacRub

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Laurent Sansonetti
Hi Iain, This is really strange. Could you tell us what version of Mac OS X you run and what version of Xcode and MacRuby you installed? Also, do you happen to run a 32-bit only Intel machine? If you installed a new version of Xcode on top of a previous MacRuby installation, you may want to re

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Andy Stechishin
Not knowing the release schedule for Xcode 4, is lack of support for MacRuby in IB in Xcode 4 a blocking issue for the 0.7 release? On Wed, Sep 15, 2010 at 12:09 PM, Felix Holmgren wrote: > Just out of curiosity: does this mean that the IB team are working > independently to support MacRuby inter

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Felix Holmgren
Just out of curiosity: does this mean that the IB team are working independently to support MacRuby intergration? /F 2010/9/15 Thibault Martin-Lagardette : > The current available version of Xcode 4 does not have MacRuby support (at > least not in the Interface Builder part). This means IB in Xc

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Thibault Martin-Lagardette
The current available version of Xcode 4 does not have MacRuby support (at least not in the Interface Builder part). This means IB in Xcode 4 is not able to find outlets or actions. -- Thibault Martin-Lagardette On Sep 15, 2010, at 10:09, Robert Rice wrote: > Hi Felix: > > Does the new Xco

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Robert Rice
Hi Felix: Does the new Xcode 4 have any issues with MacRuby or can we start using it as soon as it's available? Bob Rice On Sep 15, 2010, at 1:02 PM, Felix Holmgren wrote: > The link is not dead, but I had to try a bunch of times, over the > course of a day, before I got the download to start

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Felix Holmgren
The link is not dead, but I had to try a bunch of times, over the course of a day, before I got the download to start. /F 2010/9/15 Iain Barnett : > > On 15 Sep 2010, at 17:35, Robert Rice wrote: > >> Hi Iain: >> >> As my app has grown IB became very, very slow to update my MacRuby class >> info

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 17:35, Robert Rice wrote: > Hi Iain: > > As my app has grown IB became very, very slow to update my MacRuby class > information. Because of that I tend to avoid using IB to link outlets. > Instead I tag my subfields and search for then in my initialization scripts > using v

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Matt Massicotte
Even if it is a known issue, which is very well may be, developer feedback is still extremely important. Your bug could shed additional light on the problem, could show that external developers are hitting it, or could even be the first report anyone has seen. I know it's a pain, but external

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Robert Rice
Hi Matt: No, I didn't. I assumed it would be a known issue. Any idea when Xcode 4 will available for general use? Thanks, Bob Rice On Sep 15, 2010, at 12:39 PM, Matt Massicotte wrote: > Bob, > > Hopefully you've opened a bug on the IB performance you've observed. I'm > sure the team would be

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Matt Massicotte
Bob, Hopefully you've opened a bug on the IB performance you've observed. I'm sure the team would be very interested in a perf problem that makes IB that unusable. Matt On Sep 15, 2010, at 9:35 AM, Robert Rice wrote: > Hi Iain: > > As my app has grown IB became very, very slow to update my M

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Robert Rice
Hi Iain: As my app has grown IB became very, very slow to update my MacRuby class information. Because of that I tend to avoid using IB to link outlets. Instead I tag my subfields and search for then in my initialization scripts using view.viewWithTag and for my new MacRuby classes I paste in t

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 17:15, Gabriel Gilder wrote: > Have you recently updated your Xcode installation? I find that every time I > install a new version of Xcode, I have to re-install MacRuby to get the IB > integration to work again. > > -Gabriel Woo hoo! That worked. Thanks, I did reinstall Xc

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Gabriel Gilder
Have you recently updated your Xcode installation? I find that every time I install a new version of Xcode, I have to re-install MacRuby to get the IB integration to work again. -Gabriel On Wed, Sep 15, 2010 at 3:50 AM, Iain Barnett wrote: > On 15 Sep 2010, at 10:45, Felix Holmgren wrote: > >

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 10:45, Felix Holmgren wrote: > This might not be it, but IB is in generall pretty bad at picking up > changes in code. Try Reload All Class Files from the File menu. When > you're coding Objective-C you sometimes even have to do "Read All > Class Files..." and manually point IB

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Felix Holmgren
This might not be it, but IB is in generall pretty bad at picking up changes in code. Try Reload All Class Files from the File menu. When you're coding Objective-C you sometimes even have to do "Read All Class Files..." and manually point IB to the right header file. IB is great in general, but thi

[MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Iain Barnett
Hi, Please forgive me if this is the wrong list for my questions. I'm just getting started with MacRuby, and running through several examples (like the one here http://www.macruby.org/documentation/tutorial.html) I've noticed that Interface Builder doesn't always pick up stuff defined by MacRub