[e-users] new user need help

2014-09-01 Thread Speer BVD
Good day I am receiving email from [email protected] Because i have subscribed But I dont know how to open them and read them ?? I only see the topics Can u please help me many thanks ---

Re: [e-users] new user has difficulties to understand size hints for menu toolbar

2014-06-30 Thread cedlemo
@Davide Andreoli: Thanks this information was very usefull. I just have to put the evas_object_resize(win, 400, -1) just before the evas_object_show(win); elm_run(); Now my code is working as expected. Cedlemo On 30/06/2014 17:52, Davide Andreoli wrote: > 2014-06-29 20:48 GMT+02:00 cedlemo :

Re: [e-users] new user has difficulties to understand size hints for menu toolbar

2014-06-30 Thread Davide Andreoli
2014-06-29 20:48 GMT+02:00 cedlemo : > > normal (no menu displayed) > http://s28.postimg.org/ne60k5gul/ekana_normal.jpg > > with the menu problem: > http://s4.postimg.org/jhj952df1/ekana_pb.png > I got this problem some time ago, the solution was just to swap the order of some line of code...I ca

Re: [e-users] new user has difficulties to understand size hints for menu toolbar

2014-06-29 Thread cedlemo
normal (no menu displayed) http://s28.postimg.org/ne60k5gul/ekana_normal.jpg with the menu problem: http://s4.postimg.org/jhj952df1/ekana_pb.png On 29/06/2014 19:08, Davide Andreoli wrote: > can you post a screenshot of your problem please? > > > 2014-06-28 11:29 GMT+02:00 cedlemo : > >> I am wr

Re: [e-users] new user has difficulties to understand size hints for menu toolbar

2014-06-29 Thread Davide Andreoli
can you post a screenshot of your problem please? 2014-06-28 11:29 GMT+02:00 cedlemo : > I am writing a little application with elementary to learn kanas. I have > a toolbar and I have > a problem with the size of a menu of this toolbar. > > my main interface looks like this(which is very simple

[e-users] new user has difficulties to understand size hints for menu toolbar

2014-06-28 Thread cedlemo
I am writing a little application with elementary to learn kanas. I have a toolbar and I have a problem with the size of a menu of this toolbar. my main interface looks like this(which is very simple): window --> box (vertical) -->toolbar -->label -->entry -->button

Re: [e-users] New user question: binding stuff

2012-03-05 Thread Sanjeev BA
A man page for eet. Awesome - we should have similar ones for many more of the tools that efl has. On Tue, Mar 6, 2012 at 1:44 PM, Carsten Haitzler wrote: > On Tue, 06 Mar 2012 04:29:50 +0100 Michael Heerdegen < > [email protected]> > said: > > > Carsten Haitzler (The Rasterman) writes: >

Re: [e-users] New user question: binding stuff

2012-03-05 Thread The Rasterman
On Tue, 06 Mar 2012 04:29:50 +0100 Michael Heerdegen said: > Carsten Haitzler (The Rasterman) writes: > > > oh you spoiled my fun :( i wanted him to try deduce it him/herself. i > > wanted to see if someone could deduce how to do it if pointed at the > > tool that can do it. :) there goes my so

Re: [e-users] New user question: binding stuff

2012-03-05 Thread Michael Heerdegen
Carsten Haitzler (The Rasterman) writes: > oh you spoiled my fun :( i wanted him to try deduce it him/herself. i > wanted to see if someone could deduce how to do it if pointed at the > tool that can do it. :) there goes my social experiment :( I had found the man page before reading his message

Re: [e-users] New user question: binding stuff

2012-03-05 Thread The Rasterman
On Tue, 06 Mar 2012 04:09:45 +0100 Michael Heerdegen said: > Daniel Juyung Seo writes: > > > >> Ok, I guess I had to change "~/.e/e/config/standard/e.cfg".  But it > > >> seems to be compiled. How can it be done? > > > > > > eet > > > > (decode e.cfg to e.src) > > $ eet -d e.cfg config e.src >

Re: [e-users] New user question: binding stuff

2012-03-05 Thread The Rasterman
On Tue, 6 Mar 2012 12:02:05 +0900 Sanjeev BA said: > Ha ha ha. > I was tempted to reply with the commands and then thought that maybe there > is a command like > > eet --help > > Turns out...there is :) eet by itself prints help. no need even for --help or -help or -h :) > On Tue, Mar 6, 201

