Selection questions

 From:  Michael Gibson
9147.10 In reply to 9147.9 
Hi Bravlin, well the layers are that the inner core is C++ compiled code and the UI is implemented in HTML and JavaScript which use the WebKit and JavaScriptCore libraries.

JavaScriptCore has an API that MoI uses to make an object in the js runtime that calls C++ functions when properties are accessed or functions invoked.

Unfortunately making a well documented SDK is an extremely time consuming process and since I'm only one person working on MoI I just do not have enough time available to do developer oriented documentation. So it has not been possible to make that a priority as of yet. It is something that I would like to work on in the future but other functionality targeted at "regular" non-developer users has been and still is my priority currently.

- Michael