Re: Professional IDE for a cross-platform Perl application
- From: Ch Lamprecht <christoph.lamprecht.no.spam@xxxxxx>
- Date: Fri, 30 Jun 2006 00:23:20 +0200
Bob wrote:
Hello,
I have a 15 years old application
This
application has a PostgreSQL database as server side, a tk-based
client,
I feel trapped, because
- the client is not compiled, and thus runs slowly;
- the client must now run also on osx and windows, natively;
- the client's tk-based gui is limited, but I have no clue about
cross-platform alternatives;
- each time I try to port it to windows or osx I get missing components
and misbehaviours.
I use perl-tk 804 for a Pg client application and haven't encountered these problems yet. The Tk-GUI is times faster than the Network / Server side.
I would recommend, that you do some profiling on your applications code to see which parts of your code take most of its time. Otherwise you might be disappointed after working for days on another GUI.
Porting from/to Linux/Windows works perfectly without changing any Tk-related code.
There is c.l.p.tk for perl-tk questions.
Christoph
--
perl -e "print scalar reverse q/ed.enilno@xxxxxxxxx/"
.
- Follow-Ups:
- References:
- Prev by Date: Re: deflate parts of a file
- Next by Date: Re: Perl Object Creation problem...
- Previous by thread: Re: Professional IDE for a cross-platform Perl application
- Next by thread: Re: Professional IDE for a cross-platform Perl application
- Index(es):
Relevant Pages
|
|