Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bkhoyt

Pages: [1]
1
Do you know how to show the javascript console? There will be some debug information in there that will be useful. You can google how to do this for your browser version.

2
Yes, JS files can be included in the resource file and then later processed by the browser. I would recommend building your own zip(res) file to used during loading. The XML viewer plugin with Navigator will extract the resource file and then tell the browser to display the XML document. This XML document therefore can have JS either in it or call out to referenced libraries.

Hope that helps.
Brian

Pages: [1]