Software Archive
Read-only legacy content
17061 Discussions

Intel XDK 1878 App Designer Faster, still buggy

luis_l_
Beginner
332 Views

Congratulation for the faster Intel XDK App Designer in Version 1878, the previous version was too slow to be used.

 


However, for me it does work only with appframework 2.1NOT 2.2 which gives a blank page (with the same index.html that is ok with 2.1). No error message. Is there a log where one could find the errors ???


It does nor work either with jquery-2.1.3.js and jq.appframework.js, NEITHER with 2.2 nor with 2.1, give also a blank page.


Emulate works all right but shows this in debug console (nothing is shown with 2.1 ONLY WITH 2.2 OR JQUERY+JQ.APPFRAMEWORK)  
/http-services/ui-builder/web/unit_tests/utils/test_styleparsing.css

I seems that de developper of jq.appframework.js AND appframework 2.2  failed to remove the scalpel from the patient's abdomen. as this file does not seems to be anywhere "unit_tests" it is in.


Could Send me a patch for .js or the missing file please.


Regards
Luis

 

0 Kudos
2 Replies
Chris_P_Intel
Employee
332 Views

Hi Luis,

If you make a new project with App Designer, select App Framework and go you'll get the versions of App Framework and jQuery that the different components have been made for. 

As to App Framework, 2.1 is the current public version, and that is the one App Designer will give you.  http://app-framework-software.intel.com/af22/cdn.php

The jQuery story is a bit more complicated, App Designer is not including the very latest.  In theory, jQuery 2 should be a drop-in replacement, but perhaps only in theory. If you want to update it, go ahead and try it, but be sure to test everything.

That .css file is _not_ included by any of the App Framework files, nor its jQuery adapter. I'm not sure how that file would have been requested, unless you tried to load the App Designer unit test harness.  In any case, I think that request is a red-herring and not relevant to whatever troubles you are having.

But if you continue to have trouble, can you tell us specifically what you are trying to do?  Do you have "before" and "after" files to help illustrate the problem?

Thanks,

Chris

 

 

0 Kudos
A_B_3
Beginner
332 Views

I have the same error. Every time after starting my app in Emulator. 

Failed to load resource: the server responded with a status of 404 (Not Found) http://127.0.0.1:58889/http-services/ui-builder/web/unit_tests/utils/test_styleparsing.css

I use Intel XDK 1912

0 Kudos
Reply