Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
; I see... good night again, for real ;-) -- daniele_athome -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel per

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
send > patches. > > You may also want to check with TAsn on #e as he's developing w/ illume2 for > Freerunner...tho he has not reported any focus problems at all... > Thank you for your help :-) Tomorrow I will

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
In policy.c, line 230: /* if we reach here, then there is a problem with showing a window below * this one, so show home */ _policy_focus_home(bd->zone); Something tells me that this line is somewhat related with my issue... what do you think? -- daniele_ath

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
e bringed up. (sorry for my bad english) -- daniele_athome -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel per

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
my app taking building those two windows; the first gets activated through a dbus call (evas_object_show/elm_win_activate/evas_object_focus_set). The second window is activated by the first one. When I (the user) close the second window, the first doesn't get the focus (the screen sho

Re: [E-devel] [e-users] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
home screen, and other opened window can't take the focus anymore until the WM explicitly gives to it (ie by using switcher buttons). Is the illume stacking management wrong, or should I set some property to my home

[E-devel] Configuring illume2 for custom panel app

2010-04-17 Thread daniele_athome
e a custom home screen with launchers that could replace illume-home; should it be configured as a DESKTOP window? And what else? Thank you, -- daniele_athome -- Download Intel® Parallel Studio Eval Try the new software too

Re: [E-devel] elm_genlist longpress event conflicting with selected event

2010-03-19 Thread daniele_athome
ly the selection signals and double-click signals can be attached. Anyway I can use a workaround by setting a variable if longpress gets fired, but I guess I should point to some better solution. -- daniele_athome --

[E-devel] elm_genlist longpress event conflicting with selected event

2010-03-19 Thread daniele_athome
ected callback I launch a toplevel window. Not doing anything in both callback doesn't solve the issue. Thanks, -- daniele_athome -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compi

Re: [E-devel] How to grab a key event if the key binding is set in e

2010-02-22 Thread daniele_athome
enlightenment key bindings: [0.0 forward_to_client][1.0 simplelock] (it's just an example) I can handle this thing in many ways: I can send a dbus message from the wm (very slow I guess), or I might simulate the keypress on the application, can I do that? Thanks, -- daniele_a

Re: [E-devel] [PATCH] Elementary, elm_button.c : Emit mouse down event

2010-01-20 Thread daniele_athome
On Wed, Jan 20, 2010 at 06:55, Brian Wang wrote: > Hello all, > > The attached enables the programmer to handle 'pressed' signal (mouse > down) on elm_button. Ehm where is the attachment? Sorry I cannot see it, neither in the received e-mail nor in ML archive

Re: [E-devel] [Python] elementary.List: longpressed event

2010-01-11 Thread daniele_athome
d. > I guess it doesn't work with me because I use partial() as callback, so passing no data directly to item_append(). -- daniele_athome -- This SF.Net email is sponsored by the Verizon Developer Community Take adv

Re: [E-devel] [Python] elementary.List: longpressed event

2009-12-24 Thread daniele_athome
On Thu, Dec 24, 2009 at 23:40, Gustavo Sverzut Barbieri wrote: > On Thu, Dec 24, 2009 at 10:19 AM, daniele_athome > wrote: >> On Thu, Dec 24, 2009 at 10:46, daniele_athome >> wrote: >>> The modified line is the last one, was "return cbt[0]" >>&g

Re: [E-devel] [Python] elementary.List: longpressed event

2009-12-24 Thread daniele_athome
On Thu, Dec 24, 2009 at 10:46, daniele_athome wrote: > The modified line is the last one, was "return cbt[0]" > Merry christams to everybody There is another problem. data_get() on ListItem doesn't return the correct data. Returned data is ( ( ), { } )

Re: [E-devel] [Python] elementary.List: longpressed event

2009-12-24 Thread daniele_athome
On Thu, Dec 24, 2009 at 10:37, daniele_athome wrote: > As you can see, ListItem IS in the tuple, but the object passed to the > actual python callback is cbt[0], so the List. Anyway I'll make some > other tests in the meanwhile. > It seems that returning cbt[2] solves the pr

Re: [E-devel] [Python] elementary.List: longpressed event

2009-12-24 Thread daniele_athome
80e20, name=None, geometry=(0, 0, 480, 596), color=(255, 255, 255, 255), layer=0, clip=True, visible=True), , , (), {} ) As you can see, ListItem IS in the tuple, but the object passed to the actual python callback is cbt[0], so the List. Anyway I'll make some other tests in the meanwhil

Re: [E-devel] [Python] elementary.List: longpressed event

2009-12-23 Thread daniele_athome
On Thu, Dec 24, 2009 at 01:09, Gustavo Sverzut Barbieri wrote: > On Wed, Dec 23, 2009 at 5:16 PM, daniele_athome > wrote: >> Hello list. >> I'm trying to implement the python binding for the longpressed event >> of elementary List widget. >> The problem is that

[E-devel] [Python] elementary.List: longpressed event

2009-12-23 Thread daniele_athome
from elm_list_item_data_get() to a python object, that is, these lines: print "Data retrieved!", data My patch is attached. Thank you, merry christmas. -- daniele_athome Index: downloads/svn/svn.enlightenment.org/svn/e/trunk/BINDINGS/python/python-elementary/elementary/elementary.c_elem