[E-devel] Elm_Toolbar remove item

2015-10-04 Thread Andrew Williams
Hi guys, I'm seeing strange graphical layout glitches and lots of evas log warnings about unstable during redraw if I try to remove a toolbar item when the toolbar is visible. This has started happening since 1.15. Am I trying to do something fundamentally wrong or have I found some strange bug?

Re: [E-devel] elm_toolbar api and icons

2010-11-03 Thread Leandro Pereira
On Wed, Nov 3, 2010 at 11:44 AM, Rui Miguel Silva Seabra wrote: >> you can also give fdo name and it should find (see ephoto), maybe we >> can add code to detect for absolute paths and check for known >> extensions like jpeg/png and load them as files > Why not: >   1. check theme >   2. if 1 fail

Re: [E-devel] elm_toolbar api and icons

2010-11-03 Thread Rui Miguel Silva Seabra
Em 03-11-2010 13:03, Gustavo Sverzut Barbieri escreveu: > On Wed, Nov 3, 2010 at 7:46 AM, Brian Wang wrote: >> On Wed, Nov 3, 2010 at 5:27 PM, Rui Miguel Silva Seabra >> wrote: >>> Em 03-11-2010 01:05, Brian Wang escreveu: On Wed, Nov 3, 2010 at 8:11 AM, Rui Miguel Silva Seabra wrote

Re: [E-devel] elm_toolbar api and icons

2010-11-03 Thread Gustavo Sverzut Barbieri
On Wed, Nov 3, 2010 at 7:46 AM, Brian Wang wrote: > On Wed, Nov 3, 2010 at 5:27 PM, Rui Miguel Silva Seabra wrote: >> Em 03-11-2010 01:05, Brian Wang escreveu: >>> >>> On Wed, Nov 3, 2010 at 8:11 AM, Rui Miguel Silva Seabra >>>  wrote: Hi, So I've been a bit surprised by the c

Re: [E-devel] elm_toolbar api and icons

2010-11-03 Thread Brian Wang
On Wed, Nov 3, 2010 at 5:27 PM, Rui Miguel Silva Seabra wrote: > Em 03-11-2010 01:05, Brian Wang escreveu: >> >> On Wed, Nov 3, 2010 at 8:11 AM, Rui Miguel Silva Seabra >>  wrote: >>> >>> Hi, >>> >>> So I've been a bit surprised by the change of "icons" in elm_toolbar >>> from an Evas_Object * int

Re: [E-devel] elm_toolbar api and icons

2010-11-02 Thread Brian Wang
On Wed, Nov 3, 2010 at 8:11 AM, Rui Miguel Silva Seabra wrote: > Hi, > > So I've been a bit surprised by the change of "icons" in elm_toolbar > from an Evas_Object * into a const char *. > > How do I use an icon not predicted by elementary now? elm_theme_overlay_add() your theme file, which conta

[E-devel] elm_toolbar api and icons

2010-11-02 Thread Rui Miguel Silva Seabra
Hi, So I've been a bit surprised by the change of "icons" in elm_toolbar from an Evas_Object * into a const char *. How do I use an icon not predicted by elementary now? Rui -- Achieve Improved Network Security with IP

Re: [E-devel] elm_toolbar

2009-08-28 Thread The Rasterman
On Fri, 28 Aug 2009 09:38:25 -0400 Christopher Michael said: > Carsten Haitzler (The Rasterman) wrote: > > On Tue, 25 Aug 2009 19:14:41 -0400 Christopher Michael > > said: > > > >> Hi All :) > >> > >> Doing some work on elm_toolbar lately (as I am using it in an app), and > >> want to add the

Re: [E-devel] elm_toolbar

2009-08-28 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Tue, 25 Aug 2009 19:14:41 -0400 Christopher Michael > > said: > >> Hi All :) >> >> Doing some work on elm_toolbar lately (as I am using it in an app), and >> want to add the ability for toolbar to have separators. Now, the >> question is this: >> >>

Re: [E-devel] elm_toolbar

2009-08-27 Thread The Rasterman
On Tue, 25 Aug 2009 19:14:41 -0400 Christopher Michael said: > Hi All :) > > Doing some work on elm_toolbar lately (as I am using it in an app), and > want to add the ability for toolbar to have separators. Now, the > question is this: > > Would it be better to have an elm_toolbar_separator_a

[E-devel] elm_toolbar

2009-08-25 Thread Christopher Michael
Hi All :) Doing some work on elm_toolbar lately (as I am using it in an app), and want to add the ability for toolbar to have separators. Now, the question is this: Would it be better to have an elm_toolbar_separator_add OR elm_toolbar_item_separator_set ? The difference (IMO) being that elm_