Re: [Tutor] application with tabs

2010-05-15 Thread Alan Gauld
"Luke Paireepinart" wrote in message And a new TKGui builder that includes support for Python - I haven't tried this yet... http://puretkgui.sourceforge.net/ I've now had a play and it looks promising but does not currently support Tkinter - option is greyed out. It is still at version 0.10

Re: [Tutor] application with tabs

2010-05-14 Thread Luke Paireepinart
Thanks for that info, Alan! It's pretty awesome to have support for a gui that looks native and is also included with Python by default. I'll check it out soon. On 5/14/10, Alan Gauld wrote: > > "Luke Paireepinart" wrote > >> well, but tkinter looks kinda crappy and non-native on almost every >>

Re: [Tutor] application with tabs

2010-05-14 Thread Alan Gauld
"Luke Paireepinart" wrote well, but tkinter looks kinda crappy and non-native on almost every platform. Check out the new themed widgets in Tkinter for Python 2.7 and 3.1 They use native platform widgets so don't just look like the native interface they are the native interface... Hello wor

Re: [Tutor] application with tabs

2010-05-14 Thread Hugo Arts
On Fri, May 14, 2010 at 7:55 PM, Gary Koskenmaki wrote: > Hi, > > > My plan so far was to use tabs for the different functions of the > application such as entering data into the database, viewing data, and > running reports.  I'm running into problems combining tabs with multiple > data fields an

Re: [Tutor] application with tabs

2010-05-14 Thread Luke Paireepinart
On Fri, May 14, 2010 at 12:55 PM, Gary Koskenmaki wrote: > Hi, > > I'm new to any kind of application development, but have done some > python scripting. > > What I'm doing is creating an application for a non-profit social > services organization that will allow them to track the services they >

[Tutor] application with tabs

2010-05-14 Thread Gary Koskenmaki
Hi, I'm new to any kind of application development, but have done some python scripting. What I'm doing is creating an application for a non-profit social services organization that will allow them to track the services they give their clients. My plan so far was to use tabs for the different