Re: [E-devel] FOSDEM 2009

2008-10-23 Thread Stephane Bauland
Sevcsik András wrote: > On Wed, Oct 22, 2008 at 3:13 PM, Nicolas Aguirre > <[EMAIL PROTECTED]>wrote: > > >> 2008/10/22 Vincent Torri <[EMAIL PROTECTED]> >> >> >>> no one is interested at all ? >>> >>> >> I'll be there. >> > > > Me too. > I think i will be with you too. Not su

Re: [E-devel] FOSDEM 2009

2008-10-23 Thread Sevcsik András
On Wed, Oct 22, 2008 at 3:13 PM, Nicolas Aguirre <[EMAIL PROTECTED]>wrote: > 2008/10/22 Vincent Torri <[EMAIL PROTECTED]> > > > > > > > no one is interested at all ? > > > > I'll be there. Me too. > > -- > Nicolas Aguirre > Mail: [EMAIL PROTECTED] > Web: http://www.digital-corner.org > ---

Re: [E-devel] About animate

2008-10-23 Thread Rafael Antognolli
Hi, >From the program code you can use Edje API: edje_object_signal_emit(Evas_Object *obj, const char *emission, const char *source); And inside your theme, any program can do: action: SIGNAL_EMIT "name" "source"; target: "part_name"; On Thu, Oct 23, 2008 at 9:03 AM, flower-mei <[EMAIL PROTECTE

Re: [E-devel] About animate

2008-10-23 Thread Matt Barclay
You can emit signals any time you want with: edje_object_signal_emit(edje, "my,fancy,signal", "mysource"); For debugging, I like to register a stdin callback that let's me type in a signal on STDIN which is then emitted in the application. Then I can simulate events for the GUI and the applicat

[E-devel] About animate

2008-10-23 Thread flower-mei
hi all, Just forgive me for my trouble for you I know that the animate can be started when the signal be emited, but I don't know other way to emited the signal or set up the signal except when the mouse clicked signal is emitted. thanks ! :) -

[E-devel] Pager wheel flipping problem with b_and_w theme

2008-10-23 Thread Viktor Kojouharov
There's a really annoying bug with the b_and_w theme (now the default theme) and the pager module. If flipping desktops on mouse wheel is enabled, scrolling on the pager will actually flip across 2 desks, instead of one. There was no such problem with the bling theme, or any other theme I know abou

Re: [E-devel] edje_cc error

2008-10-23 Thread Gustavo Sverzut Barbieri
On Thu, Oct 23, 2008 at 8:00 AM, flower-mei <[EMAIL PROTECTED]> wrote: > hi all, > With efl development enviroment, I have install all needed lib but when I > use edje_cc it has the error: > > Missing PNG or JPEG loader modules for Evas or file does not exist, or is > not readable. > I don'

[E-devel] edje_cc error

2008-10-23 Thread flower-mei
hi all, With efl development enviroment, I have install all needed lib but when I use edje_cc it has the error: Missing PNG or JPEG loader modules for Evas or file does not exist, or is not readable. I don't know which lib have not installed? who know the reason? thanks ! -

Re: [E-devel] how to give focus on the swallow part

2008-10-23 Thread Gustavo Sverzut Barbieri
On Thu, Oct 23, 2008 at 6:18 AM, flower-mei <[EMAIL PROTECTED]> wrote: > hi all, > > If I want to receive signal from the main group, I can set > self.main_group.focus=True > thus, we can only receive signal from the whole swallow part but can't > recognize which special part? > how c

[E-devel] how to give focus on the swallow part

2008-10-23 Thread flower-mei
hi all, If I want to receive signal from the main group, I can set self.main_group.focus=True thus, we can only receive signal from the whole swallow part but can't recognize which special part? how can I set the focus to the swallow part so that it can receive signal from the