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-26 Thread Laurent Sansonetti
Hi Andras, I think the problem is fixed in trunk, as r4952. Please give it a try or tonight's nightly build and let me know if it works for you. We don't test MacRuby very well for i386, this explains that the issue has not been found before. Laurent On Nov 25, 2010, at 3:57 AM, András Zalavá

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

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

2010-11-21 Thread Laurent Sansonetti
Hi Andras, Let's try to get this fixed in the upcoming release. Could you file a ticket in our trac? (if not already done, I just had a quick glance at it so far). Thanks, Laurent On Nov 21, 2010, at 7:49 AM, András Zalavári wrote: > Well... Yes my macbook is a 32 bit system... So there not go

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 Eloy Duran
Just to be sure, did you receive Thibault's response? http://lists.macosforge.org/pipermail/macruby-devel/2010-November/006424.html On 19 nov 2010, at 21:48, András Zalavári wrote: > Hi, thanks for the reply!!! > I1m using > MacOS1.6.3 & > MacRuby 1.7.1 > And yes I have install Bridge Support p

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

2010-11-19 Thread András Zalavári
Hi, thanks for the reply!!! I1m using MacOS1.6.3 & MacRuby 1.7.1 And yes I have install Bridge Support preview. The funny thing is thet with tha same version, system, etc the code is working on my iMac. but still does not on my macbook. Abny idea or suggestions? how to fix. On Tue, Nov 16, 2010 a

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

2010-11-17 Thread Thibault Martin-Lagardette
Hi András, From these two lines, I am guessing you are running on a 32-bits system :-). The first warning, about NSATSGlyphGenerator, can be safely ignored. This is because MacRuby, when registering classes in the runtime, has no choice but to "wake-up" classes (like the ones in Cocoa that you

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

2010-11-16 Thread Eloy Duran
You can check which macruby version you have, like so: % macruby -v MacRuby 0.8 (ruby 1.9.2) [universal-darwin10.0, x86_64] Also: * which OS versions do you have? * did you install the BridgeSupport preview pkg? Eloy On 15 nov 2010, at 13:51, András Zalavári wrote: > (I'm not sure if the previ

[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