The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RubyOSA progresses

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Laurent Sansonetti

Posts: 134
Nickname: lrz
Registered: Jun, 2006

Laurent Sansonetti is a software engineer at Apple Computer and a longtime Ruby enthusiast.
RubyOSA progresses Posted: Jul 13, 2006 8:14 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Laurent Sansonetti.
Original Post: RubyOSA progresses
Feed Title: lrz's diary
Feed URL: http://www.chopine.be/lrz/diary/xml/rss/feed.xml
Feed Description: lrz's diary
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Laurent Sansonetti
Latest Posts From lrz's diary

Advertisement

I had the opportunity to hack a bit on RubyOSA recently, and I could introduce some good things in the SVN repository.

The most important changes are writable properties and i386 support. Other than that, several small bugfixes/improvements (better type conversion, better support of broken dictionaries, etc…).

Oh, and we have a new geeky sample that periodically sets the iChat status to the uptime(1) command output:

require 'rbosa'
app = OSA.app_with_name('iChat')
previous_status_message = app.status_message
trap('INT') { app.status_message = previous_status_message; exit 0 }
while true
    app.status_message = `uptime`.strip
    sleep 5
end

I received lots of valuable feedback from people. Thanks everyone, and please continue sending me feedback!

Read: RubyOSA progresses

Topic: Sam Ruby Broke My NetNewsWire Previous Topic   Next Topic Topic: Something About Fish

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use