python - wxpython, showing modal dialog one by one -


i have multi threaded wxpython app , main gui thread receives notification other threads show under modal dialog box. want kind of scheduling/queuing dialog should appear 1 after other if multiple notification (from other threads) comes @ same time.

as each notification arrives add queue, (i.e. list), , each dialog closed remove notification queue , if not empty show next - and listen users complain.

n.b. careful not situation spotted few times clicking on dismiss button caused notification. classic case error window reporting many error windows open.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -