1 Mar 2011 01:56
Re: [E-devel] edje_cc fail
michael bouchaud <michael.bouchaud <at> gmail.com>
2011-03-01 00:56:34 GMT
2011-03-01 00:56:34 GMT
no it's relative to editje, he writes a wrong edc file with error. And I
think for this time the message sent by edje_cc is clear -1.0000 out of
range of 0.000 to 2147483647.000 inclusive.
If you really want use a max value. take a big value where it has no chance
to reach it, like max: 99999 41;
Regards,
Michaël
2011/3/1 Ag. Systems Administrator - Danny <sysadmin <at> agent.co.il>
> 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";
(Continue reading)
RSS Feed