Re: [e-users] New user question: binding stuff

2012-03-05 Thread Michael Heerdegen
Daniel Juyung Seo writes: > >> Ok, I guess I had to change "~/.e/e/config/standard/e.cfg".  But it > >> seems to be compiled. How can it be done? > > > > eet > > (decode e.cfg to e.src) > $ eet -d e.cfg config e.src > > (modify/save it) > $ vi e.src > > (encode e.src into e.cfg) > $ eet -e e.cfg

Re: [e-users] New user question: binding stuff

2012-03-05 Thread Sanjeev BA
Ha ha ha. I was tempted to reply with the commands and then thought that maybe there is a command like eet --help Turns out...there is :) On Tue, Mar 6, 2012 at 11:54 AM, Carsten Haitzler wrote: > On Tue, 6 Mar 2012 10:41:27 +0900 Daniel Juyung Seo > said: > > > On Tue, Mar 6, 2012 at 8:48

Re: [e-users] New user question: binding stuff

2012-03-05 Thread The Rasterman
On Tue, 6 Mar 2012 10:41:27 +0900 Daniel Juyung Seo said: > On Tue, Mar 6, 2012 at 8:48 AM, Carsten Haitzler wrote: > > On Mon, 05 Mar 2012 23:31:06 +0100 Michael Heerdegen > > said: > > > >> Carsten Haitzler (The Rasterman) writes: > >> > >> > thats the gadman module setting that up as a fixe

Re: [e-users] New user question: binding stuff

2012-03-05 Thread Daniel Juyung Seo
On Tue, Mar 6, 2012 at 8:48 AM, Carsten Haitzler wrote: > On Mon, 05 Mar 2012 23:31:06 +0100 Michael Heerdegen > > said: > >> Carsten Haitzler (The Rasterman) writes: >> >> > thats the gadman module setting that up as a fixed binding (comp also >> > sets up such fixed bindings for safety/debugg

Re: [e-users] New user question: binding stuff

2012-03-05 Thread The Rasterman
On Mon, 05 Mar 2012 23:31:06 +0100 Michael Heerdegen said: > Carsten Haitzler (The Rasterman) writes: > > > thats the gadman module setting that up as a fixed binding (comp also > > sets up such fixed bindings for safety/debugging). unload gadman and > > it'll be gone. > > Works for me, thanks

Re: [e-users] New user question: binding stuff

2012-03-05 Thread Michael Heerdegen
Carsten Haitzler (The Rasterman) writes: > thats the gadman module setting that up as a fixed binding (comp also > sets up such fixed bindings for safety/debugging). unload gadman and > it'll be gone. Works for me, thanks! > that is actually configurable... BUT there is no gui for it. it's part

Re: [e-users] New user question: binding stuff

2012-03-04 Thread The Rasterman
On Sat, 03 Mar 2012 23:46:27 +0100 Michael Heerdegen said: thats the gadman module setting that up as a fixed binding (comp also sets up such fixed bindings for safety/debugging). unload gadman and it'll be gone. > Hi, > > I consider switching from openbox to enlightenment. I tried e17 on > De

[e-users] New user question: binding stuff

2012-03-03 Thread Michael Heerdegen
Hi, I consider switching from openbox to enlightenment. I tried e17 on Debian wheezy. I like that I have complete control over all key bindings. However, if I hit Alt-Control-g, the screen is blanked, whereby the mouse pointer stays visible. I don't see that binding in the input preferences di

Re: [e-users] New User E17 Questions

2005-08-31 Thread The Rasterman
On Wed, 31 Aug 2005 13:09:47 -0400 "David P. Donahue" <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > > > change to sloppy focus (see enlightenment_remote) > > > > Ah, there it is. I really should read all those enlightenment_remote > options. Thanks! > > > > > al

Re: [e-users] New User E17 Questions

2005-08-31 Thread David P. Donahue
Carsten Haitzler (The Rasterman) wrote: > > change to sloppy focus (see enlightenment_remote) > Ah, there it is. I really should read all those enlightenment_remote options. Thanks! > > alt+click or enable clicks always raise windows option in enlightenment_remote > Another reply mentioned

Re: [e-users] New User E17 Questions

2005-08-30 Thread The Rasterman
On Tue, 30 Aug 2005 11:59:38 -0400 "David P. Donahue" <[EMAIL PROTECTED]> babbled: > 1) At first I thought the menus were being lost off-screen if I click > too close to the edge, but I just noticed that they move if I push the > cursor towards the edge. Very cool. Regardless, is there a way t

