Displaying 1 result from an estimated 1 matches for "id_accept".
Did you mean:
fd_accept
2006 Mar 07
5
FXProgressDialog trouble
...9;m trying to use it to show the
progress of a file upload..
I am running the upload in a separate thread that calls the dialog''s destroy
method when its done.. the dialog closes, but the application remains
non-responsive (as if its still in the execute loop). I''ve tried sending
ID_ACCEPT to the dialog with the same results.
I''ve seen some other threads on this list (and others) with the same issue,
with no solution... can someone point me to an example of successfully using
this dialog?
Thanks..
Maurice
-------------------------
code snippet:
-- in my FXMainWindow:...