Ok, so I have another idea instead of the ProgressBar, that maybe someone could help me with.

So instead of doing a ProgressBar I found some Gifs that work like endless looping progress-bar/spinning wheels, etc...

So what I think I'll try is to create some kind of container that can hold Widgets, and I'll add the animated Gif image
along with a Label saying something like "Sending Data....", or soemthing like that, then once the Background process
completes, I'll close the Container containing the Gif image.

The part I need some guidance on is finding a Widget I can add a Gtk2::Image to along with a Label. I know the
Gtk2::Window can hold Widget(s), but was hoping for something more like a Dialog box, or just a smaller window like widget.
But it seems that the Dialog and MessageDialog cannot get Widgets "added" to them...

Any ideas for what I CAN use to add Widgets to for this? I assume I could create a 2nd window aside from my MAIN-Parent window
widget (*parent contains all the stuff I mentioned in my OP), but I have not tried creating more then one Window Widget
in the same script.

In the mean time I guess I'll try creating a really small "Window" widget by specifying the height and Width manually to something
small. Then I guess I'd add something like an HBox that would include the label and GIF...


If anyone has any ideas for something I can use other then a Gtk2::Window, please feel free...
Other then that, any ideas, thoughts and/or suggestions would be greatly appreciated!


Thanks in Advance,
Matt



In reply to Re: Perl::Gtk2, Looking for a Widget Similar to HourGlass by mmartin
in thread Perl::Gtk2, Looking for a Widget Similar to HourGlass by mmartin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.