Re: Blocking GUI



$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]