Re: simple GUI environment

2013-03-05 Thread Gregory Ewing
Eric Johansson wrote: On 3/5/2013 6:18 PM, Gregory Ewing wrote: PyGUI's TextEditor is based on the rich edit control in Windows. It doesn't currently expose all of its capabilities, but if speech is all you want, it might be sufficient. Do you know which one? Vendor Control Class Microsoft E

Re: simple GUI environment

2013-03-05 Thread Eric Johansson
On 3/5/2013 6:18 PM, Gregory Ewing wrote: Eric Johansson wrote: the only thing that would make it better is if either of these kits used standard Rich text edit controls under Windows so I can speech enable these applications. PyGUI's TextEditor is based on the rich edit control in Windows. I

Re: simple GUI environment

2013-03-05 Thread Gregory Ewing
Eric Johansson wrote: the only thing that would make it better is if either of these kits used standard Rich text edit controls under Windows so I can speech enable these applications. PyGUI's TextEditor is based on the rich edit control in Windows. It doesn't currently expose all of its capab

Re: simple GUI environment

2013-03-05 Thread Eric Johansson
On 3/5/2013 10:06 AM, Tim Golden wrote: On 05/03/2013 14:55, Kevin Walzer wrote: On 3/5/13 9:20 AM, Eric Johansson wrote: The main reason I discount both of those is that they are effectively dead as I can see. Last updates in the 2010/2011 range. Why not give EasyGUI a try? or PyGUI: htt

Re: simple GUI environment

2013-03-05 Thread Vlastimil Brom
2013/3/5 Eric Johansson : > I need a simple GUI toolkits like easygui pythoncard. The main reason I > discount both of those is that they are effectively dead as I can see. Last > updates in the 2010/2011 range. Has there been some toolkit to replace them? > And no, the existing wxp

Re: simple GUI environment

2013-03-05 Thread Tim Golden
On 05/03/2013 14:55, Kevin Walzer wrote: > On 3/5/13 9:20 AM, Eric Johansson wrote: >> The main reason I discount both of those is that they are effectively >> dead as I can see. Last updates in the 2010/2011 range. > > Why not give EasyGUI a try? or PyGUI: http://www.cosc.canterbury.ac.nz/gr

Re: simple GUI environment

2013-03-05 Thread Kevin Walzer
On 3/5/13 9:20 AM, Eric Johansson wrote: The main reason I discount both of those is that they are effectively dead as I can see. Last updates in the 2010/2011 range. Why not give EasyGUI a try? The site is still active, and two years isn't without an update doesn't mean a project is dead, esp

simple GUI environment

2013-03-05 Thread Eric Johansson
I need a simple GUI toolkits like easygui pythoncard. The main reason I discount both of those is that they are effectively dead as I can see. Last updates in the 2010/2011 range. Has there been some toolkit to replace them? And no, the existing wxpython/gtk/qt/... toolkits really aren&#

Re: simple GUI for my application?

2009-06-16 Thread Tim Roberts
Tim Harig wrote: > >IronPython is not a GUI toolkit per se. It is a python implementation >build on top of .Net like Jython is built on top of Java. I therefore has >access to the MFCs which can be used to create native Windows GUIs. That's not correct. MFC is strictly a native C++ concept.

Re: simple GUI for my application?

2009-06-16 Thread Mike Driscoll
On Jun 16, 1:24 pm, Tim Harig wrote: > On 2009-06-16, Mike Driscoll wrote: > > > On Jun 16, 9:20 am, Filipe Teixeira wrote: > >> Hi, I'm really struggling to find the best GUI to make a simple > >> application. > [SNIP] > >> Basically I will use a lot of edit boxes and some tabs, and a folder >

Re: simple GUI for my application?

2009-06-16 Thread Tim Harig
On 2009-06-16, Mike Driscoll wrote: > On Jun 16, 9:20 am, Filipe Teixeira wrote: >> Hi, I'm really struggling to find the best GUI to make a simple >> application. [SNIP] >> Basically I will use a lot of edit boxes and some tabs, and a folder >> tree, any tips so I can search in the right place?

