[wxPython-users] wx.gauge question
Frank Aune
Frank.Aune at broadpark.no
Sat Feb 23 13:27:00 PST 2008
On Saturday 23 February 2008 21:04:19 Varsha Purohit wrote:
> Hello All,
> I have an application where i want to show series of images one by
> one getting refreshed on the panel. Till then i want to show a gauge, which
> uses pulse method because number of images shown on the panel is decided on
> runtime. But when i am using pulse method it doesnt behave like a pulse
> should behave in a status bar. CAn anyone tell me how to implement this
> pulse method. should i put it in a timer or some loop which is inputting
> the images ??
>
> i am writing these two lines in the frame class
>
> self.gauge1 = wx.Gauge(self.panel, -1, 10, (100,620), (190, 20))
> self.gauge1.Pulse()
>
> please guide me regarding this....
>
> thanks,
On what platform are you running? AFAIK Pulse() only works on Win32.
-Frank
More information about the wxpython-users
mailing list