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 122147 - [Weather App] ValidationError when open preview in Weather.fx file
Summary: [Weather App] ValidationError when open preview in Weather.fx file
Status: VERIFIED WORKSFORME
Alias: None
Product: usersguide
Classification: Unclassified
Component: JavaFX (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-16 13:44 UTC by Alexandr Scherbatiy
Modified: 2008-01-17 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file (116.14 KB, text/plain)
2007-11-16 13:45 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2007-11-16 13:44:08 UTC
Mac OS
Java 1.5

Steps to reproduce:

- Create a WeatherFX Application
- Run the application
- Open 'weatherfx.Weather.fx' file
- Enable preview
  The exception pops up:

uncaught FX exception: net.java.javafx.type.expr.ValidationError net.java.javafx.type.expr.ValidationError: file:/Users/tester1/NetBeansProjects/
WeatherFXApplication1/src/weatherfx/WeatherModel.fx:89: Can't find function toString in windSpeed.toString()
	
	at windSpeed.toString() ("file:/Users/tester1/NetBeansProjects/WeatherFXApplication1/src/weatherfx/WeatherModel.fx", Line 89)
	at __composite__ = this.composeNode() ("jar:file:/Users/tester1/.netbeans/6.0rc1/modules/ext/javafx/javafxrt.jar!/javafx/ui/canvas/
CompositeNode.fx", Line 29)
	at sg = this.createNode() ("jar:file:/Users/tester1/.netbeans/6.0rc1/modules/ext/javafx/javafxrt.jar!/javafx/ui/canvas/Node.fx", Line 624)
	at root.addChild(i.getNode()) ("jar:file:/Users/tester1/.netbeans/6.0rc1/modules/ext/javafx/javafxrt.jar!/javafx/ui/Canvas.fx", Line 212)
Comment 1 Alexandr Scherbatiy 2007-11-16 13:45:47 UTC
Created attachment 53123 [details]
IDE log file
Comment 2 Adam Sotona 2007-12-11 18:49:22 UTC
I cannot reproduce this issue. It works for me.

Please reopen if happens again.
Comment 3 Alexandr Scherbatiy 2008-01-17 10:01:40 UTC
the issue is not reproduced