Hello,
On Sat, Aug 18, 2012 at 12:12 AM, maxim wrote:
> I'm excited with the power of EFL, but I'm in a trouble :(
>
> I use Edje to make layout (.edc file),
> but I want to render beautiful Elementary
> widgets corresponding to this layout.
If you read French or if Google translate make any sen
Steven Falken gmail.com> writes:
Thank you very much. I'll try to study the examples, you've mentioned.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat lan
Hi,
you can find many examples just searching the efl codebase with that cmd:
find ./ -type f -iname *.edc -exec grep -Hn "source: \"elm/" "{}" \;
The available elm widgets for edje can be found here:
https://svn.enlightenment.org/svn/e/trunk/elementary/src/edje_externals
3 examples I found in th
On Wed, 6 Jan 2010 11:03:40 +0100 Nicolas Aguirre
said:
> 2010/1/6 Carsten Haitzler
>
> >
> > use an elm layout - it's an edje object, just it manages the parent/child
> > stuff
> > for you as well as min size calculations and deletion of children on
> > deletion
> > of the layout obj.
> >
> >
2010/1/6 Carsten Haitzler
>
> use an elm layout - it's an edje object, just it manages the parent/child
> stuff
> for you as well as min size calculations and deletion of children on
> deletion
> of the layout obj.
>
>
Does it means that the evas object swallowed in elm_layout is deleted when
you
On Wed, 6 Jan 2010 10:30:50 +0100 Andreas Volz said:
> Am Mon, 28 Dec 2009 14:33:09 +0100 (CET) schrieb Nicole Vreden:
>
> > Hello,
> > ...
> > The list is still drawn on top of the window, the positioning still
> > doesn't work.
> > I'd be glad to get any hints to resolve this issue.
>
> Hello
Am Mon, 28 Dec 2009 14:33:09 +0100 (CET) schrieb Nicole Vreden:
> Hello,
> ...
> The list is still drawn on top of the window, the positioning still
> doesn't work.
> I'd be glad to get any hints to resolve this issue.
Hello Nicole,
I tried the same but with the C++ binding. The results I had we
Hello,
> ---list_test.edc-
> part
> {
> name: "list";
> type: RECT;
I've changed the part-type from RECT to SWALLOW, now the function
c.