[MacRuby-devel] WebScripting protocol

2010-06-07 Thread Michael Jackson
ector is valid or not. Is support for this implemented yet (in 0.6)? If so, what am I missing? Thanks, Michael -- Michael Jackson http://mjijackson.com @mjijackson ___ MacRuby-devel mailing list [email protected] http://lists.macosforge

Re: [MacRuby-devel] WebScripting protocol

2010-06-10 Thread Michael Jackson
Hi Thibault, Yes, this seems to be the problem for me. Thanks for pointing me to the ticket. Is the fix still slated for 0.7? The milestone field on that particular ticket is blank. -- Michael Jackson http://mjijackson.com @mjijackson On Mon, Jun 7, 2010 at 6:26 PM, Thibault Martin-Lagardette

[MacRuby-devel] MacRuby PrefPane

2010-06-10 Thread Michael Jackson
estions would be greatly appreciated. Perhaps someone has a MacRuby prefpane bundle they're willing to share? Thanks, Michael -- Michael Jackson http://mjijackson.com @mjijackson ___ MacRuby-devel mailing list [email protected]

Re: [MacRuby-devel] MacRuby PrefPane

2010-06-11 Thread Michael Jackson
Thank you! And don't worry about the delay for the World Cup. I'll be glued to the TV as well, so I won't be getting much work done either. ;) -- Michael Jackson http://mjijackson.com @mjijackson On Thu, Jun 10, 2010 at 11:33 PM, Matt Aimonetti wrote: > Hi MJ, > > I

Re: [MacRuby-devel] MacRuby PrefPane

2010-06-12 Thread Michael Jackson
Looks great. Thanks again. I'll give it a shot this weekend. -- Michael Jackson http://mjijackson.com @mjijackson On Sat, Jun 12, 2010 at 12:55 AM, Matt Aimonetti wrote: > I added to trunk the PrefPane template we worked on but I did take the time > to update the nightly instal

Re: [MacRuby-devel] Building Cocoa Apps with MacRuby

2010-06-17 Thread Michael Jackson
aving Xcode open anyways is a good idea because I need to consult the documentation quite often (I'm new to Cocoa). -- Michael Jackson http://mjijackson.com @mjijackson On Thu, Jun 17, 2010 at 11:52 AM, dan sinclair wrote: > I tried using TextMate with XCode for a while but I didn

[MacRuby-devel] OS version support

2010-07-01 Thread Michael Jackson
Which versions of Mac OSX are able to run MacRuby Cocoa apps? Right now I'm using MacRuby 0.6 in Xcode 3. -- Michael Jackson http://mjijackson.com @mjijackson ___ MacRuby-devel mailing list [email protected] http://lists.macosforg

[MacRuby-devel] Using the SystemConfiguration framework

2010-07-02 Thread Michael Jackson
are available. From the reading I've done, it seems that static C libraries like SystemConfiguration should be loaded via a BridgeSupport file, but I have no idea how to generate one in this case. -- Michael Jackson http://mjijackson.com @mjijackson

Re: [MacRuby-devel] Using the SystemConfiguration framework

2010-07-02 Thread Michael Jackson
ons in the given framework/library, no need to generate a dylib. However, this doesn't make any sense to me. The documentation clearly lists lots of inline functions. C isn't my best language, so maybe I'm misunderstanding something... -- Michael Jackson http://mjijackson.com @mjijacks

Re: [MacRuby-devel] Using the SystemConfiguration framework

2010-07-02 Thread Michael Jackson
Not sure yet. The whole framework is a bit of a mess from my point of view. I need to be able to tinker a bit in order to figure out how to use it. ;) I'd probably start with the SCNetworkConfiguration and SCDynamicStore API's. -- Michael Jackson http://mjijackson.com @mjijackson O

[MacRuby-devel] Fullscreen sample app

2010-07-06 Thread Michael Jackson
es NSApp's presentation options to control automatic hiding/showing of the menu bar and dock instead of doing it manually. If anyone has any feedback for me, I'd love to hear it. Enjoy, Michael -- Michael Jackson http://mjijackson.com @mjijackson _

Re: [MacRuby-devel] Fullscreen sample app

