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 16584 - ToolbarView.setVisible(view, true) doesn't work
Summary: ToolbarView.setVisible(view, true) doesn't work
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-15 22:10 UTC by Torbjorn Norbye
Modified: 2001-10-29 16:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjorn Norbye 2001-10-15 22:10:57 UTC
I'm trying to open some views programatically; in particular, the
threads view when you load a multithreaded program, and the session list
when you do multisession debugging (e.g. when you load a second program).

To do that I call toolbar.setVisible(view, true).  This sort-of-works -- the
particular view's toolbar button is selected. However the actual view is
not shown in the threads window. The user has to click the button twice (once
to uncheck the button, and then again to select the view) to work around this.

Do you perhaps need to propagate PROP_VISIBLE from ToolbarView.setVisible?
Comment 1 Jan Jancura 2001-10-22 16:54:55 UTC
in main trunk
Comment 2 Jan Stola 2001-10-29 16:14:49 UTC
Closed.