hi, i'm a new user and am having trouble getting any of the data retrieval examples working where data is retrieved from a php server such as:
http://localhost/export_php/testList.phpfor the:
example_export_to_pdf.html
demo where I replace loadURL with the above URL. Instead I just get a popup saying:
LOAD Failed!
Exception :
XMLHttpRequest Status : 0
which is not very helpful. Unfortunately i can't step through the sigma grid code with firebug because
gt_grid_all.js
is obfuscated. I've tried including all the source files:
<link rel="stylesheet" type="text/css" href="grid/gt_grid.css" />
<script type="text/javascript" src="grid/gt_msg_en.js"></script>
<!--<script type="text/javascript" src="grid/gt_grid_all.js"></script>-->
<script type="text/javascript" src="src/gt_base.js"></script>
<script type="text/javascript" src="src/gt_ajax.js"></script>
<script type="text/javascript" src="src/gt_chart.js"></script>
<script type="text/javascript" src="src/gt_column.js"></script>
<script type="text/javascript" src="src/gt_const.js"></script>
<script type="text/javascript" src="src/gt_dataset.js"></script>
<script type="text/javascript" src="src/gt_dialog.js"></script>
<script type="text/javascript" src="src/gt_editor.js"></script>
<script type="text/javascript" src="src/gt_grid.js"></script>
<script type="text/javascript" src="src/gt_template.js"></script>
<script type="text/javascript" src="src/gt_tool.js"></script>
<script type="text/javascript" src="src/gt_validator.js"></script>
but this doesn't seem to work...likely because they have to be included in a certain order....Can somebody please let me know if this is a bug or help me get this working?....thanks....