Re: Blocking GUI
- From: "Salvatore De Paolis" <iwkse-ml gmx com>
- To: gtk-perl-list gnome org
- Subject: Re: Blocking GUI
- Date: Mon, 27 Jun 2011 00:24:23 +0000
$button->set_image($waiting);
get_stuff_with_mechanize_and_fill_a_liststore();
$button->set_image(undef);
I've tried Glib::Idle->add which almost works as I would like it to do.
The only issue is, the image i'm going to set is an animated gif and the
animation is not visible but just the static picture.
Regards,
Sal
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]