472,800 Members | 1,180 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,800 software developers and data experts.

Several entries on Tile and TableList at the Tkinter wiki

I'm not sure how often members of this list visit the Tkinter wiki at
http://tkinter.unpythonic.net/wiki/FrontPage; this wiki seems to have
less traffic in general than the Tcl/Tk wiki at http://wiki.tcl.tk.
Given that, I hope it's not out of line for me to call attention to
several pages that I've posted about integrating Tile
(http://tktable.sourceforge.net/tile) and TableList
(http://www.nemethi.de, http://wiki.tcl.tk/5527) into Tkinter
applications. I've noted a serious lack of resources/documentation about
these two powerful Tk components. In addition to some documentation,
screenshots, and sample applications, I've posted updated versions of
the original TableList and Tile wrappers by Martin Franklin.

I should take this moment to thank Mr. Franklin for his work on these
wrappers; whatever I added to them was pretty minimal compared to the
heavy lifting he did. He originally posted them on the Internet last
year, but the site that hosted them has gone dark. Anyway, Mr. Franklin,
if you are reading this, thank you for your hard work; it has been
enormously helpful. I hope my own efforts extend your work and make it
even more useful for other Tkinter developers.

Here are the links:

http://tkinter.unpythonic.net/wiki/UsingTile
http://tkinter.unpythonic.net/wiki/TileWrapper
http://tkinter.unpythonic.net/wiki/TableListWrapper
http://tkinter.unpythonic.net/wiki/TableListTileWrapper
http://tkinter.unpythonic.net/wiki/PyLocateTile
http://tkinter.unpythonic.net/wiki/PyLocate

Hope these prove useful to others, as starting points for your own work
if nothing else. Corrections and improvements are of course invited;
it's a wiki!
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
Nov 26 '06 #1
1 2896
Thanks for posting this entry,

The fact that a wiki or help site doesn't get a
lot of traffic is not an necessarily an indicator
of it's usfulness. It indicates to me that the
product, in this case Tkinter, may be easy to use
and understand, after working with it a little, A
lot of help may not be necessary.

A good example is the py2exe help site.
At one time not to long ago there might be 8 to 12
post per day, or more. Today by my unscientific
count method, I don't think there are more than 3
to 4 post per week. Yet, py2exe and Tkinter is
almost as valuable as Python. If we couldn't
build programs for Windows, where would a python
programmes's money come from?

Thanks again,

jim-on-linux
http://www.inqvista.com

On Sunday 26 November 2006 15:50, Kevin Walzer
wrote:
I'm not sure how often members of this list
visit the Tkinter wiki at
http://tkinter.unpythonic.net/wiki/FrontPage;
this wiki seems to have less traffic in general
than the Tcl/Tk wiki at http://wiki.tcl.tk.
Given that, I hope it's not out of line for me
to call attention to several pages that I've
posted about integrating Tile
(http://tktable.sourceforge.net/tile) and
TableList (http://www.nemethi.de,
http://wiki.tcl.tk/5527) into Tkinter
applications. I've noted a serious lack of
resources/documentation about these two
powerful Tk components. In addition to some
documentation, screenshots, and sample
applications, I've posted updated versions of
the original TableList and Tile wrappers by
Martin Franklin.

I should take this moment to thank Mr. Franklin
for his work on these wrappers; whatever I
added to them was pretty minimal compared to
the heavy lifting he did. He originally posted
them on the Internet last year, but the site
that hosted them has gone dark. Anyway, Mr.
Franklin, if you are reading this, thank you
for your hard work; it has been enormously
helpful. I hope my own efforts extend your work
and make it even more useful for other Tkinter
developers.

Here are the links:

http://tkinter.unpythonic.net/wiki/UsingTile
http://tkinter.unpythonic.net/wiki/TileWrapper
http://tkinter.unpythonic.net/wiki/TableListWra
pper
http://tkinter.unpythonic.net/wiki/TableListTil
eWrapper
http://tkinter.unpythonic.net/wiki/PyLocateTile
http://tkinter.unpythonic.net/wiki/PyLocate

Hope these prove useful to others, as starting
points for your own work if nothing else.
Corrections and improvements are of course
invited; it's a wiki!
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
Nov 27 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Stephen Kennedy | last post by:
I've been trying to get Tile to work with python. It can make your tkinter apps look like http://tktable.sourceforge.net/tile/screenshots/demo-alt-unix.png See http://tktable.sourceforge.net/tile/...
7
by: Harlin Seritt | last post by:
I was looking at the Tcl/Tk sourceforge page and found that there were a couple of new widgets being produced for Tcl 8.5. Does anyone know if there are any Tkinter wrappers somewhere? thanks, ...
1
by: malv | last post by:
Wanting to explore tk under python, I must say that it seems to be very difficult to find the required information in one single place. I would like to give tk a try but as I need as a test...
0
by: Kevin Walzer | last post by:
Is anyone using Tile in their Tkinter applications? Tile provides native theming for Windows XP and Mac OS X, and provides an improved Tk look-and-feel on Unix/Linux. For info on Tile:...
2
by: Ben Finney | last post by:
Howdy all, Python programmers looking for a built-in GUI toolkit are told two things: one, Python already comes with a GUI toolkit, and two, it looks equally ugly on all platforms. This is...
3
by: Robert Hicks | last post by:
Do I have to install something extra to use the new look? Robert
0
by: lee.walczak | last post by:
Hi, I hope someone can help here. I have made lots of progress implementing a gui application which at present uses the TableList python wrapper to interface with Tcl TableList implemention. ...
2
by: lee.walczak | last post by:
Hi, I am using Tkinter & the Kevin Walzer's TableList Wrapper for python implemented GUI: http://tkinter.unpythonic.net/wiki/TableListWrapper The TableList has been extremely useful in...
0
by: lee.walczak | last post by:
I actually post a topic relating to my problem here: (http://groups.google.co.uk/group/comp.lang.python/browse_thread/ thread/a073d532c4481bfe?hl=en# ) But I thought it could be useful to...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.