Re: [E-devel] How to copy colors in E??

2010-01-11 Thread The Rasterman
On Wed, 06 Jan 2010 23:29:19 -0600 "David C. Rankin" said: > Guys, > > How do I copy a color in E17 to set the next color class entry to the > same color without guessing? Specifically, in 'Settings' -> 'Colors' -> > 'Color Classes', if I am setting items and I want to make 2 or more items

Re: [E-devel] [e-users] Website Organization

2010-01-11 Thread The Rasterman
On Sat, 2 Jan 2010 17:28:32 -0300 Andres Blanc said: okie dokie... :) > Before anyone else spends a second creating or editing existing website or > wiki content we need to sort this project's face out. The current website(s) > and wiki(s) are a mess, to continue to add content without sorting th

Re: [E-devel] list of symbols exported by modules that may collide

2010-01-11 Thread The Rasterman
On Sat, 9 Jan 2010 07:16:00 +0800 Tom Haste said: > I noticed this too. I spent a little time investigating it, but > obviously not enough. It did get me thinking about module names and > where these lists are generated. Would it not be better to have 1 > single place where the module is named? e

Re: [E-devel] kernel: enlightenment[5147]: segfault at 7fdeac53b5f0 ip 7fdeac53b5f0 sp 7fdddb6dd0f8 error 15

2010-01-11 Thread The Rasterman
On Wed, 06 Jan 2010 22:37:18 -0600 "David C. Rankin" said: working just fine for me - zero issues > Guys (Dimitry), > > On opensuse 11.0, I just updated to E17-svn_20100103_r44860-4.2, and > it is segfaulting all over the place. Specifically, if I try and use the > settings or add an icon

Re: [E-devel] about show/hide image in edc

2010-01-11 Thread The Rasterman
On Wed, 06 Jan 2010 18:20:35 +0800 zhangze said: > hi, all > i write a IMAGE part which contains two descriptions, one's visible is > 0, the other one's visible is 1, but i cannot change the status between > these two statuses; > accessory is my edc file , i want to why ? you cant have BOTH an

Re: [E-devel] Virtual Desktops - windows shown on all desktops, move to 0, 1 disappears??

2010-01-11 Thread The Rasterman
On Thu, 07 Jan 2010 00:01:55 -0600 "David C. Rankin" said: > Guys, > > Hopefully the last one for the evening. For some reason in > E17-svn_20100103_r44860-4.2, when I open an app on desktop 0,0, it is shown > on all desktops. Switching from desktop 1->2->3->4 makes no difference, I > stil

Re: [E-devel] [Elementary] elm_object_unfocus missing ?

2010-01-11 Thread The Rasterman
On Sat, 9 Jan 2010 16:15:40 +0100 Nicolas Aguirre said: > Hi, > > I'm using elm_object_focus(obj) to give keyboard focus to a specific elm > widget (in my case elm_entry). But I would like to remove this focus when I > want. I don't found any API in Elementary.h to do that. there is now an unfo

Re: [E-devel] Elementary has Perl bindings now

2010-01-11 Thread The Rasterman
On Sat, 9 Jan 2010 14:51:51 -0500 (EST) Adam Flott said: > I created Perl bindings for Elementary. > > http://search.cpan.org/perldoc?EFL::Elementary > > Most of the tests from elementary_test are done. Once I figure out how to > handle the void *event_info from the callbacks in XS I can finish

Re: [E-devel] Evas running on WebOS/Palm Pre

2010-01-11 Thread The Rasterman
On Sat, 9 Jan 2010 16:03:23 -0600 "Ibukun Olumuyiwa" said: > (The prodigal child returns!) > > I've been working on this for a couple of days now. If you're familiar > with Palm's WebOS then you probably know that the most recent OS update > (1.3.5) came with SDL and OpenGL ES libraries. Here's

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

2010-01-11 Thread daniele_athome
On Mon, Jan 4, 2010 at 13:19, Gustavo Sverzut Barbieri wrote: >  - data_get() was right, that is the data you give after the callback. > If you do:  list.item_append("Hello", icon, end, cb, 123, 456, a=123), > then you receive   ((123, 456), {'a': 123}) as expected. > I guess it doesn't work with