2010-07-06 Thread Michael Jackson
Of course, that's fine with me. ;) Would you like a patch or are you going to merge it in yourself? -- Michael Jackson http://mjijackson.com @mjijackson On Tue, Jul 6, 2010 at 6:21 PM, Laurent Sansonetti wrote: > Hi Michael, > > Thanks for porting it :) Would you mind if we bund

Re: [MacRuby-devel] Fullscreen sample app

2010-07-07 Thread Michael Jackson
chance (may not be for a week because I'm on vacation for the next few days!). Thanks, Michael -- Michael Jackson http://mjijackson.com @mjijackson On Wed, Jul 7, 2010 at 3:51 PM, Eloy Duran wrote: > For completeness sake; I just read this difference explanation in the > ar

Re: [MacRuby-devel] When is a String not an NSString?

2010-07-13 Thread Michael Jackson
This sounds like a bug to me. Have you filed a ticket? http://trac.macosforge.org/projects/ruby/newticket -- Michael Jackson http://mjijackson.com @mjijackson On Mon, Jul 12, 2010 at 6:02 PM, Henry Maddocks wrote: > With respect to the following code > >     1  require 'test

[MacRuby-devel] Presenting on MacRuby this evening

2010-07-13 Thread Michael Jackson
redit for any data/slides that I glean from other sources. I'll be sure to share whatever I come up with, perhaps on my GitHub account, so that it will be usable by others as well. I imagine there are others that are proselyting MacRuby that could benefit from such a resource. Thanks

[MacRuby-devel] malloc error: GC operation on unregistered thread

2010-07-27 Thread Michael Jackson
tion_error() to debug. Being a Ruby developer and not familiar with C debugging techniques, I'm a bit lost as to what to do to track down this bug. I noticed there's another thread going on right now, but with a slightly different error. Does this seem like something that may be fixed in t

[MacRuby-devel] An easy way to add .rb files to Xcode build automatically?

2010-07-27 Thread Michael Jackson
reference to the project. However, when I build the project the files are copied to a "Classes" folder in the build instead of to the project root where they can be found by main.rb. -- Michael Jackson http://mjijackson.com @mjijackson ___ MacRu

Re: [MacRuby-devel] malloc error: GC operation on unregistered thread

2010-07-27 Thread Michael Jackson
m not sure what version I'm using now (and not sure how to find out either). -- Michael Jackson http://mjijackson.com @mjijackson On Tue, Jul 27, 2010 at 1:41 PM, Laurent Sansonetti wrote: > Hi Michael, > > It's likely not a problem in your code neither in MacRubyi (I hope!), b

Re: [MacRuby-devel] An easy way to add .rb files to Xcode build automatically?

2010-07-29 Thread Michael Jackson
ike to do is use a folder reference and then just set up some build script that will copy everything to the project root when I build. -- Michael Jackson http://mjijackson.com @mjijackson On Wed, Jul 28, 2010 at 5:03 PM, Nick Ludlam wrote: > On 27 Jul 2010, at 18:25, Michael Jackson wrote: &g

Re: [MacRuby-devel] An easy way to add .rb files to Xcode build automatically?

2010-07-29 Thread Michael Jackson
ference will keep the files in sync automatically. But it seems that even with a folder reference I'm still going to need to add the "Classes" directory to my LOAD_PATH unless I can figure out a way to set up the build to do it automatically. -- Michael Jackson h

Re: [MacRuby-devel] MacRuby in the Mac App Store

2010-11-24 Thread Michael Jackson
Matt, I missed you at RubyConf, but I was wondering if you wouldn't mind expounding a bit upon what you have learned about MacRuby apps in the Mac app store. I've read in your slides and on your blog (http://merbist.com/2010/11/12/rubyconf-2010-macruby-talk/) that the Mac app store is definitely p

Re: [MacRuby-devel] converging for 1.0

2010-11-30 Thread Michael Jackson
+1 for using GitHub. Also, it would be great to have some sort of wiki entry on how to contribute to the project. On Tue, Nov 30, 2010 at 8:05 PM, Arthur Gunn wrote: > Hi, > > I'd like to help out with the bugmash on saturday. > I'm wondering, what will the workflow look like? > Will it be possib