getting the property shall dump object's important
properties and stuff. setting the property should set
up the object to the specified state. should ignore the
properties it doesn't recognizes (they can be gui
properties for example).
container should on get report recursivelly it's
children, on set - clean it's content and create the
structure sent.
this way simca can communicate with GUI, report what's
running. and gui can create new applications/pathes and
send them to simca to create.
xml can then become the simca patch file format. GUI
can add it's stuff to the xml, like coordinates and
colors and whatever else.
Logged In: YES
user_id=2832
maybe xml property / command should only be implemented by
GUIable components?
or there should be various kinds of xml requests to objects,
one of which - GUI - should only be implemented by
components and pages.