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 3862 - design mode seems to fail on the `0` rows and design mode doesn`t sync with the code ( changing a layout property is not sync with code at all)
Summary: design mode seems to fail on the `0` rows and design mode doesn`t sync with t...
Status: CLOSED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-14 23:28 UTC by Jan Palka
Modified: 2002-07-19 15:19 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 Jan Palka 1999-09-14 23:28:12 UTC
[IAN] Cannot reproduce the code generation bug, the first part should be entered as separate bug - "Better design time support of GridLayout"

1.     create a new project from .
2.     change layout to `designgridlayout` - you get a 3x2 grid
3.     Change columns to 2, change rows to 2
4.     add two buttons- you`ll see them at the top as you ought to
5.     Change rows to 0 - leave columns at 2
        (this should tell the grid to use as many rows as necessary for the

# components)

A.     you now see only ONE button in design mode not two
B.    Go into `test` mode (press the toggle switch) - now you see both
buttons
C.     Look at the code - the GridLayout is still initialized (2,2) not
(0,2), so if you
Comment 1 Jan Stola 2000-07-27 17:54:59 UTC
Bug assigned to the module owner.