Re: [Maya-Python] Re: qProgressbar update questions

2014-07-21 Thread Kurian O.S
self.ui.pgr_copy_files.setValue(bar_val) not self.ui.pgr_copy_files.setValue = bar_val I think that's going wrong. On Mon, Jul 21, 2014 at 3:00 PM, md wrote: > Kurian ... thanks .. but I actually made a typo when typing the question > ... In my code it is self.ui.pgr_copy_files.setValue = bar_

[Maya-Python] Re: qProgressbar update questions

2014-07-21 Thread md
Kurian ... Thanks ... my code was actually self.ui.pgr_copy_files.setValue = bar_val brain fart i guess .. your response helped me pick it out ... thanks !! On Monday, July 21, 2014 5:51:41 PM UTC-4, md wrote: > > Hey guys > > I have a couple functions where I am copying files. I want to updat

[Maya-Python] Re: qProgressbar update questions

2014-07-21 Thread md
Kurian ... thanks .. but I actually made a typo when typing the question ... In my code it is self.ui.pgr_copy_files.setValue = bar_val still it does not update. On Monday, July 21, 2014 5:51:41 PM UTC-4, md wrote: > > Hey guys > > I have a couple functions where I am copying files. I want to up