[MacRuby-devel] Apps that look like Twitter Clones

2011-04-06 Thread Keenan Brock
Hi All, While I have no desire to write a twitter clone, I do feel that many applications are leveraging many UI components from twitter applications like Tweetie. One example that comes to mind is the sparrow email client. While it is heavily inspired by twitter, it is by no means a twitter c

Re: [MacRuby-devel] Translating Obj-C to MacRuby (B. Ohr)

2009-10-14 Thread Keenan Brock
I was always amused by ASTranslate. I think they actually take the events sent and use those to generate code. http://appscript.sourceforge.net/tools.html --Keenan ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.mac

Re: [MacRuby-devel] 0.5 branch build failing

2009-06-22 Thread Keenan Brock
I wonder if setting LD_LIBRARY_PATH may help you? (Sorry, not at a place that I can test this out right now) --Keenan On Jun 21, 2009, at 11:31 PM, Laurent Sansonetti wrote: Hi Paul, The problem here is that you seem to have installed a custom non- universal version of sqlite3 in your syste

Re: [MacRuby-devel] Cocoa Framework compatibility

2009-06-10 Thread Keenan Brock
Hi All, Does anyone have a link to a tutorial in setting up a framework that is MacRuby friendly? I tried but don't know XCode well enough to get a project that was happy enough to produce the framework. Guess this is an XCode question, but I like using textmate / hotcocoa. While I don't

[MacRuby-devel] Arrow in menu shortcut for hotcocoa

2009-05-19 Thread Keenan Brock
Hi all, Has anyone bound command return or command arrow to a menu item using the menu.rb? I was able to do this in nib but yet to succeed in the hot cocoa format. The nib xml looks like it is binding to a uuencoded value. Not sure how to take advantage of this when specifying the menu ent

[MacRuby-devel] Requiring a framework

2009-05-15 Thread Keenan Brock
Hi, 1. Are the resources for installing gems? I've had less then stellar success for installing gems in 0.4. 2. In lieu of installing gems, can I just use any framework on the disk? I'm trying to use libpurple, the communication layer from Adium, Fire, pidgin, gaim (and others). # macir