Re: [MacRuby-devel] A MacRuby-users group?

2009-05-24 Thread Paul Howson

On 23/05/2009, at 3:35 AM, Laurent Sansonetti wrote:

Any though? If most people agree to create a -users group I can ask  
for an official (macosforge.org) one.


If another list is created, could you please consider something a  
little more flexible than this kind of (old fashioned) mailing list?  
Something with an RSS feed would make it easier to integrate with  
other feed subscriptions. And maybe something with a better designed/ 
more modern web interface?


Paul Howson

___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] A MacRuby-users group?

2009-05-24 Thread Matt Aimonetti
Paul, I don't think there will be any other lists and we end up creating a
new one, that would be a macosforge which would have the same features as
the one currently used.

- Matt

On Sun, May 24, 2009 at 12:44 AM, Paul Howson paul-li...@tdgq.com.auwrote:

 On 23/05/2009, at 3:35 AM, Laurent Sansonetti wrote:

  Any though? If most people agree to create a -users group I can ask for an
 official (macosforge.org) one.


 If another list is created, could you please consider something a little
 more flexible than this kind of (old fashioned) mailing list? Something with
 an RSS feed would make it easier to integrate with other feed subscriptions.
 And maybe something with a better designed/more modern web interface?

 Paul Howson


 ___
 MacRuby-devel mailing list
 MacRuby-devel@lists.macosforge.org
 http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] A MacRuby-users group?

2009-05-24 Thread Łukasz Adamczak
 Just to let everyone know, there is absolutely no problem posting anything
 related to MacRuby on this list. It's also true that there are more users
 discussions than core discussions here, but this might change once we get
 more people involved in the project. I think that the list traffic is still
 very light so I wonder if we need 2 separate lists.

Laurent, thanks for clearing that up.
For me personally this list has proven very helpful and I know I'm
getting quality answers here.
I was a little afraid it was a wrong place for my lowly problems, but
I'm not anymore.

I agree the idea of a separate list can be postponed until a later time.


-- 
Regards,
Łukasz Adamczak
___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] Using AXObserverCreate with macruby

2009-05-24 Thread Benjamin Mollenhauer

Hello,

how can I use a ruby function as an parameter to AXObserverCreate?
extern AXError AXObserverCreate ( pid_t application,  
AXObserverCallback callback, AXObserverRef *outObserver);


It requires an AXObserverCallback, defined as

typedef void ( *AXObserverCallback)(
AXObserverRef observer,
AXUIElementRef element,
CFStringRef notification,
void *refcon);


http://developer.apple.com/documentation/Accessibility/Reference/AccessibilityLowlevel/AXUIElement%5Fh/CompositePage.html#/ 
/apple%5Fref/c/tdef/AXObserverCallback


I wrote a Obj.-C class (http://pastie.org/488213)  to to access those  
functions, but how could I use ruby code as a callback?


Any ideas?

Ben


___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] A MacRuby-users group?

2009-05-24 Thread Charles Oliver Nutter

Laurent Sansonetti wrote:

Hi Łukasz,

This mailing-list was usually created for all people developing with 
MacRuby, not necessarily people developing MacRuby itself. But I can 
understand that the group name is ambiguous.


Just to let everyone know, there is absolutely no problem posting 
anything related to MacRuby on this list. It's also true that there are 
more users discussions than core discussions here, but this might change 
once we get more people involved in the project. I think that the list 
traffic is still very light so I wonder if we need 2 separate lists.


Any though? If most people agree to create a -users group I can ask for 
an official (macosforge.org) one.


Bleh...most projects I'm on have separate dev and user lists, and I hate 
it (including JRuby). Half the time people aren't sure which list to 
post to, and none of those projects (nor MacRuby) have enough traffic to 
really need separate lists.


I'd say keep it all on one list for as long as possible.

- Charlie
___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] [MacRuby] #262: require 'json/pure' crashes macruby due to missing encoding function

2009-05-24 Thread MacRuby
#262: require 'json/pure' crashes macruby due to missing encoding function
-+--
 Reporter:  d...@…|   Owner:  lsansone...@…
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:   
Component:  MacRuby  |Keywords:   
-+--
  require 'json/pure'
 dyld: lazy symbol binding failed: Symbol not found: _rb_enc_find_index
   Referenced from:
 /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/1.9.1
 /universal-darwin9.0/iconv.bundle
   Expected in: flat namespace

 dyld: Symbol not found: _rb_enc_find_index
   Referenced from:
 /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/1.9.1
 /universal-darwin9.0/iconv.bundle
   Expected in: flat namespace

 Trace/BPT trap

-- 
Ticket URL: http://www.macruby.org/trac/ticket/262
MacRuby http://macruby.org/

___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel