On Sun, 2008-06-22 at 09:38 -0700, Eric Wilhelm wrote: > # from Gabor Szabo > # on Sunday 22 June 2008 08:07: > > >So I wonder what is the experience of people using Wx. Especially in > > Perl? So far DialogBlocks and wxGlade were mentioned. > >I know it is hard to tell, but do people on the list tend to use those > >or do they tend to create the application using plain Perl calls? > > I tend to end up with hand-written code by the time the app gets to > maintenance mode. Regenerating Perl code with wxGlade can be > problematic to maintain (and XRC isn't really an option unless the > mime-type-initialization penalty in loading XRC goes away.) > There is a way around the mime-type limitation. Compile wxWidgets without mime and then XRC works very nicely.
> I have used both xrced and wxGlade for purposes of trying out widget > arrangements. In my experience, they both tend to work fairly well > starting from a clean slate, but making changes using the GUI can often > be clunky. > > --Eric
