progress dialog while numeric dialog

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
echasslau Offline
Junior Member
Posts: 7
Joined: Nov 2010
Reputation: 0
Post: #1
Hello.

What is the correct way of launching an date selection dialog within an addon?
I currently use:
Code:
date = Dialog().numeric(1, u'Select date')

But the problem is that after a while a progress dialog pops up.
I could suppress the dialog with calling endOfDirectory before but how to update the list when the date was selected?

Or is there an other way to launch this dialog and load the "new" list after selecting?

Thanks in advance.

PS: source could be found at https://github.com/escoand/plugin.audio....default.py (line 123)
(This post was last modified: 2012-07-30 23:13 by echasslau.)
find quote