V3 beta Aug-24-2011 available now

 From:  Michael Gibson
4438.63 In reply to 4438.62 
Hi bemfarmer,

> Michael, could you please recommend an htm editor wysiwyg?
> (For webkit/MoI3)

You can't really use a standard html editor if you want to use the same stuff that MoI uses itself, because several of the MoI UI controls are built with custom elements that are not in regular html.

Your best bet is just a text editor like notepad++ or notepad2.

You could use a standard html editor though if you wanted to make your own kind of custom UI that didn't use the same controls that the regular MoI UI is made up of, and also other pieces of infrastructure like the templating mechanism.


> It seems like the new htm do not display in Internet explorer
> window, in Notepad++, or pagebreeze. ?

That's normal that they would not display in Internet explorer since IE does not implement the various custom tags that MoI makes available.

But they're just text files so you should be able to open them in Notepad++, are you having some problem just viewing the files as text in Notepad++ ?


> Also a javascript editor?

This is also done best with a text editor same as for the HTML files.


> Also where to get javascript documentation, re webkit?

There's a variety of stuff online, here is a good place to start:
http://www.w3schools.com/


> I had to copy lineweb scripts manually. (?)

Do you mean you used the script copier utility and it did not copy that particular one? The script copier utility is available here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4438.32

- Michael