in reply to Re: Mastering Perl/Tk
in thread Mastering Perl/Tk
If you want to see one of my better works, you can find it here. This was a front end to a class project we did for a real-time oscilloscope. We used RTOS Linux component in conjunction with a Keithley DAQ card. The link above is just a sample GUI with dummy data. Please feel free to play around with it.
I must add one more thing. In my Tk experience, I've discovered that even though the code will work on any Perl/Tk enabled OS (btw, I tested this on Windows and RedHat), you MUST specify ALL parameters to EVERY widget in order to achieve the same look on different platforms. So, if that is a concern for you, please take this statement dear to your heart. I know for a fact that my program does not do a good enough job - I saw major differences b/w Windows and RedHat. I hope this helps.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Mastering Perl/Tk
by diskcrash (Hermit) on Mar 27, 2006 at 04:45 UTC | |
by wazoox (Prior) on Mar 27, 2006 at 13:20 UTC | |
Re^3: Mastering Perl/Tk
by Anonymous Monk on Mar 07, 2016 at 12:37 UTC | |
by Anonymous Monk on Mar 07, 2016 at 23:46 UTC |