Re: Online javascript help needed.

2017-03-17 Thread Michael Meeks
Hi Jan, First - great to have you working on this =) On 17/03/17 10:33, Jan Iversen wrote: > 3) the file Kit/Kit.cpp contains a long cascade of if else statements, > because commands are communicated as strings. > is this on purpose ? why not have an Kit_enum.hpp that is converted > t

Re: Online javascript help needed.

2017-03-17 Thread Jan Iversen
> > main.js is not the js file that is supposed to be used by the browsers > directly. It is used by the js build system to generate the final bundle.js > file which resides in loleaflet/dist/bundle.js (and generated when you do > 'make' in loleaflet directory) > > You load the appropriate htm

Re: Online javascript help needed.

2017-03-17 Thread Pranav Kant
Hi, On 17/03/17 16:03, Jan Iversen wrote: Hi. I am trying to reuse the online javascript in a webkit frame, the setup works in general, but I have a couple of questions, which seems unanswered in the available doc. I want to start online as we use it for ESC. I have a file URL so I am ready to

Online javascript help needed.

2017-03-17 Thread Jan Iversen
Hi. I am trying to reuse the online javascript in a webkit frame, the setup works in general, but I have a couple of questions, which seems unanswered in the available doc. I want to start online as we use it for ESC. I have a file URL so I am ready to start LO with a document: 1) looking in