Re: simple GUI for my application?

2009-06-16 Thread Mike Driscoll
On Jun 16, 9:20 am, Filipe Teixeira wrote: > Hi, I'm really struggling to find the best GUI to make a simple > application. > > I'm doing a program to load all the ini files in the current folder, > or the folder that the user chooses and list the specifics entries in > it. > > So, the program wou

Re: simple GUI for my application?

2009-06-16 Thread Stef Mientki
Filipe Teixeira wrote: Hi, I'm really struggling to find the best GUI to make a simple application. I'm doing a program to load all the ini files in the current folder, or the folder that the user chooses and list the specifics entries in it. So, the program would be like this: Som tabs here l

Re: simple GUI for my application?

2009-06-16 Thread Tim Harig
On 2009-06-16, Filipe Teixeira wrote: > Hi, I'm really struggling to find the best GUI to make a simple > application. http://www.python.org/doc/faq/gui/ -- http://mail.python.org/mailman/listinfo/python-list

simple GUI for my application?

2009-06-16 Thread Filipe Teixeira
Hi, I'm really struggling to find the best GUI to make a simple application. I'm doing a program to load all the ini files in the current folder, or the folder that the user chooses and list the specifics entries in it. So, the program would be like this: Som tabs here like: ( Load | Edit | Opti

Re: Simple GUI design in Python

2008-10-05 Thread Stef Mientki
xkenneth wrote: All, I've posted some slides on my blog (xkenneth.blogspot.com) detailing some simple ways to describe GUI apps in python. Please let me know what you think. Did you look at the pdf file, to me a lot of information is missing :-( cheers, Stef Mientki Regards, Kenneth Mil

Simple GUI design in Python

2008-10-05 Thread xkenneth
All, I've posted some slides on my blog (xkenneth.blogspot.com) detailing some simple ways to describe GUI apps in python. Please let me know what you think. Regards, Kenneth Miller -- http://mail.python.org/mailman/listinfo/python-list

Simple Gui

2008-08-01 Thread Keith Nation
Hi folks, If anyone is interested, I could really use a simple gui such as easygui to do the following tasks: 1) Pick a file from a directory. 2) Allow the user to prioritize the file. 3) Add more files and prioritize. 3) Begin processing the most important file. 4) Interrupt button to stop

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-03-07 Thread petr . jakes . tpc
Finaly, after few experiments, I am using pygame. It comunicates directly with the framebuffer and the performance is excellent. Thanks for your help. Petr Jakes -- http://mail.python.org/mailman/listinfo/python-list

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread Tim Rau
On Jan 25, 10:25 pm, [EMAIL PROTECTED] wrote: > > I agree that SDL is probably the best choice but for the sake of > > completeness, Gtk can (at least in theory - I've never tried it) be > > built against directfb and run without X. > > from the Pygame Introduction: Pygame is a Python extension lib

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread petr . jakes . tpc
> I agree that SDL is probably the best choice but for the sake of > completeness, Gtk can (at least in theory - I've never tried it) be > built against directfb and run without X. from the Pygame Introduction: Pygame is a Python extension library that wraps the SDL library and it's helpers. So y

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread Chris Mellon
On Jan 25, 2008 5:17 PM, Paul Boddie <[EMAIL PROTECTED]> wrote: > On 25 Jan, 22:06, "Lorenzo E. Danielsson" > <[EMAIL PROTECTED]> wrote: > > > > What you need then is something like SVGAlib (http;//svgalib.org). Only > > really old people like myself know that it exists. I've never heard of > > any

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread Paul Boddie
On 25 Jan, 22:06, "Lorenzo E. Danielsson" <[EMAIL PROTECTED]> wrote: > > What you need then is something like SVGAlib (http;//svgalib.org). Only > really old people like myself know that it exists. I've never heard of > any Python bindings for it, but that might be where you come in. I > haven't lo

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > Hi, > I am working with the Python 2.5 running on the command line version > of Linux Ubuntu 7.04. This means NO X-windows, NO GTK/Gnome, NO > computer mouse, on my machine (AMD Geode 500MHz CPU, VGA output). > > I would like to write some really light weighted GU inte

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread Hexamorph
o write such bindings. However, as long as the video card supports VGA or VESA it should work. Another possibility might be using Xvesa (KDrive) which is a really tiny self-containing X server for VGA/SVGA/FBdev. With this you can atleast use simple GUI toolkits like Athena or TK or even use X

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread Lorenzo E. Danielsson
[EMAIL PROTECTED] wrote: >>> is already solved). >> what you are looking for is curse :) >> http://docs.python.org/lib/module-curses.html >> http://www.ibm.com/developerworks/linux/library/l-python6.html >> >> renaud > > Renaud, thanks for your reply. > > I think I was not specific/clear enough i

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread petr . jakes . tpc
> > is already solved). > > what you are looking for is curse :) > http://docs.python.org/lib/module-curses.html > http://www.ibm.com/developerworks/linux/library/l-python6.html > > renaud Renaud, thanks for your reply. I think I was not specific/clear enough in my first posting. I know the curse

