can't display label text in a progress dialogbox...
From: Christodoulos Pantazis (xpan_at_arg.forthnet.gr)
Date: 02/23/04
- Next message: Rob Kennedy: "Re: Using pointer to string is backwards compatible :D but weird !"
- Previous message: Skybuck Flying: "A dirty little hack yes sir ! :D"
- Next in thread: Duncan McNiven: "Re: can't display label text in a progress dialogbox..."
- Reply: Duncan McNiven: "Re: can't display label text in a progress dialogbox..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 23 Feb 2004 18:04:07 +0200
hi,
I have this problem. I want to display a progress dialog, which consists of
a progress bar, a Memo and a Label.
when I give
progress := TProgressDlg.Create(self);
progress.Show;
//
//init stuff
//
progress := nil;
progress.Free;
the Caption in the label plus the text in the memo are not showing. The
progress indicator works normally, however.
If I give
progress.ShowModal;
I see everything, but the flow of the main programme halts (of course).
What am I doing wrong?
- Next message: Rob Kennedy: "Re: Using pointer to string is backwards compatible :D but weird !"
- Previous message: Skybuck Flying: "A dirty little hack yes sir ! :D"
- Next in thread: Duncan McNiven: "Re: can't display label text in a progress dialogbox..."
- Reply: Duncan McNiven: "Re: can't display label text in a progress dialogbox..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|