Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Samuel Nicholas
On 15 July 2010 10:03, Gustavo Sverzut Barbieri wrote: > On Wed, Jul 14, 2010 at 7:34 PM, Gustavo Sverzut Barbieri > wrote: >> FYI, Efenniht-E17 made into SVN. > > BTW, people that are using it, please raise your hand... and give some > feedback. > looks nice I have a clock as a gadget and am u

Re: [E-devel] Dialogs, menus, etc (usability)

2010-06-13 Thread Samuel Nicholas
I think that the discussion shows that the configuration modules are on the inconsistent and confusing side of life. I have thought about the problem a little too, and I believe that defining coarse guidelines is a strong way to unify and create consistency between the configuration modules. Such

Re: [E-devel] Is this edje behavior correct?

2010-05-05 Thread Samuel Nicholas
On 6 May 2010 02:30, Eduardo Felipe wrote: > I think it got trashed by the mailing system. > > So here's the pastebin: http://pastebin.com/KjJFtvta > > Thanks! > > On Wed, May 5, 2010 at 12:45 PM, Tom Haste wrote: >> Theres no attachment... can you put the EDC code on pastebin or something? >> >>

Re: [E-devel] Install EFL with Easy_e17.sh problem on ubuntu 10.04

2010-05-01 Thread Samuel Nicholas
On 1 May 2010 19:33, ychouchane wrote: ... > running install > error: can't create or remove files in install directory I'm no expert but .. that would be my first place to have a look, could be permissions or something --

Re: [E-devel] Callback

2010-04-15 Thread Samuel Nicholas
I'm no expert, but...(disclaimer) the callback is raised when the mouse is moving over the zozor because thats the object you have set the callback on. if you had a transparent object (the size of your window) above everything, and had the callback attached to that it would work as you intend. o

[E-devel] suggestion for website (donations)

2010-01-27 Thread Samuel Nicholas
Check how donations are done here: http://bmeshblender.wordpress.com/ on the main page, not too flashy :) I would totally donate re-occurringly for enlightenment. Cheers, Enetheru -- The Planet: dedicated and managed hos

[E-devel] questions about configuration dialogues contents

2009-12-26 Thread Samuel Nicholas
Hi, I was thinking of having a go at re-working some of the messy configuration dialogues because it seems a really simple task, and i have had a few thought i would like to threw out there. in the pager dialogue there are some options that seem more logical to be provided by the input configurat

Re: [E-devel] Help with website, trac and docs!

2009-12-12 Thread Samuel Nicholas
2009/12/13 Carsten Haitzler : > On Sun, 13 Dec 2009 11:02:16 +1030 Samuel Nicholas > said: >> * the newer trac wiki - which is hidden underneath the tracker heading > > yes - will solve this in docs. trac wiki is going to be the place where all > meaty/extended documentat

Re: [E-devel] Help with website, trac and docs!

2009-12-12 Thread Samuel Nicholas
I want to help but can only provide opinion :\ Just going through the website pages from left to right things that I notice 1. The sub menu items at the top left under the main menu (small grey text links) really don't catch the eye at all. Their fine for further technical information, but wouldn'

Re: [E-devel] object layering problem

2009-11-12 Thread Samuel Nicholas
can't replicate anymore, so works for me :), cheers. 2009/11/13 Carsten Haitzler > On Thu, 12 Nov 2009 15:11:09 -0500 Atton Jonathan < > jonathan.at...@gmail.com> > said: > > seems fixed to me now > > -- Let Crystal Repo

Re: [E-devel] object layering problem

2009-11-12 Thread Samuel Nicholas
s fixed ? I think I have a bug with the > > layers similar to your bug. > > > > 2009/10/9 Samuel Nicholas > > > > > hay ppl, > > > > > > I am having a problem with the drawing/layer ordering of evas objects. > > > > > > example &

Re: [E-devel] Add 'print' key binding as default for screenshot

2009-11-09 Thread Samuel Nicholas
lol :) just did the same thing yesterday too, again for clashes with blender and gimp 2009/11/10 > > On Sun, 8 Nov 2009 16:28:24 -0600 "David C. Rankin" > > wrote: > > > >> Also, I noticed that the 'win' key isn't utilized. I have > >> added win+(up,down,left,right) (iconify, flip desktop

Re: [E-devel] Demo: Make a complete e17 module in 10 minutes

2009-11-08 Thread Samuel Nicholas
all I can say is . @$#%ing RAD!!! thanks :) 2009/11/8 Thanatermesis > Now the skel module is a bit more documented, at least more useful for who > try to look at its code for the first time and want to understand "how that > works?" without previous knowledges of E/EFL > > Now there's only o

[E-devel] object layering problem

