quote:
Originally posted by Ashley_H
I am wondering about XML Programming in Visual Basic.
Please stick to one thread (see your other thread:
XML Reader in Visual Basic.).
Reading in an XML file can be done with various methods. However, that would only be the extremely easy part since reading in an XML is just the same as reading in any other text fle. What you do with that (text-like, html-like) data is something completely different...
quote:
Originally posted by Ashley_H
Form example Plus!Windows.
I have the PlusInterface.xsd (Schema file) and I have lots of Window files form various scripts, but say I wanted to make a window preview tool. So you load your XML and it displays the window as it would in plus.
To draw Plus!-style windows you need to create your own graphic engine (in a similar way you need to create your own browser if you want to view HTML files as reading in html doesn't magically turn it into a graphical webpage). And that is far from easy.
Moreover, to make this just like the existing (official) interface previewer, you need to know exactly how the Plus! graphic engine works and what it uses for each (tiny) element of all the controls and how they are rendered, how text is rendered, etc...
You can make something which might look somewhat similar as how Plus! would show it, but that's it (eg: see dempsey's Window Designer).