--- [EMAIL PROTECTED] wrote: > :) > > I see my old project still has some usage. Since I'm doing Gtk apps > maintanance for Zoidberg has > been more or less non-active. But if you need some help making it work with > Gtk please let me > know. > > Regards, > > -- Jaap <[EMAIL PROTECTED]> > > ________________________________ > > From: [EMAIL PROTECTED] on behalf of Sergei Steshenko > Sent: Sat 7/28/2007 1:42 PM > To: Ye Wenbin; [email protected] > Subject: Re: Is there an interactive shell for gtk-perl > > > > > --- Ye Wenbin <[EMAIL PROTECTED]> wrote: > > > Hi, Sergei, > > There are many thing that glade can't do. Glade only can show what > > property, signals > > and other static things. But if I want to see the function of some method > > of widget > > or debug some variable when the program is running, it can't help me. > > > > On Sat, 28 Jul 2007 05:01:43 +0800, Sergei Steshenko <[EMAIL PROTECTED]> > > wrote: > > > If the main issue is learning, then why not use 'glade' or 'glade3' - you > > > can build a GUI using several clicks choosing widgets from menus on the > > > way. > > > > > > -- > > Best regards, > > Ye Wenbin > > _______________________________________________ > > gtk-perl-list mailing list > > [email protected] > > http://mail.gnome.org/mailman/listinfo/gtk-perl-list > > > > Well, I once found "zoidberg" Perl shell to be interesting. > > It is now > > http://search.cpan.org/~pardus/Zoidberg-0.95/lib/Zoidberg.pm > http://search.cpan.org/~pardus/Zoidberg-0.95/lib/Zoidberg/Shell.pm > . > > It is not gtk-specific, but since it is both Perl and shell, it > should be pretty easy to call from it gtk-specific stuff. > > Regards, > Sergei. > > Applications From Scratch: http://appsfromscratch.berlios.de/ > > > > ____________________________________________________________________________________ > Yahoo! oneSearch: Finally, mobile search > that gives answers, not web links. > http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC > _______________________________________________ > gtk-perl-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtk-perl-list > >
I'm wondering whether http://search.cpan.org/~nilsonsfj/subs-parallel-0.08/lib/subs/parallel.pm can help to work around the issue of 'mainloop' - might be a pretty generic solution. --Sergei. Applications From Scratch: http://appsfromscratch.berlios.de/ ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