Re: [e-users] New User E17 Questions

2005-08-30 Thread Francois Baudens
enlightenment_remote -focus-policy-set CLICK to set the "click" focus policy -> you can click anywhere in the window to focus it and the focus stays while you move the cursor out of the window. Hope it helps François 2005/8/30, David P. Donahue <[EMAIL PROTECTED]>: > 1) At first I thought the men

Re: [e-users] New User E17 Questions

2005-08-30 Thread Der Lockruf des Kaos
> 3) And I notice that the only way to raise a window is to click the > window title. Is there a way to get windows to raise when I click > anywhere in them? I know several Variant to raise a Window. The easiest in my Opinion is just to move the Cursor somewhere over the Window you want to rais

[e-users] New User E17 Questions

2005-08-30 Thread David P. Donahue
1) At first I thought the menus were being lost off-screen if I click too close to the edge, but I just noticed that they move if I push the cursor towards the edge. Very cool. Regardless, is there a way to get the menus to "smart render" entirely on-screen when I click? 2) Also, is there a

Re: [e-users] New user.

2004-10-30 Thread The Rasterman
On Sat, 30 Oct 2004 03:17:24 -0500 krieg <[EMAIL PROTECTED]> babbled: (B (B> Hi, i'm a new enlightenment user. (B> (B> and the welcome? (B (Bpants on! :) (B (B-- (B- Codito, ergo sum - "I code, therefore I am" -- (BThe Rasterman (Carsten Haitzler)[EMAIL PROTE

Re: [e-users] New user.

2004-10-30 Thread Tomas Zulberti
welcome On Sat, 30 Oct 2004 03:17:24 -0500, krieg <[EMAIL PROTECTED]> wrote: > Hi, i'm a new enlightenment user. > > and the welcome? > > ___ > "vox populi, vox Dei" > > --- > This SF.Net email is sponsored by: > Sybase ASE Li

[e-users] New user.

2004-10-30 Thread krieg
Hi, i'm a new enlightenment user. and the welcome? ___ "vox populi, vox Dei" --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best da

Re: [e-users] new user, seeking a little help

2004-05-07 Thread The Rasterman
On Wed, 05 May 2004 12:25:58 +0930 Samuel Nicholas (B<[EMAIL PROTECTED]> babbled: (B (B> im new to everything,, (B> (B> im wanting to start making things with the EFL so im learning,, (B> (B> i was wondering how the direct input of keyboard and mouse work so i (B> decided to make a conso

[e-users] new user, seeking a little help

2004-05-04 Thread Samuel Nicholas
im new to everything,, im wanting to start making things with the EFL so im learning,, i was wondering how the direct input of keyboard and mouse work so i decided to make a console app which does stuff accordingly, but i dont have a clue as to how to get it working int he docs i saw ecore_fb

Re: [e-users] new user-- Adding icon and generating menus (fwd)

2003-06-01 Thread Didier Casse
For some reasons, this mail didn't go out! -- Forwarded message -- Date: Fri, 30 May 2003 10:27:50 +0800 (SGT) From: Didier Casse <[EMAIL PROTECTED]> To: ricardoa <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: [e-users] new user-- Adding icon and generat

Re: [e-users] new user

2003-06-01 Thread Oliver Beyer
ricardoa <[EMAIL PROTECTED]> schrieb am 29.05.03 22:57:40: > > > Hi friend... > > > I'm a new user this list, i'm from Brazil... > > Well, first basic question. > > How i insert icon in the desktop!? > > :-) > > Other, and my Userr Application List,

Re: [e-users] new user-- Adding icon and generating menus

2003-05-30 Thread Didier Casse
On Thu, 29 May 2003, ricardoa wrote: > > Hi friend... > > > I'm a new user this list, i'm from Brazil... > > Well, first basic question. > > How i insert icon in the desktop!? This is not considered to be a basic question I believe. The answer is: I used this

[e-users] new user

2003-05-30 Thread ricardoa
Hi friend... I'm a new user this list, i'm from Brazil... Well, first basic question. How i insert icon in the desktop!? :-) Other, and my Userr Application List, just have 5 elements. This is correct!? In the User Menu, have GNOME, but i'm don't have gnome, just kde.