Re: [MacRuby-devel] MacRuby 0.9 release notes

2011-02-26 Thread Gregoire LEJEUNE
Hi, (again) There is another broken symlink : MacRuby.framework/Versions/0.9/Headers Greg 2011/2/26 Gregoire LEJEUNE : > Hi, > > I try to use macruby_deploy --embed. There is three symlinks in the > MacRuby.framework of my application's bundle : > > Headers -> Versions

Re: [MacRuby-devel] MacRuby 0.9 release notes

2011-02-26 Thread Gregoire LEJEUNE
Hi, I try to use macruby_deploy --embed. There is three symlinks in the MacRuby.framework of my application's bundle : Headers -> Versions/Current/Headers MacRuby -> Versions/Current/MacRuby Resources -> Versions/Current/Resources Unfortunatly there is not directory named Current in the director

Re: [MacRuby-devel] 0.9 update

2011-02-23 Thread Gregoire LEJEUNE
Everything looks good for me ! Tested with 2 apps. Thanks a lot for your awesome job ! Greg 2011/2/23 Justin Schumacher : > Ran my app test suite w/ the 0.9 branch and it looks good-- thanks! > > On Tue, Feb 22, 2011 at 2:24 PM, Johannes Fahrenkrug > wrote: >> >> That's awesome, Laurent! Merci!

Re: [MacRuby-devel] allowedFileTypes and NSOpenPanel

2010-11-22 Thread Gregoire LEJEUNE
ble that there is a Cocoa bug > somewhere. > Laurent > On Nov 13, 2010, at 5:38 AM, Gregoire LEJEUNE wrote: > > Hi, > > I try to use setAllowedFileTypes with an NSOpenPanel using this code : > > panel = NSOpenPanel.openPanel() > panel.canChooseFiles = true >

[MacRuby-devel] allowedFileTypes and NSOpenPanel

2010-11-13 Thread Gregoire LEJEUNE
Hi, I try to use setAllowedFileTypes with an NSOpenPanel using this code : panel = NSOpenPanel.openPanel() panel.canChooseFiles = true panel.allowedFileTypes = ["graphml", "gml", "xml"] result = panel.runModal() But it doesn't work. I can chose any type of file. If I use the (10.6) deprecated r

Re: [MacRuby-devel] c++ lib

2010-05-26 Thread Gregoire LEJEUNE
I do it with a C lib (but it must be the same with C++). First I create a ObjC class over my C lib. Then i can use my ObjC class within MacRuby. Greg 2010/5/26 Louis-Philippe : > Hi folks, > I need to work with a c++ sdk in my code. > Is this possible within macruby? > I tried loading the files a