Re: [E-devel] Multiply themes for one gadcon_client

2010-09-03 Thread Gustavo Sverzut Barbieri
On Fri, Sep 3, 2010 at 2:28 AM, Tom Haste wrote: > FYI, Id like to do something like this for 1.0, if people like the > idea. Analog clocks suck at 32px. :) I'm all for it... actually it is done in connman/bluez modules as it will hide the labels if it is too small. -- Gustavo Sverzut Barbieri

Re: [E-devel] Multiply themes for one gadcon_client

2010-09-02 Thread Tom Haste
FYI, Id like to do something like this for 1.0, if people like the idea. Analog clocks suck at 32px. :) On 9/3/10, Tom Haste wrote: > One way of getting around this: > > Use embryo to get a size callback. Once the object gets beyond a > certain size, it changed to a different appearance, 'digcloc

Re: [E-devel] Multiply themes for one gadcon_client

2010-09-02 Thread Tom Haste
One way of getting around this: Use embryo to get a size callback. Once the object gets beyond a certain size, it changed to a different appearance, 'digclock' so that it works as a huge desktop widget. I think this is the kind of look youre after right? Toma. On 9/3/10, Carsten Haitzler wrote:

Re: [E-devel] Multiply themes for one gadcon_client

2010-09-02 Thread The Rasterman
On Fri, 3 Sep 2010 11:02:40 +0800 rui kou said: you'll find it hard as this fundamentallly changes the theming core for e. it has no theme context per object (tree) - just has a global one. elementary has the ability to have one per object tree tho. so i'm not worrying until e18 :) > yes , E17 c

Re: [E-devel] Multiply themes for one gadcon_client

2010-09-02 Thread rui kou
yes , E17 can't do that now, but I want to make it. 2010/9/3 Carsten Haitzler > On Fri, 3 Sep 2010 00:19:41 +0800 rui kou said: > > e17 can't do that. > > > Hi > > > > I want to make my gadcon_client to show multiple themes in the same time, > > for example, we can show a analog clock in the de

Re: [E-devel] Multiply themes for one gadcon_client

2010-09-02 Thread The Rasterman
On Fri, 3 Sep 2010 00:19:41 +0800 rui kou said: e17 can't do that. > Hi > > I want to make my gadcon_client to show multiple themes in the same time, > for example, we can show a analog clock in the desk and a digital clock in > the shelf at the same time. > > I want to add theme_path in E_Con

[E-devel] Multiply themes for one gadcon_client

2010-09-02 Thread rui kou
Hi I want to make my gadcon_client to show multiple themes in the same time, for example, we can show a analog clock in the desk and a digital clock in the shelf at the same time. I want to add theme_path in E_Config_Gadcon_Client and a common theme select dialog for all the gadcon. But how can I