I think that you shouldn't worry about function calls. Each property
needs function call, object creation, etc. To create one qooxdoo
widget instance there are tens of function calls so another one (or
tens) in your layer is really not important:)

-- 
Best regards
- Petr Kobalicek <http://kobalicek.com>

2009/10/15 Burak Arslan <burak.ars...@arskom.com.tr>:
> hello,
>
> the old version of jsqt generated one class per ui file, where all code
> was stuffed in the constructor. while easier to implement, this method
> does not give all the control one could want over the generated code.
> instead, i think it should generate functions that instantiate and
> configure each widget, which are called in the constructor. those
> functions can be overridden in a class that inherits the generated one.
> what do you think?
>
> do you think the additional function calls will have a noticeable impact
> on the performance? what's your experience? would these calls be inlined
> in the build version?
>
> also, it is advised to defer drawing as much as possible. does it make
> sense to make every container widget draw its children in its appear event?
>
> thank you in advance for your time.
>
> best regards
> burak
>
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to