Displaying formatted - data with TKinter

dimitri pater dimitri.pater at gmail.com
Mon May 2 03:10:34 EDT 2005


hello,
take a look at the multilistbox:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52266
http://www.haucks.org/download/MultiListbox.py.gz

I use it for this purpose, it looks quite nice

regards,
Dimitri

On 1 May 2005 19:10:19 -0700, custard_pie <ckwiguno at gmail.com> wrote:
> 
> Hi,..I found it difficult to display data from a dictionary using GUI.
> What widget should I use? I tried using text widget, but I couldn't get
> the display I want. I need the display to look like this
> 
> file name size age location
> ====================================================
> fdssfdfsa 30 34 safasfafsfdsa
> asdfafdsafs 45 56 asdffdsafsd
> 
> And I'm getting the display from inside a dictionary that holds list as
> its value. Any suggestion on what I should use to display the data in
> that format??
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
> 



-- 
Please visit dimitri's website: www.serpia.com <http://www.serpia.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20050502/4af1e1e0/attachment.html>


More information about the Python-list mailing list