On 10/12/2010 05:31 PM, Iván Briano (Sachiel) wrote: > On Tue, Oct 12, 2010 at 6:21 PM, Enlightenment SVN > <[email protected]> wrote: >> Log: >> Don't use values that need computing for relative& offset as this >> would cause the computation to be needed every time the widget >> (colorpicker) gets moved/resized....just do the math and set the values. >> >> > > Actually, edje_cc handles that. The values are stored in a double (or whatever > the floating point edje uses). It doesn't store the operators and does the > math > runtime.
Fair enough. I was just trying to avoid the need to do the math during runtime when things get moved/resized :) dh > >> Author: devilhorns >> Date: 2010-10-12 14:21:38 -0700 (Tue, 12 Oct 2010) >> New Revision: 53315 >> >> Modified: >> trunk/TMP/st/elementary/data/themes/default.edc >> -- "If C gives you enough rope to hang yourself, then C++ gives you enough rope to bind and gag your neighborhood, rig the sails on a small ship, and still have enough rope to hang yourself from the yardarm" - Anonymous quote from the The UNIX-HATERS Handbook ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