Re: looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread rndblnch
On Jan 25, 8:43 pm, [EMAIL PROTECTED] wrote: > This means NO X-windows, NO GTK/Gnome, NO > computer mouse, on my machine (AMD Geode 500MHz CPU, VGA output). > > I would like to write some really light weighted GU interface. My > concept is to have just few user screens (about 10) controlled via 4 >

looking for a light weighted library/tool to write simple GUI above the text based application

2008-01-25 Thread petr . jakes . tpc
Hi, I am working with the Python 2.5 running on the command line version of Linux Ubuntu 7.04. This means NO X-windows, NO GTK/Gnome, NO computer mouse, on my machine (AMD Geode 500MHz CPU, VGA output). I would like to write some really light weighted GU interface. My concept is to have just few u

Re: simple GUI question

2004-12-08 Thread Eric Brunel
Roose wrote: [snip] Another thing I would *like* but is not strictly necessary would be to change the font size and color of the text within the box. Is there a good way of doing that? I have googled around but can't find any decent example code for some reason. Short answer: you can't. The tkMes

Re: simple GUI question

2004-12-08 Thread Brian van den Broek
Brian van den Broek said unto the world upon 2004-12-08 03:16: Hi, I don't know Tkinter past a hour of playing, so I cannot show you how. I can, however, show you a good place to start looking: Best, Bria

Re: simple GUI question

2004-12-08 Thread Brian van den Broek
Roose said unto the world upon 2004-12-08 02:23: You want somthing like: root = Tkinter.Tk() root.withdraw() msg = tkMessageBox.showwarning("Ooops", "Some warning") Awesome thanks! Any chance you know about the font thing : ) Nah I'll stop being lazy and hack it... but for some reason Tkinter doe

Re: simple GUI question

2004-12-07 Thread Roose
> You want somthing like: > > root = Tkinter.Tk() > root.withdraw() > msg = tkMessageBox.showwarning("Ooops", "Some warning") Awesome thanks! Any chance you know about the font thing : ) Nah I'll stop being lazy and hack it... but for some reason Tkinter doesn't jive with the way I think at all.

Re: simple GUI question

2004-12-07 Thread vincent wehren
Roose wrote: I have been writing only command line programs in python, and I need a way to simply pop up a GUI dialog box, with an "OK" box. Simple huh? I have used tkMessageBox.showwarning. This works OK but it also pops up an empty frame -- i.e. it pops up 2 things. Is there a way to disable t

simple GUI question

2004-12-07 Thread Roose
I have been writing only command line programs in python, and I need a way to simply pop up a GUI dialog box, with an "OK" box. Simple huh? I have used tkMessageBox.showwarning. This works OK but it also pops up an empty frame -- i.e. it pops up 2 things. Is there a way to disable this, or is t