2009-10-09 Thread Samuel Nicholas
hay ppl, I am having a problem with the drawing/layer ordering of evas objects. example http://enetheru.aglargelair.net/wp-content/uploads/2009/10/layertest.tar.gz best illustrated by this youtube vid http://www.youtube.com/watch?v=C8diyGTHsWc is it just me? what am I doing wrong? cheers, Samu

[E-devel] compiling EFL using winxp+mingw

2008-12-18 Thread Samuel Nicholas
hi again, Hadn't been able to compile evas for some time, been trying weekly, then the other day it worked :) thanx So just to let relevant parties know ecore gets stuck here: $ make make all-recursive make[1]: Entering directory `/d/enlightenment/ecore' Making all in src make[2]: Entering dir

Re: [E-devel] Not possible to compile evil on Windows XP

2008-11-21 Thread Samuel Nicholas
>> Looking into the sspi.h header line, it has the following definition: >> >> typedef UNICODE_STRING SECURITY_STRING, *PSECURITY_STRING; >> >> So somehow the UNICODE_STRING type is not found be the compiler. >> >> Can someone please help me to solve this? >> > > When I tried to compile it 2

[E-devel] evas+mingw+gcc-4.3.0

2008-11-04 Thread Samuel Nicholas
i been getting this error lately :-( the reason i'm using gcc 4.3.0 is because evas wont build on 3.4.5(internal compiler error) i used to have this go successfully but not anymore make[4]: Entering directory `/d/evas/src/lib' /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -no-undefine

[E-devel] ecore mingw+gcc3.4.5

2008-10-29 Thread Samuel Nicholas
fails with the below error. no other errors or warnings show before this, I'm guessing(wildly) that this is EAPI related. probably from the switch to use eina. $ make make all-recursive make[1]: Entering directory `/d/ecore' Making all in src make[2]: Entering directory `/d/ecore/src' Making all

Re: [E-devel] evil trouble

2008-10-27 Thread Samuel Nicholas
Vincent Torri wrote: > > Hey > > I had to compile the link code with g++, hence putting IID_PersistFile > was not possible (at least, i didn't succeed). So I put the code in a > separate file like Lars did. > > I've attached a patch. Please test it. It compiles correctly on my > system. > > Vinc

[E-devel] evil trouble

2008-10-26 Thread Samuel Nicholas
hay guise cause eina has recently been added as a dependancy i was updating my libs and ran into trouble... so i decided to start from scratch again. now i have a problem I didn't have before when compiling evil: ... /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -Wl,--e

Re: [E-devel] compiling evil on eee 1000h

2008-10-03 Thread Samuel Nicholas
omplains to me too.. > >> But you should be able to compile edje with it, if you run : >> ./autogen.sh --disable-edje-cc >> This is very annoying, as you can't generate edj file ! thanks again, not so annoying to me :) but to others i'm sure now its off to make some test

Re: [E-devel] compiling evil on eee 1000h

2008-10-01 Thread Samuel Nicholas
Samuel Nicholas wrote: Vincent Torri wrote: Hey, hi ive been trying to compile evil on my eee 1000H and am getting the attatched error. i tried starting from scratch using only the versions of software in the compile guide but same diff looks to be an assembly thing cause it spits the

Re: [E-devel] compiling evil on eee 1000h

2008-09-28 Thread Samuel Nicholas
Vincent Torri wrote: > > Hey, > >> hi ive been trying to compile evil on my eee 1000H and am getting the >> attatched error. >> i tried starting from scratch using only the versions of software in >> the compile guide but same diff >> >> looks to be an assembly thing cause it spits the errors on

[E-devel] compiling evil on eee 1000h

2008-09-26 Thread Samuel Nicholas
hi ive been trying to compile evil on my eee 1000H and am getting the attatched error. i tried starting from scratch using only the versions of software in the compile guide but same diff looks to be an assembly thing cause it spits the errors on memcpy_glibc.S i must be missing something simpl

Re: [E-devel] Community Building

2008-08-01 Thread Samuel Nicholas
Nick Hughart wrote: > Toma wrote: > >> On 01/08/2008, Downknew Wise <[EMAIL PROTECTED]> wrote: >> >> >>> |Sorry for my bad english, fix me| >>> >>> I think that the e community need: >>> 1. A website well structured. Today it is unusable!!! >>> It should be simple! The first page has to

[E-devel] edje drag event forwarding logic

2008-06-08 Thread Samuel Nicholas
Hi all. amateur programmer warning. and disclaimer I've been messing around with making edje apps lately.. and I am making a menu which scrolls on drag. I am using esmart containers for the insides of my menu swallowed into an edje for the borders/layout etc, just like in elicit. because I wa

Re: [E-devel] Blender fullscreen mode

2008-02-07 Thread Samuel Nicholas
apologies for the spam, but... what heaven ...my 2 fav things in the whole computing world discussed together sigh - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http:/