| Author |
File structure as explorator with Tk
|
|
| Christian Guine 2007-09-15, 8:02 am |
| I find a module which looks a structure file as explorator with Tk
Thanks for your help
| |
| smallpond 2007-09-17, 7:06 pm |
| On Sep 15, 5:26 am, Christian Guine <c.gu...@free.fr> wrote:
> I find a module which looks a structure file as explorator with Tk
>
> Thanks for your help
Bonjour Christian,
A plain text file can be viewed in a Text widget.
A hierarchical structure could be mapped to an HList.
It depends on the type of file you wish to look at. Structure
is only imposed by the program, it is not inherent in the file.
What type of file do you have?
--S
| |
| Christian Guine 2007-09-18, 7:11 pm |
| smallpond a écrit :
> On Sep 15, 5:26 am, Christian Guine <c.gu...@free.fr> wrote:
>
> Bonjour Christian,
>
> A plain text file can be viewed in a Text widget.
>
> A hierarchical structure could be mapped to an HList.
>
> It depends on the type of file you wish to look at. Structure
> is only imposed by the program, it is not inherent in the file.
> What type of file do you have?
>
> --S
>
Merci
I want to see the structure of catalogs and files under catalogs as
Explorator under windows. I want not see what is inside the files.
Is there a program in perl or a function making that?
CG
| |
| smallpond 2007-09-18, 7:11 pm |
|
Christian Guine wrote:
> smallpond a =E9crit :
>
> Merci
>
> I want to see the structure of catalogs and files under catalogs as
> Explorator under windows. I want not see what is inside the files.
> Is there a program in perl or a function making that?
>
> CG
Run the widget demo.
Under Common Dialogs there is a file selection dialog that uses
getOpenFile and getSaveFile.
Under Tix Widgets is Display a directory tree using DirTree.
-- S
| |
| zentara 2007-09-19, 8:03 am |
| On Tue, 18 Sep 2007 19:11:54 +0200, Christian Guine <c.guine@free.fr>
wrote:
>I want to see the structure of catalogs and files under catalogs as
>Explorator under windows. I want not see what is inside the files.
>Is there a program in perl or a function making that?
>
>CG
You can try
http://search.cpan.org/search?query...irTree&mode=all
zentara
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
| |
|
|
| Christian Guine 2007-09-25, 7:10 pm |
| smallpond a écrit :
> Christian Guine wrote:
>
>
> Run the widget demo.
> Under Common Dialogs there is a file selection dialog that uses
> getOpenFile and getSaveFile.
> Under Tix Widgets is Display a directory tree using DirTree.
>
> -- S
>
Thank you for your help
CG
|
|
|
|