[maemo-developers] Wierd problem with hildon gtk window progress indicator
From: Amit Sethi amit.pureenergy at gmail.comDate: Tue Jul 21 22:03:21 EEST 2009
- Previous message: [pymaemo] Python-mafw overrides
- Next message: Wierd problem with hildon gtk window progress indicator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am writing code in which I have to fetch some data during this time I want to show some kind of progress indicator . So i tried using hildon progress indicators like this: def price_button_pressed(widget,window): print time.time() hildon.hildon_gtk_window_set_progress_indicator(window, 1) time.sleep(4) print "it should have been now " sw=SmPriceWindow().new_() sw.show_all_() print time.time() hildon.hildon_gtk_window_set_progress_indicator(window, 0) window and SmPriceWindow are both stackable windows ... I tried to add some time between progress indicator being added to window and creation of the SmPriceWindow (during which fetching takes place) and yet when I run the program the progress indicator appears only just before the SmPriceWindow is shown ... Why is that ? -- A-M-I-T S|S
- Previous message: [pymaemo] Python-mafw overrides
- Next message: Wierd problem with hildon gtk window progress indicator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]