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
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
> ---
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
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
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 ! :)
-
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
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'
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 !
-
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
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
10 matches
Mail list logo