Re: [MacRuby-devel] NSPoint and CGPoint issue

2012-12-09 Thread david kramf
Hi Min, This error message was produced by run environment and not by my code. I don't do (knowingly ) anything with encoded text. Usually I get comprehendible error messages when my code crashes. Thanks, David On Dec 10, 2012, at 2:10 AM, Min Soo Kim wrote: > Hello David, > > In your error me

Re: [MacRuby-devel] NSPoint and CGPoint issue

2012-12-09 Thread Min Soo Kim
Hello David, In your error message it says > undefined method `￯﾿ᄐ￯﾿ᄐ' Why are you getting `￯﾿ᄐ￯﾿ᄐ' instead of 'setFrameOrigin'? Do you have some foreign encoded text somewhere? Min Soo Kim On Dec 10, 2012, at 1:41 AM, david kramf wrote: > Hello, > I am trying to creat

[MacRuby-devel] NSPoint and CGPoint issue

2012-12-09 Thread david kramf
Hello, I am trying to create an NSPoint object so I can call setFrameOrigin but I get in response a CGPoint object . When I pass the CGPoint to setFrameOrigin , it crashes. How do I make NSMakePoint making an NSPoint object and not a CGPoint object. Thank you for your help, David Kramf def

Re: [MacRuby-devel] Problem with a window controller

2012-12-09 Thread david kramf
Hi Bob "What I don't like is the way MacRuby supports…" - I hope that MacRuby will improve on that point. I have not encountered that problem yet. > "myClass = MyClass.alloc.initWithArgument( argument )"… - I believe this will > work fine but this is not Ruby. In Ruby( to the best of my knowledg