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 140018 - Setting custom SDK does not refresh the Editor first time
Summary: Setting custom SDK does not refresh the Editor first time
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-15 10:07 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:48 UTC (History)
1 user (show)

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 Alexandr Scherbatiy 2008-07-15 10:07:33 UTC
Steps to reproduce:

- Create a JavaFX Script project
- Create a JavaFX Script file:
------------------------------------------
import javafx.ui.*;

Frame {
	height: 150 width: 250
	visible: true
	title: "Hello"
	content: ScrollPane{

		view: Table{
			columns: for (i in [0..25]){
			TableColumn{text: "column "}}
		}
	}
}
------------------------------------------

- Set a JavaFX Script SDK based on trunk compiler libraries for the project.

   The code is compiled but the Editor can't find javafx.ui.* library.
Comment 1 Alexandr Scherbatiy 2008-07-15 10:09:10 UTC
It works after the project rebuilding.
Comment 2 David Strupl 2008-07-15 10:09:50 UTC
Petr, what do you think?
Comment 3 Alexandr Scherbatiy 2008-07-15 10:11:41 UTC
The setting SDK does not refresh the Editor.
But the editor starts to work after the project rebuilding.
Comment 4 Petr Nejedly 2010-09-24 11:42:24 UTC
Reassigning javafx bugs to Adam.
Comment 5 David Strupl 2011-05-16 13:48:14 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.