[e-users] Bugs in dualscreen

2008-08-08 Thread xnowfall
1. the 'pane' flip-animation for virtual desktops. this has been here for a long time, but i don't think it got any response last time i mentioned it - it's still here anyways (just got back to e after a while off): windows on the left screen slides towards the top/bottom of the right screen (ie di

[e-users] Virtual Desktop Transition

2006-12-08 Thread xnowfall
i have two screens, each with a 1x4 virtual desk layout. With the 'pane' flip animation, windows on the left screen slide in/out diagonally across the right screen on flipping desks, while the right screen slides windows straight up/down as expected

Re: [e-users] passing a value to edje

2005-12-02 Thread xnowfall
Carsten Haitzler (The Rasterman) wrote: > On Sat, 03 Dec 2005 02:50:47 +0100 xnowfall <[EMAIL PROTECTED]> babbled: > > >>is it possible to pass a value from the application to an edje? i'm >>trying to set a tween-state based on a value in the program. >>

[e-users] passing a value to edje

2005-12-02 Thread xnowfall
is it possible to pass a value from the application to an edje? i'm trying to set a tween-state based on a value in the program. edje_object_message_send looks like it could send a float *somewhere*, but i don't know if/how you could use it in the .edc ... --

[e-users] ecore_config del + entrance.cfg patch

2005-12-02 Thread xnowfall
is there currently no way to delete keys with ecore_config? i was trying to patch the entrance ebuild which still modifies entrance_config.db with edb_ed, but that needs to delete a few keys... relatedly, with the switch to ecore_config is entrance no longer dependent on edb? finally, i atta

Re: [e-users] eloquence effects not workin anymore...

2005-11-28 Thread xnowfall
Carsten Haitzler (The Rasterman) wrote: > On Mon, 28 Nov 2005 17:50:43 +0100 xnowfall <[EMAIL PROTECTED]> babbled: > > >>i think this is an edje/embryo issue. it happens for other apps too, >>like the session list toggle on entrance. it appears to be a problem >

Re: [e-users] eloquence effects not workin anymore...

2005-11-28 Thread xnowfall
i think this is an edje/embryo issue. it happens for other apps too, like the session list toggle on entrance. it appears to be a problem with get/set_int not setting or retrieving the variable properly Oliver Pahl wrote: Hello, I recently upgraded my e17 to the latest cvs version and compile

Re: [e-users] mystery icons

2005-10-25 Thread xnowfall
Carsten Haitzler (The Rasterman) wrote: > On Tue, 25 Oct 2005 07:41:01 +0800 Alan Trick <[EMAIL PROTECTED]> babbled: > > >>I've noticed that when I start certain applications (that I've just >>installed and have no EAPP files for an icon displays in the top left >>and I don't know where it came

Re: [e-users] window actions

2005-10-07 Thread xnowfall
Carsten Haitzler (The Rasterman) wrote: > On Fri, 07 Oct 2005 14:42:04 +0200 xnowfall <[EMAIL PROTECTED]> babbled: > >>so you mean i have to edit the actual theme (.edc) to change this? i was >>just hoping there was an easy config for it somewhere so i wouldn't have &

Re: [e-users] window actions

2005-10-07 Thread xnowfall
>> >>those mouse bindings aren't there by default - theme or wm defaults i >>guess. anyways, it seemed like a good idea but there doesn't seem to be >>an apropriate context available. BORDER seemed likely but >> >>-binding-mouse-add BORDER 2 NONE 0 "window_lower" "" >> >>also takes effect in

Re: [e-users] window actions

2005-10-07 Thread xnowfall
B S Srinidhi wrote: On Thu, 2005-10-06 at 22:22 +0200, xnowfall wrote: the actions when clicking a window's titlebar changed recently, is there a way to configure the actions, specifically to have right-click bring up the window-menu and middle-click send the window to the b

[e-users] window actions

2005-10-06 Thread xnowfall
the actions when clicking a window's titlebar changed recently, is there a way to configure the actions, specifically to have right-click bring up the window-menu and middle-click send the window to the bottom? --- This SF.Net email is spons

Re: [e-users] how to configure engage and weather on desktop

2005-08-31 Thread xnowfall
3. system information i found screen capture from http://get-e.org/Screenshots/User_Submitted/_previews/blue_eyed_screenshot.png.html n i like so much . so what the name of it..and how to configure ...? (see image) it's called torsmo. edit ~/.torsmorc to configure. by default it draws on th

Re: [e-users] entrace.cfg??

2005-08-21 Thread xnowfall
I also noticed a new file: /etc/entrance_config.cfg whereas hm, _config.cfg? wouldn't entrance.cfg suffice? seems self-explanatory enough with the new extension --- SF.Net email is Sponsored by the Better Software Conference & EXPO Septe

Re: [e-users] Problem using boost::bind and ecore_ipc from Enlightenment

2005-07-31 Thread xnowfall
y problem. After that, I think it is not difficult to use the C++ stuff of boost. For examples, maybe you can have a look there: http://cvs.sourceforge.net/viewcvs.py/avisynth2/avisynth/src/gstreamer/?only_with_tag=avisynth_3_0 Hope this helps Vincent On Sun, 31 Jul 2005, xnowfall wrote:

Re: [e-users] Problem using boost::bind and ecore_ipc from Enlightenment

2005-07-31 Thread xnowfall
ecore_* takes a pointer to a function whereas boost::bind returns an object (that can be used as a function by operator overloading). to use a member function you need both a pointer to an object instance and a pointer to the function, which boost::bind wraps up in an object, but which the efl

Re: [e-users] Dual display w/e17 question

2005-07-31 Thread xnowfall
Carsten Haitzler (The Rasterman) wrote: On Sun, 31 Jul 2005 05:16:16 +0200 xnowfall <[EMAIL PROTECTED]> babbled: Carsten Haitzler (The Rasterman) wrote: 2. If I have an application open on the second display and right click the title bar the close/iconify menu appears on the

Re: [e-users] Dual display w/e17 question

2005-07-30 Thread xnowfall
Carsten Haitzler (The Rasterman) wrote: 2. If I have an application open on the second display and right click the title bar the close/iconify menu appears on the first display. Probably just a bug though. just testing here - it works fine with mulithead and xinerama. menu comes up where it