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 205493 - Some New File > JavaFX help buttons should be disabled
Summary: Some New File > JavaFX help buttons should be disabled
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on: 208051
Blocks: 205440
  Show dependency tree
 
Reported: 2011-11-23 17:42 UTC by Jeffrey Rubinoff
Modified: 2012-02-09 14:13 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 Jeffrey Rubinoff 2011-11-23 17:42:12 UTC
Product Version = NetBeans IDE Dev (Build 201111220600)
Operating System = Windows Vista version 6.0 running on x86
Java; VM; Vendor = 1.6.0_27
Runtime = Java HotSpot(TM) Client VM 20.2-b06

In a JavaFX project, if you open the New JavaFX Main class, Preloader class, or FXML template, the help button is active. This button goes to the org.netbeans.java.project.JavaTargetChooserPanel target, which is null. These wizards are really straightforward (just name/project/location/package) and probably don't need any Help topic at all. Can you disable this button? If you think there should be JavaHelp for these wizards, we can revisit them for 7.1.next.
Comment 1 Jeffrey Rubinoff 2011-11-23 17:43:22 UTC
> Product Version = NetBeans IDE Dev (Build 201111220600)
> Operating System = Windows Vista version 6.0 running on x86
> Java; VM; Vendor = 1.6.0_27
> Runtime = Java HotSpot(TM) Client VM 20.2-b06
> In a JavaFX project, if you open the New JavaFX Main class, Preloader class, or FXML template wizard, the help button is active. This button goes to the org.netbeans.java.project.JavaTargetChooserPanel target, which is null. These wizards are really straightforward (just name/project/location/package) and probably don't need any Help topic at all. Can you disable this button? If you think there should be JavaHelp for these wizards, we can revisit them for 7.1.next.
Comment 2 Stepan Zebra 2012-02-03 15:21:02 UTC
Please disable those Help buttons for 7.1.1.
Comment 3 Anton Chechel 2012-02-07 13:11:35 UTC
I can't disable Help buttons since these wizards use NB Java Project Support API and there is no way to do it.

For 7.2 though New FXML File Wizard will have own implementation but I think it should has Help as well.
Comment 4 Jeffrey Rubinoff 2012-02-09 14:13:36 UTC
Anton,
Actually, a fix to Bug #208051 will fix this bug, as that's the generic Panel and help id that the FX file wizard inherits. I've tested it on my local machine but can't push it until I'm back from holiday (Feb 28). Wanted to double check with Tomas Zezula [sp?] that my fix was safe.