Hi,

any reason that edje_cc fails to compile edj with this message:

ERR<26599>:edje_cc edje_cc_parse.c:1044 parse_float_range() edje_cc: Error.
<stdin>:130 float -1.000 out of range of 0.000 to 2147483647.000 inclusive

for these lines of edc file:

        part { name: "browbar";
            type: IMAGE;
            description { state: "default" 0;
               min: 0 41;
               max: -1 41;   <==== line 130
               rel1 {
                  relative: 0 1;
                  offset: -1 -20;
                  to_x: "clip";
                  to_y: "menubox";
               }
               rel2 {
                  relative: 1 2;
                  to_x: "clip";
                  to_y: "menubox";
               }
               image {
                  normal: "brow_bar.jpg";
                  middle: DEFAULT;
               }
               fill {
               }
            }
         }


Thanks,
Daniel

PS: editje saves edj file right, so it's something related to edje_cc?
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to