in reply to Mouse in perl?

Perl/Tk is simple to use; however, when you have many elements in the window, it becomes rather difficult (IMO) to arrange them perfectly. Maybe there is something I am missing, but for complicated interfaces, Perl/Tk is not the way to go.

On the other hand, if you just need to get a simple clean interface together, the development time for Perl/Tk for those types of apps is very short.

redmist

Replies are listed 'Best First'.
RE: Re: Mouse in perl?
by kael (Monk) on Jun 21, 2000 at 10:14 UTC
    what would you suggest for more complicated interfaces? I'm not actualy using this for anything, I'm just curious as to how it could be done.
      I'm not that experienced to know, but I would imagine that it would be someting like GTK or something. Anybody else know?

      redmist