This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 74573 - NO API to get/listen Progress Message
Summary: NO API to get/listen Progress Message
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 11:17 UTC by santhosh
Modified: 2011-08-04 15:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description santhosh 2006-04-07 11:17:05 UTC
I am trying to create a modal progress dialog;
i got the progress component from api;
I also want to show progress message along with progress bar in my dialog;

but there is neither api to get progress message or listen for changes in
progress message
Comment 1 Milos Kleint 2006-04-07 12:18:15 UTC
if you are the one who is creating the component in the dialog, you also have
access to the ProgressHandle and you are setting the text into the handle.
Comment 2 santhosh 2006-04-14 11:22:47 UTC
the progress text into the handle is set by someother thread;

so the progress dialog doesn't know when message is set;