Windows or Cross-Platform System Tray

I am new to Ruby, and am trying out wxRuby, is there a place to find
examples of code to make system tray icons with left and right click
menus?
Cross platform is ideal, but win32 specific if necc…
thanks!

Hello EchoB,

On 12/7/07, EchoB [email protected] wrote:

I am new to Ruby, and am trying out wxRuby, is there a place to find
examples of code to make system tray icons with left and right click
menus?
Cross platform is ideal, but win32 specific if necc…
thanks!

If you look at the samples/bigdemo/bigdemo.rb, it implements
Wx::TaskBarIcon, which you can find as DemoTaskBarIcon Class, starting
at
line 736 of the bigdemo.rb. That will show you how to do a TaskBarIcon
AKA
System Tray Icon.

L8ers,

Mario S.