Hi Gustavo,
The scanf issues actually come from the key/mouse binding dialos. I didn't
change anything that was not related to edges when I copied the code over,
since I wanted to quickly have a conf dialog for testing, and none of these
dialogs segfault :) but yeah, all of these dialogs should
The problem is when the menu exists and is display. When I add an item in
the menu, the menu is not update/refresh.
2009/2/23 Gustavo Sverzut Barbieri
> On Sun, Feb 22, 2009 at 6:22 PM, Atton Jonathan
> wrote:
> > hey,
> >
> > I have a probleme with the E_Menu
> > I create one and add 1 item.
>
I need to know if:
- currently can we update a menu while the menu is display ? I think we
can't.
- is there an easy way to add this possibility to the menu ? maybe a new
method which force the update of the menu ?
else I will continue to use an e_widget_ilist for the interfaces/networks
list in e
On Mon, Feb 23, 2009 at 2:54 PM, Atton Jonathan
wrote:
> I need to know if:
> - currently can we update a menu while the menu is display ? I think we
> can't.
> - is there an easy way to add this possibility to the menu ? maybe a new
> method which force the update of the menu ?
>
> else I will co
On Mon, 23 Feb 2009 09:35:05 +0100, Enlightenment SVN
wrote:
> Log:
> Added Simplified Chinese translations
> Author: aron
> Date: 2009-02-23 00:35:05 -0800 (Mon, 23 Feb 2009)
> New Revision: 39157
>
> Added:
> trunk/E16/e/po/zh_CN.po trunk/E16/e16menuedit/po/zh_CN.po
> Modifie
I ll look at it, currently I have a patch witch add the possibility to add
an item in the front of the list and relative to an other item. I just need
to update this *** menu :)
2009/2/23 Gustavo Sverzut Barbieri
> On Mon, Feb 23, 2009 at 2:54 PM, Atton Jonathan
> wrote:
> > I need to know if:
On Mon, 23 Feb 2009 21:17:21 +0100 Atton Jonathan
said:
> I ll look at it, currently I have a patch witch add the possibility to add
> an item in the front of the list and relative to an other item. I just need
> to update this *** menu :)
as such i always destroy and re-create menus. i didnt ma