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 34552 - Show Code Generation and Events properties in separate tabs in new property sheet
Summary: Show Code Generation and Events properties in separate tabs in new property s...
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on: 35167
Blocks:
  Show dependency tree
 
Reported: 2003-06-24 12:12 UTC by _ tboudreau
Modified: 2004-05-20 12:13 UTC (History)
1 user (show)

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 _ tboudreau 2003-06-24 12:12:37 UTC
Part of the UI spec for the new winsys/property sheet:

The style of displaying property sets in the new property
sheet is using a tree rather than tabs.  The UI spec 
requires that for the Form Editor, two categories of 
properties appear in tabs anyway.

The new property sheet will call
PropertySet.getValue ("tabName") to decide if a property
set has its own tab it wants to be in.

I have created a patch in issue 34158 which modifies
RadComponent to fulfil this attachment request.  Please
review and apply it after the new property sheet is 
merged to the trunk, but before release 4.0.
Comment 1 Tomas Pavek 2003-07-25 11:14:20 UTC
Fixed.

In trunk:
/cvs/form/src/org/netbeans/modules/form/Bundle.properties
new revision: 1.142; previous revision: 1.141
/cvs/form/src/org/netbeans/modules/form/RADComponent.java
new revision: 1.141; previous revision: 1.140

In prj40_prototype:
/cvs/form/src/org/netbeans/modules/form/Bundle.properties
new revision: 1.141.18.1; previous revision: 1.141
/cvs/form/src/org/netbeans/modules/form/RADComponent.java
new revision: 1.140.8.1; previous revision: 1.140
Comment 2 Tomas Pavek 2003-07-25 16:25:43 UTC
I've reverted the patch as it caused validation test fail. Seems like
bug in property sheet (Properties tab is not selected).
Comment 3 Tomas Pavek 2003-07-28 14:53:16 UTC
Patch available in issue 35168 (id=11155).
Comment 4 Tomas Pavek 2003-07-30 12:25:08 UTC
Fix integrated.l