Javafx app consists of html embedded scene that contains a TableView and a button below that inititates a file chooser when clicked.
I can load the app in ie 9.0 but it only loads when I debug and have the java console set to display. In FireFox 9.0.1 and Safari 5.1.2, I get the following errors:
FireFox:
"dtjava is not defined"
"illegal character"
Safari:
"SyntaxError: Invalid character: '\0' "
I can load the app in ie 9.0 but it only loads when I debug and have the java console set to display. In FireFox 9.0.1 and Safari 5.1.2, I get the following errors:
FireFox:
"dtjava is not defined"
"illegal character"
Safari:
"SyntaxError: Invalid character: '\0' "