progress dialog while numeric dialog
#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)
Reply

Logout Mark Read Team Forum Stats Members Help
progress dialog while numeric dialog0