Hello,

I've just downloaded Build 5483 of branch Legals to see if I can now use PUT and DELETE HTTP verbs (change 20070617-hqm-2). It works beautifully in proxied mode. When setting lzproxied=false, however, OpenLaszlo debugger gives me the following error:

ERROR: uncaught exception: Permission denied to call method XMLHttpRequest.open
lzx> Debug.inspect(«debugger/LzMessage.lzs#404/15#1| ERROR: ...»)
«debugger/LzMessage.lzs#404/15#1#0| ERROR: uncaught exception: Permission denied to call method XMLHttpRequest.open» {
  file: ''
  line: 0
message: 'uncaught exception: Permission denied to call method XMLHttpRequest.open'
}
ERROR: uncaught exception: Permission denied to call method XMLHttpRequest.open
lzx>

This occurs in both Flash and DHTML runtimes. When I exported the test app as DHTML SOLO, it no longer sends any data to the server. Live HTTP Header's output is empty.

Also, another unrelated issue that I found is that when exporting to DHTML SOLO, the application will not work if we enable debugging (i.e., <canvas debug="true">). The app will just display spinner.gif without proceeding any further.

At closer inspection, the generated DHTML page seems to require lps/includes/lfc/LFCdhtml-debug.js. When browsing to that directory, however, only LFCdhtml.js exists. Thus, I manually copied <OL_install_dir>/lps/includes/lfs/LFCdhtml-debug.js. The app proceeded to load, although the debugger window did not appear.


Cheers,


[ simon.cpu ]


--
And /usr/games/fortune futurama says:

 Fry: Things are different this time. Before she was demanding and
possessive, but now she wants me to do stuff and stay with her all the time.

Reply via email to