View Single Post
02-27-11, 11:54 PM   #10
adam4813
A Murloc Raider
Join Date: Feb 2011
Posts: 8
Progress.

I am implemented the editing window commands right now. These types of command allow the script to set up and modify the window itself (add menus, add function handlers to different items, set the window title, and open the OpenFileDialog). I need to know in what other ways should the script be able to change the editing window. I am planning a Toolbox feature and context menus for right-clicking.

Other working aspects include an ElementManager which stores a mapping of each element with adding/removing of elements. Elements themselves can have their properties set, though they do nothing right now. Elements also can have children elements added and their parent element set.

The XML loader is fully done with the scripting so you can navigate the full file with common sense functions.
  Reply With Quote