
FXRuby
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
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
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.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.
[fxruby-users] runModalWhileShown
Never been to DZone Snippets before?
View a dynamic graph in a FXruby application [ruby] [graph] [gruff] [fxruby]
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.
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.

