On 2013-08-22 15:01, Flamaros wrote:
That not always so simple.
With DQuick the D application is like a slave that contains data, and
the GUI is free to display the data in many ways.
Property binding act like a part of the controller if we are talking
about the MVC model.
Notice that if a data in the application side change, depending
properties binding will be updated, so the GUI too.
If I understand you correctly that's how it work on using Xcode on Mac
OS X as well. But Apple manage without a script language for the GUI
code. It's XML and a binary format.
--
/Jacob Carlborg