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 164719 - [Win7] netbeans cannot open because 2 dialogs block eachother
Summary: [Win7] netbeans cannot open because 2 dialogs block eachother
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Other
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://i44.tinypic.com/s2f9me.png
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 18:29 UTC by hell4you
Modified: 2009-05-19 07:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
printscreen of the problem (169.98 KB, image/png)
2009-05-07 18:33 UTC, hell4you
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hell4you 2009-05-07 18:29:19 UTC
I'm using Win7 RC1 x64.

Did before:
- Install NetBeans IDE 6.5.1 with all components except SOA/GlassFish
- Uncheck the box that shows the startup page each time
- Create and save a new netbeans project
- Close and restart netbeans

Workaround:
Edit "NetBeans 6.5.1\nb6.5\config\Modules\org-netbeans-modules-registration.xml" and set <enabled> to false. Then the 
register now dialog no longer appears on startup and you can click the other window away.
Comment 1 hell4you 2009-05-07 18:31:16 UTC
please read summary for problem description:
netbeans cannot open because 2 dialogs block eachother
Comment 2 hell4you 2009-05-07 18:33:05 UTC
Created attachment 81762 [details]
printscreen of the problem
Comment 3 mslama 2009-05-12 11:50:32 UTC
Can you close top level dialog? (No Compilers Found) (ie. can you click on OK button of this dialog?)
Comment 4 mslama 2009-05-14 10:41:47 UTC
No response. I will try to reproduce.
Comment 5 hell4you 2009-05-17 14:26:22 UTC
no you can't bring the other window to the front.

and clicking on the buttons of the first window has no effect.
Comment 6 hell4you 2009-05-17 14:26:45 UTC
no you can't bring the other window to the front.

and clicking on the buttons of the first window has no effect.
Comment 7 mslama 2009-05-18 09:31:51 UTC
I need to know where this dialog is created and displayed in cnd (which class and when it is displayed to be able to
test it). To be sure: Is it displayed from AWT thread? Then you can reassign back. Thanks. Looks like Swing issue.
Comment 8 mslama 2009-05-18 09:35:00 UTC
Reporter: Please can you attach thread dump when this problem happens? Thanks.
Comment 9 Vladimir Voskresensky 2009-05-18 15:21:51 UTC
fixed
http://hg.netbeans.org/cnd-main?cmd=changeset;node=539268821b18
Comment 10 mslama 2009-05-19 06:21:37 UTC
To verify with dev build: Use command line option -J-Dnb.registration.enabled=true and delete
$HOME/.netbeans-registration/6.7. It will open modal Registration Reminder dialog just after IDE start.
Comment 11 Quality Engineering 2009-05-19 07:32:04 UTC
Integrated into 'main-golden', will be available in build *200905190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/539268821b18
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#164719: [Win7] netbeans cannot open because 2 dialogs block eachother
- call dialog from delayed EDT