Pandey Rajeev-A19514 wrote:
> Hi,
>
> 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 a
> Investigate if a web application will meet your requirements ...
To expand on JosÃ's point, if you can use a web application you can buy
some slick looking templates for $20 off the 'net, and/or edit your web
page in Dreamweaver/Frontpage pro, or even just export an OpenOffice.org
document to HT
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 de
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
Use Perl/Tk to create powerful GUI's (There is a mailing list that deals
with this subject)
- Original Message -
From: "Pandey Rajeev-A19514" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 06, 2003 8:47 AM
Subject: Need help on perl graphi
Hi,
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
On Mon, Sep 03, 2001 at 12:15:07PM +0100, Dusan Juhas wrote:
> are there any more perl graphical interfaces than Tk?
Yes. Wx, Gtk, Qt, and X11::Toolkit, all available on CPAN. There may very
well be others, but those are the ones I found on search.cpan.org in either
the 'User Interfaces' sectio
On Monday 03 September 2001 07:15 am, Dusan Juhas wrote:
> Hi,
>
> are there any more perl graphical interfaces than Tk?
> Tk seems to have problems with Czech localization and also
> it's a bit old-fashioned. (I apologize all Tk users)
> It must be runnable on Windows and Unix platforms.
> Qt and
Hi,
are there any more perl graphical interfaces than Tk?
Tk seems to have problems with Czech localization and also
it's a bit old-fashioned. (I apologize all Tk users)
It must be runnable on Windows and Unix platforms.
Qt and Gtk seem to be useful only for C(++) programs
but not for perl. Is it