Hi
Converted existing project to version 4.0.2.1.
When I run in the browser the following messages
Uncaught SyntaxError: Unexpected token ILLEGAL icon-right.png:1
Uncaught SyntaxError: Unexpected token ILLEGAL icon-left.png:1
Uncaught SyntaxError: Unexpected token ILLEGAL index.html:8179
All properties for controls are changed on the on_show of my forms.
Checking the compiled JavaScript index.html file the following lines are included in script header generated by NSBasic.
<script src="https://jqwidgets.com/public/jqwidgets/styles/images/icon-right.png"></script>
<script src="https://jqwidgets.com/public/jqwidgets/styles/images/icon-left.png"></script>
I think this causing the error but I have no clue.
Any help would be gratefully appreciated
Ian
| Reply via web post | Reply to sender | Reply to group | Start a New Topic | Messages in this topic (1) |
Resolved issue by downloading version 4.0.2.2 and installing.
Thank you.