Re: how to create login progressbar

2011-06-20 Thread Bernhard Schuster
> my app connect database, it show login dialog first, after connected, it > distory the login dialog and come in main loop, show main window. > i want add a progressbar in login dialog, but at that time it doesn't in main > loop , how can i refresh the progressbar by using

how to create login progressbar

2011-06-20 Thread jh_wang2004
hi all: my app connect database, it show login dialog first, after connected, it distory the login dialog and come in main loop, show main window. i want add a progressbar in login dialog, but at that time it doesn't in main loop , how can i refresh the progressbar by using timeout fun

Tooltips blown away by ProgressBar

2009-02-17 Thread Jeffrey Barish
When I hover over any of a number of widgets in my application, a tooltip appears. However, as soon as a progressbar updates, the tooltip disappears. Is there a way to get the tooltips to stick around the way they do when there is no progressbar update? -- Jeffrey Barish

Re: Gtk::ProgressBar doesn't work synchronously

2008-06-28 Thread Till Harbaum / Lists
rth's KidStuff: > Hi All, > > I'm converting a large Windows/Mac project to run on Ubuntu, and I'm a > little stuck when trying to use a ProgressBar. We have a cross-platform > class that assumes I can create a "Progress Monitor" dialog during > time-intensive

g_file_copy and GFileProgressCallback with a progressbar to monitor the g_file_copy?

2008-04-22 Thread Soulivanh Anothay
Hi all, I have looked online but I could not find much helpful information. Can anyone point me an simple example of using GFileProgressCallback with a progress bar to monitor g_file_copy.? If possible working with multiple folders asynchronously. Thanks, Souliavanh ___

Re: Gtk::ProgressBar doesn't work synchronously

2008-04-09 Thread Gabriele Greco
> Start a complex task > Create a Progress Monitor dialog and show it > Update the dialog as the task progresses > Destroy the dialog > > Every time you update the dialog (or also more often if you can) you should do something like: while (gtk_events_pending()) gtk_main_iteration(); To let GTK

Gtk::ProgressBar doesn't work synchronously

2008-04-09 Thread Garth's KidStuff
Hi All, I'm converting a large Windows/Mac project to run on Ubuntu, and I'm a little stuck when trying to use a ProgressBar. We have a cross-platform class that assumes I can create a "Progress Monitor" dialog during time-intensive tasks, and then periodically update the

ProgressBar

2006-08-30 Thread Fernando ApesteguĂ­a
Hi All! I would like to know if it is possible that the progress bar behaves like a thermometer, this is, change the color of the progress bar in certain regions, and maybe I want to have a specific text for each of these regions. Which functions should I look for? I see http://developer.gnome.or

RE: Refreshing the progressbar

2006-04-21 Thread Freddie Unpenstein
> Hello all, I am using the probress bar to show the progress of some > event. Initially i have some text in theprogress bar. After the > event is complete, i change the text on the progress bar.. But it > is not getting changed... But once i minimise the window and then > maximise it, the text on

Re: Refreshing the progressbar

2006-04-12 Thread Michael L Torrie
tting > changed... > > But once i minimise the window and then maximise it, > the text on the progress bar is changed... > > Is there any way i can change the text on the > progressbar automatically? Are you using threads b

Refreshing the progressbar

2006-04-11 Thread Sandy K
progress bar is changed... Is there any way i can change the text on the progressbar automatically? Thanking You Sandy __ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

Re: How can I have a progressbar inside a statusbar ?

2005-11-22 Thread Claudio Polegato Junior
, CTRL+X, click with the left mouse button on scrollbars and then DEL. Click on each part of the hbox and CTRL+V. Now you have something like Firefox style. The viewport add the shadow efect/property. On one of this viewports, you can insert/add a progressbar. Thank you, Claudio, really many many

Re: How can I have a progressbar inside a statusbar ?

2005-11-22 Thread Colossus
left mouse button on scrollbars and then DEL. Click on each part of the hbox and CTRL+V. Now you have something like Firefox style. The viewport add the shadow efect/property. On one of this viewports, you can insert/add a progressbar. Thank you, Claudio, really many many thanks ! It's ex

Re: How can I have a progressbar inside a statusbar ?

2005-11-21 Thread Claudio Polegato Junior
this viewport, viewport1, select, CTRL+X, click with the left mouse button on scrollbars and then DEL. Click on each part of the hbox and CTRL+C. Now you have something like Firefox style. The viewport add the shadow efect/property. On one of this viewports, you can insert/add a progre

How can I have a progressbar inside a statusbar ?

2005-11-21 Thread Colossus
); gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (statusbar2), FALSE); progressbar = gtk_progress_bar_new(); gtk_widget_set_size_request(progressbar, 160, -1); gtk_container_add (GTK_CONTAINER (statusbar2), progressbar); gtk_widget_show (progressbar); statusbar3 = gtk_statusbar_new (); gtk_widget_show