Has the community decided on a "standard" Ruby GUI toolkit? I know the
Windows installer comes with Tk and Fox. I have also read that work is
being done on a WX version (which would be my preference).
|
|
0
|
|
|
|
Reply
|
bobx (95)
|
2/1/2004 8:13:47 PM |
|
as far as I am informed, there's no souch thing.
If you dont' like Tk's visual, you may considder FOX-tk
or if you want to be platform dependent you may have a try at GTK.
So you are free to use whatever you like
Robert schrieb:
> Has the community decided on a "standard" Ruby GUI toolkit? I know the
> Windows installer comes with Tk and Fox. I have also read that work is
> being done on a WX version (which would be my preference).
|
|
0
|
|
|
|
Reply
|
anon4558 (11)
|
2/1/2004 9:40:24 PM
|
|
On Sun, 01 Feb 2004 15:13:47 -0500, Robert wrote:
> Has the community decided on a "standard" Ruby GUI toolkit? I know the
> Windows installer comes with Tk and Fox. I have also read that work is
> being done on a WX version (which would be my preference).
You can find some info on the wxWindows support for Ruby here:
http://wxruby.rubyforge.org
--
Barnaby Mannerings (www.r1g.org | www.lancs.org)
|
|
0
|
|
|
|
Reply
|
Barnaby
|
2/1/2004 11:28:15 PM
|
|
As soon as WX is out it will have *my* vote as the official GUI toolkit.
:-)
On Mon, Feb 02, 2004 at 05:14:52AM +0900, Robert wrote:
> Has the community decided on a "standard" Ruby GUI toolkit? I know the
> Windows installer comes with Tk and Fox. I have also read that work is
> being done on a WX version (which would be my preference).
--
Daniel Carrera | No trees were harmed in the generation of this e-mail.
PhD student. | A significant number of electrons were, however, severely
Math Dept. UMD | inconvenienced.
|
|
0
|
|
|
|
Reply
|
dcarrera1 (182)
|
2/2/2004 2:22:46 PM
|
|
On Mon, 2 Feb 2004 23:22:46 +0900, Daniel Carrera wrote:
> As soon as WX is out it will have *my* vote as the official GUI toolkit.
While not officially a release, I got hold of a binary build of wxRuby for
Windows (with installer) from a friend a few days ago - I think he got it
from the wxRuby mailing list.
I've been playing around with it for a couple of days and it seems quite
nice, the sample apps generally work pretty well although they show that
there is still a little work to be done to make it perfect.
I'll definitely be keeping my eye on this project in the next few months.
If anyone is interested in trying the version I have, which appears to be
v0.2 (wxruby-mswin-0.2_debug.exe) then I am willing to put it up on some
webspace.
Regards
--
Barnaby Mannerings (www.r1g.org | www.lancs.org)
|
|
0
|
|
|
|
Reply
|
Barnaby
|
2/3/2004 11:10:42 AM
|
|
On Tue, 3 Feb 2004 11:10:42 +0000, Barnaby Mannerings
<org.r1g_AT_barny> wrote:
>If anyone is interested in trying the version I have, which appears to be
>v0.2 (wxruby-mswin-0.2_debug.exe) then I am willing to put it up on some
>webspace.
I'd be interested in a copy of the file. :)
Thanks!
M.
|
|
0
|
|
|
|
Reply
|
mvondung89 (132)
|
2/4/2004 3:43:52 AM
|
|
On Tue, 03 Feb 2004 at 11:10 GMT, Barnaby Mannerings <> wrote:
> If anyone is interested in trying the version I have, which appears to be
> v0.2 (wxruby-mswin-0.2_debug.exe) then I am willing to put it up on some
> webspace.
i'm interested in the installer version. i use wx with three other languages
and for the few things i've tried with ruby it seems to 'fit' just nicely.
--
http://home.cogeco.ca/~tsummerfelt1
|
|
0
|
|
|
|
Reply
|
snowzone5 (252)
|
2/5/2004 5:19:53 PM
|
|
On Thu, 05 Feb 2004 17:19:53 GMT, tony summerfelt
<snowzone5@hotmail.com> wrote:
>i'm interested in the installer version. i use wx with three other languages
>and for the few things i've tried with ruby it seems to 'fit' just nicely.
I found it here:
http://curthibbs.us/wxruby-mswin-0.2_release.zip
M.
|
|
0
|
|
|
|
Reply
|
mvondung89 (132)
|
2/6/2004 4:53:22 AM
|
|
On Fri, 06 Feb 2004 at 04:53 GMT, Michael Vondung <mvondung@gmx.net> wrote:
> I found it here:
> http://curthibbs.us/wxruby-mswin-0.2_release.zip
got it. thanks...
--
http://home.cogeco.ca/~tsummerfelt1
|
|
0
|
|
|
|
Reply
|
snowzone5 (252)
|
2/6/2004 1:27:15 PM
|
|
|
8 Replies
36 Views
(page loaded in 0.3 seconds)
Similiar Articles: GUI for Fortran programs - comp.lang.fortran+ Pros: powerful + Cons: need to deal with complicated GUI toolkits, f2py doesn't support every Fortran code 5) All the code in Python, using Numpy and SciPy. ANN: C++/Tk - comp.lang.c++.moderatedHello, I'm pleased to announce the first release of the C++/Tk library: http://cpptk.sourceforge.net/ This library is a C++ interface to the Tk GUI toolkit and uses ... Altera Quartus II on Debian GNU/Linux - comp.arch.fpgaI think the issue is that they are >> transitioning from a proprietary closed source GUI toolkit to a proper open >> source toolkit. > > I heard (?) that Xilinx (or ... JTable Edit and Validation - comp.lang.java.guiJAVA • View topic • JTable Edit and Validation JTable Edit and Validation. Programming and Web Development Forums - JAVA - GUI toolkits and windowing: AWT, IFC etc ... Glut disadvantage... - comp.graphics.api.openglAlso, a lot of books, tutorials ... still use GLUT. So go for it. Later on, when you learn enough about OpenGL, you can switch to another GUI toolkit. How start managment console in solaris10 - comp.unix.solaris ...How do I start CDE or GUI on Solaris 10? - comp.unix.solaris ... How start managment ... 10 ... to upgrade your PC memory before you can start ... has an all-in-one GUI toolkit ... Key press question - comp.lang.perl.miscIf it's console-mode, you probably want Win32::Console; if it's a GUI application, whichever GUI toolkit you are using will provide functions to read the keyboard events. Multiple JButton ActionListeners - comp.lang.java.guiJAVA • View topic • Multiple JButton ActionListeners Multiple JButton ActionListeners. Programming and Web Development Forums - JAVA - GUI toolkits and windowing: AWT ... Limiting number of characters in a JTable columns? - comp.lang ...Limiting number of characters in a JTable columns? Programming and Web Development Forums - JAVA - GUI toolkits and windowing: AWT, IFC etc. Skip to content JEditorPane html font size - comp.lang.java.guiJAVA • View topic • JEditorPane html font size JEditorPane html font size. Programming and Web Development Forums - JAVA - GUI toolkits and windowing: AWT, IFC etc ... Widget toolkit - Wikipedia, the free encyclopediaIn computing, a widget toolkit, widget library, or GUI toolkit is a set of widgets for use in designing applications with graphical user interfaces (GUIs). The ... Gui Toolkits - MonoPicking the Right Toolkit. One of the hardest and most important decision to make when starting a new desktop application is which GUI "toolkit" to choose. 7/8/2012 9:35:10 PM
|