Re: Accessible GUI Applications in Perl

2008-11-12 Thread Mike Schroeder
On Mon, Nov 10, 2008 at 1:31 PM, Octavian Rasnita <[EMAIL PROTECTED]>wrote: > From: "Mike Schroeder" <[EMAIL PROTECTED]> > Is the source code of your app public? Not yet ;)

Re: Accessible GUI Applications in Perl

2008-11-11 Thread Mike Schroeder
> I wonder what is the most complex app out there (free or commercial) > written in wxPerl? I'm not sure if we are the largest/most complicated wxPerl app out there or not, but we must be up there... We have about 150+ frames and dialogs, and another 150+ subclassed controls. The controls are

Re: Accessible GUI Applications in Perl

2008-11-10 Thread Octavian Rasnita
From: "Mike Schroeder" <[EMAIL PROTECTED]> I wonder what is the most complex app out there (free or commercial) written in wxPerl? I'm not sure if we are the largest/most complicated wxPerl app out there or not, but we must be up there... Is the source code of your app public? I think we a

Re: Accessible GUI Applications in Perl

2008-11-09 Thread Octavian Rasnita
From: "bungsuputra linan" <[EMAIL PROTECTED]> > Yes, I think threads really tend to use more and more memory. I have an > application, when it runs, it takes 60 MB of memory, and a simple thread > to check update increases the memory usage to 90 MB. If the user checks > update once again, it increa

Re: Accessible GUI Applications in Perl

2008-11-09 Thread Octavian Rasnita
From: "Foo JH" <[EMAIL PROTECTED]> >> However, the problem of programs with GUIs in perl is that they create >> very huge programs that eat very much memory if the programs are complex >> and need to use threads. >> I've just abandoned a program in WxPerl (an RSS reader/Podcast >> reader/TV/Radio l

Re: Accessible GUI Applications in Perl

2008-11-09 Thread bungsuputra linan
On Mon, 2008-11-10 at 10:23 +0800, Foo JH wrote: > > However, the problem of programs with GUIs in perl is that they create > > very huge programs that eat very much memory if the programs are complex > > and need to use threads. > > I've just abandoned a program in WxPerl (an RSS reader/Podcast >

Re: Accessible GUI Applications in Perl

2008-11-09 Thread Foo JH
> However, the problem of programs with GUIs in perl is that they create > very huge programs that eat very much memory if the programs are complex > and need to use threads. > I've just abandoned a program in WxPerl (an RSS reader/Podcast > reader/TV/Radio listener) because when it had one thread

Re: Accessible GUI Applications in Perl

2008-11-09 Thread Mattia Barbon
Gabor Szabo wrote: Hi, There was a recent thread on PerlMonks with the above title where I suggested the use of wxPerl. http://www.perlmonks.org/?node_id=722367 I wonder what is really the issue? How can one make sure that the application s/he is writing has the accessibility features? A

Re: Accessible GUI Applications in Perl

2008-11-08 Thread Octavian Rasnita
From: "Gabor Szabo" <[EMAIL PROTECTED]> There was a recent thread on PerlMonks with the above title where I suggested the use of wxPerl. http://www.perlmonks.org/?node_id=722367 I wonder what is really the issue? How can one make sure that the application s/he is writing has the accessibility f

Accessible GUI Applications in Perl

2008-11-08 Thread Gabor Szabo
There was a recent thread on PerlMonks with the above title where I suggested the use of wxPerl. http://www.perlmonks.org/?node_id=722367 I wonder what is really the issue? How can one make sure that the application s/he is writing has the accessibility features? Gabor