Hi Stefan,

Sorry, I do not understand the question. What do you want achieve with it? Can 
you describe a scenario where you need this? Why is this related to mobile 
applications only?

Tino



Am 24.03.2011 um 10:24 schrieb Stefan Andersson:

Dear core team,

We have a number of questions regarding the intended structure of mobile 
applications:

It would be interesting to have a plugin "system" of mixins for different GUI:s 
like the ones dependent on:
a) different locales other than Western
b) different sizes of displays and/or functionalities of the hardware

a) could be having a getGUIVariant() and

setGUIVariant("Chinese" ,"<function/class name of mixin>")
or
setGUIVariant("Western" ,"<function/class name of mixin>")
or
setGUIVariant("Arabic" ,"<function/class name of mixin>")

used when the locale is set and dynamically loading the correct mixins residing 
in different parts

b) could be having a getModality() and

setModality("Samsung/Android", "<function/class name of mixin>")
or
setModality("Ericsson/Android", "<function/class name of mixin>")

used when the detection of the receiving device and dynamically loading the 
correct mixins residing in different parts.

The dynamically mixins could then be developed by each of us specific for the 
application, while the setter and getters mentioned as additions will activate 
the respective mixin if defined.

The mixins contain two parts: the GUI definitions and the GUI layout code.

What do you think about this?

Our intention was to minimize and optimize and keep code clarity and we 
developed a test of this.

Stefan
<ATT00001..txt><ATT00002..txt>


------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to