Re: [MacRuby-devel] Confusing with The memory a macruby app used

2010-10-25 Thread niedhui
got it .thanks On Oct 25, 2010, at 9:20 AM, Laurent Sansonetti wrote: > Hi, > > The memory used by a new MacRuby app depends on your environment, but it's > indeed bigger than a default Objective-C app. If you start enabling garbage > collection in the Objective-C app and create some objects, t

Re: [MacRuby-devel] Understanding Pointer objects

2010-10-25 Thread Laurent Sansonetti
Hi Mark, > Ah, that does work, and seems to have worked for a number of other things I > am trying to do. > > The only problem now is when I have something like > > value = Pointer.new '^v' # pointer to pointer to void > AXUIElementCopyAttributeValue mail_object, 'AXHidden', value

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

2010-10-25 Thread Scott Ribe
On Oct 25, 2010, at 12:55 PM, Jason Guiditta wrote: > However, if the reply from earlier that 'it compiles down to objective-c > anyway' is correct (which is what I thought was the case), perhaps it doesn't > matter for either store? No, MacRuby apps do not work on iOS. MacRuby uses garbage col

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

2010-10-25 Thread Jason Guiditta
On Mon, Oct 25, 2010 at 1:29 PM, Matt Aimonetti wrote: > Scott, I think the discussion is about the OS X app store. And as far as I > know, there is no official word from Apple about that. > > - Matt > > > Yeah, that was my fault - I asked if the same was true of the iOS app store (original poster

Re: [MacRuby-devel] Mixing ruby code with Objective-C code within a Cocoa project...

2010-10-25 Thread Frederick C. Lee
I can see the use of Ruby in doing some intense data massaging, like string/math/dates sort of processing that would be quite verbose in Objective C. I'm thinking of using Ruby in place of plain 'C' (or Perl) in doing some rudimentary stuff such as that. I'm somewhat aware of the Ruby/Objective

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

2010-10-25 Thread Scott Ribe
On Oct 25, 2010, at 11:29 AM, Matt Aimonetti wrote: > Scott, I think the discussion is about the OS X app store. And as far as I > know, there is no official word from Apple about that. This discussion certainly was (maybe still is) about that, but the post I was responding asked about iOS. --

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

2010-10-25 Thread Matt Aimonetti
Scott, I think the discussion is about the OS X app store. And as far as I know, there is no official word from Apple about that. - Matt On Mon, Oct 25, 2010 at 7:25 AM, Scott Ribe wrote: > MacRuby does not work on iOS. > > On Oct 25, 2010, at 7:55 AM, Jason Guiditta wrote: > > > Is anyone activ

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

2010-10-25 Thread Scott Ribe
MacRuby does not work on iOS. On Oct 25, 2010, at 7:55 AM, Jason Guiditta wrote: > Is anyone actively using macruby to build apps there -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice ___ MacRuby-devel

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

2010-10-25 Thread Jason Guiditta
On Wed, Oct 20, 2010 at 7:44 PM, Robert Schaaf wrote: > It sems to me that since you can compile an app to native code, using > Apple's frameworks and runtime system, there need be no Ruby installation. > > That said, I think an app store for the Mac is a horrible idea. I won't > detail why in t