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 126737 - GUI forms are not checked out.
Summary: GUI forms are not checked out.
Status: CLOSED DUPLICATE of bug 33487
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 16:11 UTC by Peter Pis
Modified: 2008-02-26 11:40 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 Peter Pis 2008-02-05 16:11:02 UTC
Product Version: NetBeans IDE Dev (Build 080204)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
Userdir: D:\nb-hg\main\nbbuild\user

It's not possible to use "Design" view for "form" files. Even though both ".java" and ".form" files are checked out, GUI
can be modified in "Source" view.
Comment 1 Maros Sandor 2008-02-12 14:15:57 UTC
If you first check the form out, it works fine.
If you just start typing in the java editor (checkout happens in the background) then the design is still not editable
although BOTH form and java files are checked out.

My suspicion is that the form editor still thinks the design is read only although it is not. Make sure you properly
listen for filesystem changes and update r/o flag appropriately. 

Feel free to stop by for a demo.
Comment 2 Tomas Pavek 2008-02-12 15:48:04 UTC
I guess we are talking about ClearCase checkout here...

So the problem is if you checkout an already opened form, it does not become editable. You must reopen (reload) the 
form (i.e. opening after checkout is fine). Correct?

We should listen to the r/o change (if it is possible) and probably reload the form in such case.

*** This issue has been marked as a duplicate of 33487 ***
Comment 3 Peter Pis 2008-02-26 11:40:36 UTC
Verified dup. Closing.