FXRuby

TwitterFacebook
Get flash to fully experience Pearltrees
Lyle Johnson just wrote a great tutorial on how to integrate Google Charts into an FXRuby application.

Matthew Bass - Musings on software and life… » Embedding Google Charts in FXRuby

http://matthewbass.com/2008/06/06/embedding-google-charts-in-fxruby/
This question has been asked many times on the mailing list: I have an Excel file (workbook) with many worksheets in it.

The Ruby Spreadsheet

http://spreadsheet.ch/
http://googlecharts.rubyforge.org/ Gchart.line()

Googlecharts

http://www.fox-toolkit.org/messages.html

Documentation: Messages

There are many methods to connect Graphical User Interface elements to an application code; the most common methods being used today are callback functions.
A button provides a push button, with optional icon and/or text label.

Class: Fox::FXButton

http://www.fxruby.org/doc/api/classes/Fox/FXButton.html
http://www.fxruby.org/doc/api/classes/Fox/FXTable.html

Class: Fox::FXTable

The FXTable widget displays a table of items, each with some text and optional icon.
Hi, I have a problem with an application that uses popups in TreeLists: this test code shows a TreeList that you can expand recursively with a right click on the base node. http://rubyforge.org/pipermail/fxruby-users/2006-December/001072.html

[fxruby-users] runModalWhileShown

http://code.google.com/p/gchartrb/

gchartrb - Ruby wrapper around the Google Chart API - Google Project Hosting

It provides a nice object oriented interface with friendly names, and methods to populate data.
Google quietly released their new charts API late last year. It was originally an internal project used by their Video and Finance services until they decided to make it public. Google consistently provides such elegant and effective solutions to common problems. Their charts API is no exception. http://www.infoq.com/articles/bass-google-charts-gchartrb

Intro to Google Charts and gchartrb

Lovable Lyle » Blog Archive » Easy Charts in FXRuby with the Google Chart API

InfoQ has just published an article written by Matthew Bass that introduces the Google Chart API and the gchartrb library, which you can use to programmatically generate URLs for use with Google Chart.

Lovable Lyle » FXRuby

InfoQ has just published an article written by Matthew Bass that introduces the Google Chart API and the gchartrb library, which you can use to programmatically generate URLs for use with Google Chart. It’s very easy to use this library to generate charts in your FXRuby applications. First, install the gchartrb gem:
A Tree List Widget organizes items in a hierarchical, tree-like fashion.

Class: Fox::FXTreeList

Each item in an FXTreeList is an instance of FXTreeItem . A tree item can contain zero or more child items, and those items are arranged as a linked list. The FXTreeItem#first method returns the a reference to the first child item, if any, and the FXTreeItem#last method returns a reference to the last child item.

Class: Fox::FXTreeItem

A File List widget provides an icon rich view of the file system. It automatically updates itself periodically by re-scanning the file system for any changes. As it scans the displayed directory, it automatically determines the icons to be displayed by consulting the file associations registry settings.

Class: Fox::FXFileList