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
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
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!
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
>
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
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