Re: [E-devel] elm_win

2009-08-28 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Tue, 25 Aug 2009 11:53:05 -0400 Christopher Michael > > said: > >> Just wondering if there are plans to make an elm_win_centered_set ? Or >> if this is even desired...isn't rocket science, but seems odd that >> something so obvious is missing from E

Re: [E-devel] elm_toolbar

2009-08-28 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Tue, 25 Aug 2009 19:14:41 -0400 Christopher Michael > > said: > >> Hi All :) >> >> Doing some work on elm_toolbar lately (as I am using it in an app), and >> want to add the ability for toolbar to have separators. Now, the >> question is this: >> >>

Re: [E-devel] elm_toolbar

2009-08-28 Thread The Rasterman
On Fri, 28 Aug 2009 09:38:25 -0400 Christopher Michael said: > Carsten Haitzler (The Rasterman) wrote: > > On Tue, 25 Aug 2009 19:14:41 -0400 Christopher Michael > > said: > > > >> Hi All :) > >> > >> Doing some work on elm_toolbar lately (as I am using it in an app), and > >> want to add the

Re: [E-devel] elm_win

2009-08-28 Thread The Rasterman
On Fri, 28 Aug 2009 09:28:13 -0400 Christopher Michael said: > Carsten Haitzler (The Rasterman) wrote: > > On Tue, 25 Aug 2009 11:53:05 -0400 Christopher Michael > > said: > > > >> Just wondering if there are plans to make an elm_win_centered_set ? Or > >> if this is even desired...isn't rocke

Re: [E-devel] Accessing Box's items from python code

2009-08-28 Thread Laszlo KREKACS
> So Im asking if it is possible to add at least evas_object_box_add() to python > bindings? After much help from k-s at #e, I can provide patches which adds part_box_append to edje. Here is the two patched file[1]. Best regards, Laszlo [1]: Index: BINDINGS/python/python-edje/include/edje/c_e

Re: [E-devel] Accessing Box's items from python code

2009-08-28 Thread Laszlo KREKACS
Ok, gmail wrapped long lines. Here is at a pastebin: http://paste.pocoo.org/show/136794/ Best regards, Laszlo -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report de

[E-devel] Toolbook

2009-08-28 Thread Christopher Michael
Ok, tested the toolbook code again (with the updated theme file), but the problem still persists :( I've attached my test code and an updated screenshot it here: http://devilhorns.us/images/toolbook2.png To reiterate, when adding an image to the toolbook, the toolbar portion of the code is no

Re: [E-devel] Toolbook

2009-08-28 Thread The Rasterman
On Fri, 28 Aug 2009 11:08:33 -0400 Christopher Michael said: > Ok, tested the toolbook code again (with the updated theme file), but > the problem still persists :( I've attached my test code and an updated > screenshot it here: > > http://devilhorns.us/images/toolbook2.png > > To reiterate,

Re: [E-devel] Toolbook

2009-08-28 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Fri, 28 Aug 2009 11:08:33 -0400 Christopher Michael > > said: > >> Ok, tested the toolbook code again (with the updated theme file), but >> the problem still persists :( I've attached my test code and an updated >> screenshot it here: >> >> http://d

Re: [E-devel] Accessing Box's items from python code

2009-08-28 Thread Gustavo Sverzut Barbieri
Nah! As payment for all the help I demand you to do the other part_box* functions as well :-) Have paroli to rock and spread EFL usage. BR, On Fri, Aug 28, 2009 at 12:07 PM, Laszlo KREKACS wrote: > Ok, gmail wrapped long lines. > Here is at a pastebin: > http://paste.pocoo.org/show/136794/ > > B

Re: [E-devel] [e_dbus] [patch] unref message when fail to set_notify or when not completed

2009-08-28 Thread Gustavo Sverzut Barbieri
seems ok, in svn. On Thu, Aug 27, 2009 at 9:20 PM, Bruno Dilly wrote: > Hey folks, > > Regarding edbus, I believe that when sending a message, if it fails to > set_notify, it should cancel and unref the pending message. Another > thing, if the pending call doesn't complete, it should free data and

Re: [E-devel] [ELM] patch thumbscroll off

2009-08-28 Thread Atton Jonathan
I display a slide in a scroll area. When the user click on a "area" to move or resize it, I disable the thumbscroll and enable it when it is done. I retrieve the event "area move start" from an edje object, consequently I can't retrieve the event info and block it with the flag. 2009/8/27 Carsten

Re: [E-devel] [ELM] patch thumbscroll off

2009-08-28 Thread The Rasterman
On Fri, 28 Aug 2009 18:27:17 -0400 Atton Jonathan said: smells to me you want a push/pop. push on start of dragging the thing that slides around, then pop when stopping (as long as the thing sliding around doesn't use up most of the scroller this should be fine). push/pop i think makes more sense

[E-devel] eina warning message in ecore_file_monitor_poll_del()

2009-08-28 Thread Vincent Torri
Hey, Suppose that ecore_file_monitor_poll_add() is called with the 'path' parameter pointing to a file that does not exist. then, ecore_file_monitor_poll_del() is called, while _monitors has not been set and is NULL. Hence a warning message line 163. No problem if I add a check on _monitors b