Re: [e-users] Greyed out buttons in settings

2012-10-02 Thread Robert Krambovitis
> From: "Toby Newman" > To: [email protected] > Sent: Wednesday, October 3, 2012 12:54:46 AM > Subject: Re: [e-users] Greyed out buttons in settings > > > From: Robert Krambovitis > > Subject: Re: [e-users] Greyed out buttons in settings > >>> I'm sharing a few screenshot

Re: [e-users] Greyed out buttons in settings

2012-10-02 Thread Toby Newman
> From: Robert Krambovitis > Subject: Re: [e-users] Greyed out buttons in settings >>> I'm sharing a few screenshots of the disabled buttons I'm getting: >>> Trying to add a new startup application >>> http://www.enlightenment.org/ss/e-506af69058c645.11182126.jpg > > Indeed the applications tab sh

[e-users] Applications menu empty (Re: Greyed out buttons in settings)

2012-10-02 Thread Charles G Waldman
Just a "me too" here, but since I updated about 2 weeks ago, my "Applications" menu just shows "(No apps)" as well. I have xdg-utils and gnome-icon-theme installed. I've tried all 4 choices under Menu Settings/Applications: Personal Default, Gnome(Applications), Settings and Enlightenment, with

Re: [e-users] Install efl on arm

2012-10-02 Thread Jeff Hoogland
I build on ARM systems often - the autogen script always autodetects the host architecture. Are you passing any extra arguments to the script? On Tue, Oct 2, 2012 at 1:06 PM, Adriano Martins < [email protected]> wrote: > Hi, > > I'm interested to install efl on the arm system. > When

Re: [e-users] Change FontSize of a Label

2012-10-02 Thread Amit S
Hi, Is there any other way apart from using HTML tags. I have to use the text available in the label for different purpose. Using HTML tags will make things bit complex. On Oct 2, 2012 4:10 PM, "Daniel Juyung Seo" wrote: > You can just use tags if you want to change the font and its size whenev

Re: [e-users] Greyed out buttons in settings

2012-10-02 Thread Robert Krambovitis
> From: "mik firestone" > To: "Enlightenment users discussion & support" > > Sent: Tuesday, October 2, 2012 6:15:58 PM > Subject: Re: [e-users] Greyed out buttons in settings > > On Tue, Oct 2, 2012 at 10:17 AM, Toby Newman > wrote: > > > > > I'm sharing a few screenshots of the disabled butto

Re: [e-users] Greyed out buttons in settings

2012-10-02 Thread mik firestone
On Tue, Oct 2, 2012 at 10:17 AM, Toby Newman wrote: > > I'm sharing a few screenshots of the disabled buttons I'm getting: > > Trying to add a new favourite application: > http://www.enlightenment.org/ss/e-506af544091981.84226977.jpg > > Trying to add a new startup application > http://www.enlig

Re: [e-users] Greyed out buttons in settings

2012-10-02 Thread Toby Newman
I'm sharing a few screenshots of the disabled buttons I'm getting: Trying to add a new favourite application: http://www.enlightenment.org/ss/e-506af544091981.84226977.jpg Trying to add a new startup application http://www.enlightenment.org/ss/e-506af69058c645.11182126.jpg and http://www.enlig

Re: [e-users] Change FontSize of a Label

2012-10-02 Thread Daniel Juyung Seo
You can just use tags if you want to change the font and its size whenever you want. ex) elm_object_text_set(label, "test haha"); Daniel Juyung Seo (SeoZ) On Oct 2, 2012 5:38 PM, "Amit S" wrote: > Hi, > > Is there any example that shows how to change the font and fontsize of a > label ? > > I du

Re: [e-users] entrance login manager

2012-10-02 Thread Gabriele Piccini
OK. I try with svn. Cheers 2012/10/2 Michaël Bouchaud > I think it's an issue from trac, not updated ... > > 2012/10/2 Gabriele Piccini > > > Hi, I'm very happy you fixed the bug but, excuse me again, I can't find > any > > r77279 release in > > http://trac.enlightenment.org/e/browser/trunk/PR

Re: [e-users] entrance login manager

2012-10-02 Thread Michaël Bouchaud
I think it's an issue from trac, not updated ... 2012/10/2 Gabriele Piccini > Hi, I'm very happy you fixed the bug but, excuse me again, I can't find any > r77279 release in > http://trac.enlightenment.org/e/browser/trunk/PROTO/entrance?order=name > > > > 2012/10/1 Michaël Bouchaud > > > Fixed

Re: [e-users] entrance login manager

2012-10-02 Thread Gabriele Piccini
Hi, I'm very happy you fixed the bug but, excuse me again, I can't find any r77279 release in http://trac.enlightenment.org/e/browser/trunk/PROTO/entrance?order=name 2012/10/1 Michaël Bouchaud > Fixed now :) > r77279 > > 2012/9/27 Gabriele Piccini > > > Hi, > > finally gdb has said something.

[e-users] Change FontSize of a Label

2012-10-02 Thread Amit S
Hi, Is there any example that shows how to change the font and fontsize of a label ? I dug many places, but could not find any example showing font size nor font change. Entry widget seems to support style. But similar function is not available for Label widget. Any pointers will help. Regards