[MacRuby-devel] Macruby0.8 bug (UPDATE), missing BridgeSupport dylib files?

2010-12-22 Thread András Zalavári
http://www.macruby.org/trac/ticket/165 I hav forget the the system spec: Mac OS X 10.6.5 / 32 bit András Zalavári ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

[MacRuby-devel] Macruby0.8 bug, missing BridgeSupport dylib files?

2010-12-22 Thread András Zalavári
http://www.macruby.org/trac/ticket/165 András Zalavári ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] NSEvent MacRuby (updated)

2010-11-29 Thread András Zalavári
Hi Laurent! I have downloaded the nightly build, and it works perfectly! Thank you very much. It's nice to have a great support behind MacRuby. It feels much better to rely on a product that has this fast responsible support. Thanks a lot! Andras ___ M

Re: [MacRuby-devel] NSEvent MacRuby (updated)

2010-11-25 Thread András Zalavári
To fix it would be so nice, becouse it come out at so many places in my code, that deals with the mouse. I have the same problem with getting the position of a CALayer. So it must be connected with CGPoint/NSPoint as Thibault sad I send the bug on the tracker. Thans a lot! _

[MacRuby-devel] Objective-c Class -> methods

2010-11-21 Thread András Zalavári
Hi there! I'm having problems of getting a list of methods from Classes, declared in Objective-C. I have a class compiled, and fully working, look like this: // Vector.h @interface Vector : NSObject { float x,y,z; } @property float x,y,z; @property float length; @end // Vector.m @imple

Re: [MacRuby-devel] NSEvent MacRuby (updated)

2010-11-21 Thread András Zalavári
Well... Yes my macbook is a 32 bit system... So there not going to be a solution fro my problem in the near future. Anyway I made a kind of workaround... Thank you for your help! anyway I hope the bug will be solved. ___ MacRuby-devel mailing list MacRub

Re: [MacRuby-devel] NSEvent MacRuby (updated)

2010-11-19 Thread András Zalavári
Eloy > > On 15 nov 2010, at 13:51, András Zalavári wrote: > > (I'm not sure if the previous mail was sent otherwise sorry for the > multiple posts) > > Hello, I'm new to MacRuby. I found an unexpected behavior of NSEvent. > > first of all in Cocoa [NSEvent mou

[MacRuby-devel] NSEvent MacRuby (updated)

2010-11-15 Thread András Zalavári
(I'm not sure if the previous mail was sent otherwise sorry for the multiple posts) Hello, I'm new to MacRuby. I found an unexpected behavior of NSEvent. first of all in Cocoa [NSEvent mouseLocation] would return an NSPoint, with the mouse position. MacRuby NSEvent.mouseLocation return an NSPoint