Ask a Question related to PERL Modules, Design and Development.
-
Y.G. #1
Gtk and Glib::Timeout
I am writing a program in perl which invokes a small window. This window
should time out after some time. For the window I use Gtk2. For the
timeout I use Glib::Timeout
The code looks something like this:
my $dialog = new Gtk2::Dialog( );
(creating some buttons and all)
my $timer = Glib::Timeout->add( $interval, \&some_func));
Gtk2->main;
This returns Not a CODE reference at /program_path line line_number
Should I use Glib (and how?) or is there any other function I should use.
Y.G. Guest
-
#40750 [NEW]: fsockopen timeout parameter overwrites timeout for reading
From: andreas dot rieber at 2e-systems dot com Operating system: OpenSuse PHP version: 5.2.1 PHP Bug Type: Network related... -
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Gary Why not just change the connection timeout property? Your doing an update statement, which could take various amounts of time depending on... -
Need help compiling Glib + Gtk
On Mon, 07 Jul 2003 21:23:09 +0100, solaris newbie wrote: $ which pkg-config /usr/sfw/bin/pkg-config $ echo $PATH... -
need help installing glib
Could anyone help me to install glib and all its dependencies, I am a software developer(very new) and I am running an athlon xp 2 gig with soltek...



Reply With Quote

