On Thu, 22 Nov 2012 18:50:04 +0100 Leif Middelschulte
<leif.middelschu...@gmail.com> said:

> Hi there,
> 
> 1. Bug (space taken):
> As the subject says, elm_index takes the entire canvas (horizontally xor
> vertically) and thus renders e.g. it unusable with any ui that has e.g.
> buttons in the respective corners.
> 
> I think that it should be limited to the viewport size of its parent element
> à la 'elm_index_add(parent)'.

my testing says otherwise... rememebr parent is just the parent for CREATION
and logical ownership.. did you PACK index into something? eg a table? use a
table. put the object on top of which u want the index for in first, THEN pack
the index in the same table cell. it will be layered on top.. and it'll occupy
the same space as (eg the list) that its on top of... and it even gets clipped
to it... ALL the examples add it as a resize object to the window - but it can
be put anywhere... and it positions, sizes and clips - i just modified
elm_test's index test to do this and it works correctly.

what index DOESNT do is gracefully handle if # of items doesnt fit  in the
space allowed - it doesn't go removing them... so it overflows and gets clipped
by the index region.

> 2. Bug (autohide):
> Disabling autohide before elements are added leads to weird behavior. E.g.
> there's just one index "A".

errrr... no can reproduce... disabling or enabling it means all items exist -
at least in elm test's index code...

> --
> 
> Leif
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to