[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Tk StatusBar help

Jayson Williams

10/5/2007 6:30:00 PM

Is anyone familiar at all with Ruby Tk's StatusBar. I have not been
able to find out how to implement a StatusBar in my Ruby code. Could
someone lend me a hand?

Thanks
Jayson

2 Answers

Joel VanderWerf

10/5/2007 9:23:00 PM

0

Jayson Williams wrote:
> Is anyone familiar at all with Ruby Tk's StatusBar. I have not been
> able to find out how to implement a StatusBar in my Ruby code. Could
> someone lend me a hand?

If you're on windows look for something in your ruby dir like

doc\ruby\ruby-1.8.6\sample\tk\tkextlib\bwidget\demo.rb

I believe bwidgets is pure tcl/tk, so there isn't any additional C
library to build/install.

Anyway, the demo seems to work for me, and it has a nice little status bar.

HTH.

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Hidetoshi NAGAI

10/6/2007 5:11:00 AM

0