Re: [e-users] What is the simplest way to change the font of a genlist text item ?

2019-09-11 Thread Pierre Couderc



On 9/11/19 12:39 PM, Carsten Haitzler wrote:

On Tue, 10 Sep 2019 17:55:54 +0200 Pierre Couderc  said:


On 8/17/19 10:28 AM, Carsten Haitzler (The Rasterman) wrote:

On Sat, 17 Aug 2019 07:35:02 +0200 Pierre Couderc  said:


Is there an example or a tutorial ?

   If you do your own edc and
style and use this style for the genlist item then the edje object is your
design and can be whatever you want.


Well, I am a bit stubborn...

OK, I suppose I can do that, I search somewhere in the source, I
duplicate all what is needed, I modify the font name, Icompile. OK.

So still my question. Is there an example or a tutorial to do that ?
where is the edc for genlist item?

https://git.enlightenment.org/core/efl.git/tree/data/elementary/themes/edc/elm/genlist.edc

elm/genlist/item/default/default

that group - make a new one named elm/genlist/item/default/MYSTYLE

replace MYSTYLE with whatever you want to name it... then compile that to an
edj file and then add tat edj file as a theme extension with
elm_theme_extension_add(NULL, "/path/to/myfile.edj") and ensure you use your
named style for your genlist items you want to be different :)



Thnk you, now, I try that...


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] What is the simplest way to change the font of a genlist text item ?

2019-09-11 Thread Carsten Haitzler
On Tue, 10 Sep 2019 17:55:54 +0200 Pierre Couderc  said:

> 
> On 8/17/19 10:28 AM, Carsten Haitzler (The Rasterman) wrote:
> > On Sat, 17 Aug 2019 07:35:02 +0200 Pierre Couderc  said:
> >
> >> Is there an example or a tutorial ?
> >   If you do your own edc and
> > style and use this style for the genlist item then the edje object is your
> > design and can be whatever you want.
> >
> Well, I am a bit stubborn...
> 
> OK, I suppose I can do that, I search somewhere in the source, I 
> duplicate all what is needed, I modify the font name, Icompile. OK.
> 
> So still my question. Is there an example or a tutorial to do that ? 
> where is the edc for genlist item?

https://git.enlightenment.org/core/efl.git/tree/data/elementary/themes/edc/elm/genlist.edc

elm/genlist/item/default/default

that group - make a new one named elm/genlist/item/default/MYSTYLE

replace MYSTYLE with whatever you want to name it... then compile that to an
edj file and then add tat edj file as a theme extension with
elm_theme_extension_add(NULL, "/path/to/myfile.edj") and ensure you use your
named style for your genlist items you want to be different :)

> 
> 
> 
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com



___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] What is the simplest way to change the font of a genlist text item ?

2019-09-10 Thread Pierre Couderc



On 8/17/19 10:28 AM, Carsten Haitzler (The Rasterman) wrote:

On Sat, 17 Aug 2019 07:35:02 +0200 Pierre Couderc  said:


Is there an example or a tutorial ?

  If you do your own edc and
style and use this style for the genlist item then the edje object is your
design and can be whatever you want.


Well, I am a bit stubborn...

OK, I suppose I can do that, I search somewhere in the source, I 
duplicate all what is needed, I modify the font name, Icompile. OK.


So still my question. Is there an example or a tutorial to do that ? 
where is the edc for genlist item?




___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] What is the simplest way to change the font of a genlist text item ?

2019-08-17 Thread The Rasterman
On Sat, 17 Aug 2019 07:35:02 +0200 Pierre Couderc  said:

> Is there an example or a tutorial ?

it"s actually not that simple as theme decides and you now have to override the
theme. this requires using text classes and this depends on text class naming
standards which are kind of not really official (they are not namespaced) so
overriding this will probably break in future. If you do your own edc and
style and use this style for the genlist item then the edje object is your
design and can be whatever you want.

-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com



___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] What is the simplest way to change the font of a genlist text item ?

2019-08-16 Thread Pierre Couderc

Is there an example or a tutorial ?





___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users