Software Archive
Read-only legacy content
17060 Discussions

Javascript problem with XDK/ubuntu

Francesco_S_
Beginner
2,096 Views

Hello, I am a new user. I installed ubuntu Intel XDK on both 32-bit and 64-bit. It seems to work fine, but when I go to test the application I realize that the javascript does not work. Why ?!

0 Kudos
5 Replies
PaulF_IntelCorp
Employee
2,096 Views

Is "test_styleparsing.css" a file in your project? Do you recognize that file?

0 Kudos
Francesco_S_
Beginner
2,096 Views
No, I Found This File code
0 Kudos
PaulF_IntelCorp
Employee
2,096 Views

I think I understand what you are seeing.

The Emulate tab shares its console with the XDK (which is a very large HTML5 app built on top of node-webkit). If you switch to a different XDK tab while the Emulate tab's debug console open, you may see console.log messages from those other tabs appear. This is not a fault in your app, it is a fault in the XDK that it is allowing those messages to be seen.

0 Kudos
Francesco_S_
Beginner
2,096 Views

ok, then it is not a message regarding my problem.

Then I attach the sorgene of my little program. A button that has to do with an alert helo world.
Who tells me what's wrong ?!

thanks

0 Kudos
Francesco_S_
Beginner
2,096 Views
Any suggestions?
0 Kudos
Reply