2013/5/29 Eduardo Lima (Etrunko) <ebl...@gmail.com>

> I'm having trouble using edje_file_data_get(), it always returns NULL.
> I am especially interested on the data.file entry, and it can not be
> used inside a group block, so I assume it is to be declared at
> toplevel. See the attached example.
>
> Any clues? Thanks much!
>

It's because your edc is too much minimal, your test works here using this
edc:

data {
    item: "names_item"
"Calvin;Leoben;D'anna;Simon;Doral;Six;Daniel;Sharon;";
    file: "names_file" "names.txt";
}

collections {
    group { name: "asd";
    }
}

maybe edje_cc can be improved to check for this and alert the user.

davemds


>
> --
> Eduardo de Barros Lima ◤✠◢
> ebl...@gmail.com
>
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to