« Creating Compiled JavaFX Applets - Method One (of Two) | Main | A Compiled JavaFX Script Playground - The Assortis Demo »

March 10, 2008

Comments

indy

Very interesting point of view about Passive investing and why smart passive investors are smart and how they could actively determine which types of stocks they want to invest in

bharathi

Hi James,
I am also facing the same problem.
Can u please help me.

uday

Hi James

I am new to javafx. i embedded javafx script which is shown below. i.e
javafx(
{
codebase: "dist",
archive: "JavaFXJavaScript.jar",
draggable: true,
width: 250,
height: 120,
code: "javafxjavascript.Main",
name: "JavaFXJavaScript",
id: 'JavaFXJavaScript'
}
);

i placed the script in a method in a jsp.I called that method inside a 'td'.I placed the 'td' in a 'div' and by default 'div's display is none. on some event i made 'div's display as block. after that i wrote something like this..

var myApp = document.getElementById('JavaFXJavaScript');
myApp.script.height = 300;

when i run the code i am getting an error like myApp.script is undefined .

can u please help in this..

thanks in advance

uday

Hi James,

I am new to javafx. i embedded javafx script which is shown above. i.e
javafx(
{
codebase: "dist",
archive: "JavaFXJavaScript.jar",
draggable: true,
width: 250,
height: 120,
code: "javafxjavascript.Main",
name: "JavaFXJavaScript",
id: 'JavaFXJavaScript'
}
);

i placed the script in a method in a jsp.I called that method inside a .I placed the in a and by default 's display is none. on some event i made 's display as block. after that i wrote something like this..

var myApp = document.getElementById('JavaFXJavaScript');
myApp.script.height = 300;

when i run the code i am getting an error like myApp.script is undefined .

can u please help in this..

thanks in advance

The comments to this entry are closed.

Categories