Does not work for me -- IB doesn't recognize outlets or actions on Ruby
controllers.
On Thu, Mar 10, 2011 at 9:49 PM, denny trebbin wrote:
> On Lion it does not work. Xcode4.x didn't show anything related to MacRuby.
> Opening my StarCraft2 Replay Analyzer will cause Xcode4 to blame me about
> m
Please refer to the other posts about the same topic sent today.
- Matt
On Thu, Mar 10, 2011 at 9:25 PM, Manu wrote:
> Hi
>
> Now that Xcode 4 is out , and that MacRuby 0.9 is out, any plans to
> integrate with Xcode 4? Just curious. I saw a post last month but was
> wondering if there were an
On Lion it does not work. Xcode4.x didn't show anything related to MacRuby.
Opening my StarCraft2 Replay Analyzer will cause Xcode4 to blame me about
missing MacRuby files.
--- Laurent Sansonetti schrieb am Fr, 11.3.2011:
Von: Laurent Sansonetti
Betreff: Re: [MacRuby-devel] Note of warning abo
Hi
Now that Xcode 4 is out , and that MacRuby 0.9 is out, any plans to integrate
with Xcode 4? Just curious. I saw a post last month but was wondering if there
were any update
Emmanuel
___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
Hi Sven,
On Mar 10, 2011, at 2:56 PM, Sven Schwyn wrote:
> Hi Laurent
>
>> What Vincent is referring to is the Xcode 3 feature where IB would
>> automatically reveal the outlets and actions written in Ruby. This is not
>> working in Xcode 4, and may be the reason why you want to stick to Xcode
Hi Laurent
> What Vincent is referring to is the Xcode 3 feature where IB would
> automatically reveal the outlets and actions written in Ruby. This is not
> working in Xcode 4, and may be the reason why you want to stick to Xcode 3.
Well, it works for me. At least if by "reveal the outlets and
On Mar 10, 2011, at 1:34 PM, Laurent Sansonetti wrote:
> Thanks for verifying the fixes. I will release trunk as 0.10 tomorrow evening.
Not 0.9.1? A, why should OpenSSL get all the cool version numbering?? ;-)
___
MacRuby-devel mailing list
MacRub
Hi,
After fiddling a little bit with the code, I could not find the exact issue,
but could reduce the code a lot.
For the sake of it, I opened a Trac ticket with the reduced code:
https://www.macruby.org/trac/ticket/1188
Cheers,
--
Thibault Martin-Lagardette
On Thursday, March 10, 2011 at 13:
Yes, it was a problem in LLVM, which wasn't generating code for the proper
architecture. I hope this was an exception and that we won't need to target new
LLVM versions each time new architectures are introduced :)
Thanks for verifying the fixes. I will release trunk as 0.10 tomorrow evening.
L
Hi Sven,
On Mar 10, 2011, at 2:09 AM, Sven Schwyn wrote:
> Hi
>
> Referring to Vincent's recent post:
>
>> - But the biggest problem is that currently there is no MacRuby support in
>> the interface editor: the actions and properties added in the Ruby code
>> won't appear in the interface edi
Hey all,
I am getting an error when I add a #to_s method to NSURL:
± irb
irb(main):001:0> class NSURL
irb(main):002:1> alias_method :to_s, :absoluteString
irb(main):003:0> end
=> NSURL
irb(main):004:0> NSURL.URLWithString( 'macruby.org' )
Redwood is a "Spotlight for your web apps" -- it searches Basecamp, GMail,
and GDocs from one search bar on your desktop.
Developing in MacRuby has been a joy, and I'd like to make Redwood a
showcase for desktop MacRuby. You can help by installing Redwood and let me
know if you have any issues. We
Hi,
I'm plan to add some functionality to existing attr_accessor.
I've started with re-implement attr_accessor with same functionality,
but when I implement it by define_method, it failed with Segmentation
fault when I call valueForKey(:key).
Am i doing wrong with class Base2??,
The Code is
#u
I can also confirm this now builds correctly. Thanks very much for the speedy
turnaround, Laurent.
Out of interest, do you know why the Core i7 chip in this laptop behaves
differently to the Core 2 Duo in my previous laptop? Is it perhaps just that
LLVM is failing to detect the CPU correctly, a
Hi
Referring to Vincent's recent post:
> - But the biggest problem is that currently there is no MacRuby support in
> the interface editor: the actions and properties added in the Ruby code won't
> appear in the interface editor.
I've never had this kind of trouble not with the later betas nor
15 matches
Mail list logo