On Tue, 10 Apr 2012 17:11:12 +0300 Kai Huuhko said:
ok - in. a quick read seems it looks right, but i really can't test it atm. :(
so in. let's see if there are screams and wails of agony. :)
> Attached is a patch to add handling for Hover with the Entry anchor, and
> updated test script.
>
>
Ping!
10. huhtikuuta 2012 17.11 Kai Huuhko kirjoitti:
> Attached is a patch to add handling for Hover with the Entry anchor, and
> updated test script.
>
> Tue, 10 Apr 2012 19:02:44 +0900
> Daniel Juyung Seo kirjoitti:
>
>> It looks good to me. But I hope other efl-python experts can review
>> t
Attached is a patch to add handling for Hover with the Entry anchor, and
updated test script.
Tue, 10 Apr 2012 19:02:44 +0900
Daniel Juyung Seo kirjoitti:
> It looks good to me. But I hope other efl-python experts can review
> this. Anyhow, in SVN. Thanks.
>
> Daniel Juyung Seo (SeoZ)
>
> On M
It looks good to me. But I hope other efl-python experts can review this.
Anyhow, in SVN. Thanks.
Daniel Juyung Seo (SeoZ)
On Mon, Apr 9, 2012 at 5:43 AM, Kai Huuhko wrote:
> Attached is a patch which makes the callback receive event_info with a
> conversion function. I used the old AnchorBlock
Attached is a patch which makes the callback receive event_info with a
conversion function. I used the old AnchorBlock widget as reference. It
still doesn't open Hover, should this be done in the conversion code?
Wed, 4 Apr 2012 13:48:28 +0300
Kai Huuhko kirjoitti:
> Attached is a simple test to
Attached is a simple test to demonstrate this.
I get this output:
Entry object is Entry(name=%r, geometry=(8, 192, 384, 30), color=(255,
255, 255, 255), layer=0, clip=True, visible=True)
We should have event_info here: ()
Wed, 4 Apr 2012 09:36:26 +0900
Daniel Juyung Seo kirjoitti:
> Thanks for
Thanks for the report but can you attach any test code?
I can't reproduce it and at least I got event_info with
"anchor,clicked" callback in entry.
Thanks.
Daniel Juyung Seo (SeoZ)
On Wed, Apr 4, 2012 at 1:15 AM, Kai Huuhko wrote:
> The event signal for "anchor, clicked" isn't passing event_info
The event signal for "anchor, clicked" isn't passing event_info to the
callback. I believe callback_anchor_clicked_add should have a
conversion function and use it with _callback_add_full.
This seems to be the case for the other anchor signals as well.