How one can have a ProgressDialog without the Progressbar ?
I want to update a textual information but I don't how much of data
will come.
The advantage of wxProgressDialog is that it provides Cancel-Button
and update-function. In wxMessageDialog is no update possible.
Can you get a reference to the label (wxStaticText I think) in the
wxMessageDialog? If not I would recommend making your own dialog with
a label and cancel button. You can always update a label's value if
you have a reference to it.
-D
···
On Fri, Feb 16, 2001 at 03:07:21PM +0100, Udo Floegel wrote:
How one can have a ProgressDialog without the Progressbar ?
I want to update a textual information but I don't how much of data
will come.
The advantage of wxProgressDialog is that it provides Cancel-Button
and update-function. In wxMessageDialog is no update possible.