Hi Guys,
I’ve got another StackOverflow question that I thought someone might want to take a stab at:
Sadly, they refuse to provide a sample app, but the code they do show looks correct. I’m not really sure what their issue is.
- Mike
Hi Guys,
I’ve got another StackOverflow question that I thought someone might want to take a stab at:
Sadly, they refuse to provide a sample app, but the code they do show looks correct. I’m not really sure what their issue is.
I gave it a go but it's hard to test anything without a sample app. As
dialogs are top-level windows, the system may dispose of them whenever
it feels necessary even though you call Destroy() (i.e., it may not be
destroyed immediately).
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
# ------------------------------------------------------------- #
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()
# ------------------------------------------------------------- #
On 6 December 2012 17:24, Mike Driscoll wrote:
Hi Guys,
I've got another StackOverflow question that I thought someone might want to
take a stab at:python - How can I get the ProgressDialog to close before I open my MessageBox? - Stack Overflow
Sadly, they refuse to provide a sample app, but the code they do show looks
correct. I'm not really sure what their issue is.