About the design:
you should yourself ask this question:
"should i biuld a UI from scratch with Tk module or
should i consider biulding a web application (browser as client)".

Investigate if a web application will meet your requirements ...

José.

-----Original Message-----
From: Rob Dixon [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 4:44 PM
To: [EMAIL PROTECTED]
Subject: Re: Need help on perl graphical interface


Pandey Rajeev-A19514 wrote:
>
> I don't know anything about perl graphics. I would
> explain excatly what I want.
>
> I want to develope a interactive graphical interface
> which can display all the nodes in a network in a
> tree representation. I should be able to draw that
> tree upon reading a data base (or real time data).
>
> I should be able to click on to a particular node
> in that network and should be able to do what I
> wish on that node( i.e. to make it interactive and
> what I wish to do is not that important right now).
>
> Can any one tell me is it possible in perl ?
> I have the necessary backend support in perl.

Perl on its own has no graphical capability, but almost anything is possible via its 
modular extensions.

Check out the module

  Tk - a graphical user interface toolkit for Perl

but beware that a user interface is always at least
95% of the design and about 80% of the implementation :)

Rob



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



**** DISCLAIMER ****

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to