On Sat, 23 Feb 2008 19:39:24 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled:
> On Sat, Feb 23, 2008 at 5:35 PM, Hisham Mardam Bey > <[EMAIL PROTECTED]> wrote: > > On Sat, Feb 23, 2008 at 2:05 PM, Gustavo Sverzut Barbieri > > <[EMAIL PROTECTED]> wrote: > > > On Sat, Feb 23, 2008 at 2:08 AM, The Rasterman Carsten Haitzler > > > <[EMAIL PROTECTED]> wrote: > > > > On Sat, 9 Feb 2008 23:23:48 -0300 "Gustavo Sverzut Barbieri" > > > > <[EMAIL PROTECTED]> babbled: > > > > > > > > > > > > > Hi all, > > > > > > > > > > I'd like to announce a new mixer module, hopefully it will be > > > > > included into apps/e/src/modules after some testing from you. > > > > > > > > been using it for a bit here. works pretty well - only 1 thing. when > > > > you pup up the slider/mixer button - it doesnt pop down until i click > > > > on the mixer icon again - i may be wrong, but i'd expect it to pop > > > > down if i click anywhere else on the screen other than the popup > > > > (slider and button) and the mixer button would pop it down anyway... > > > > > > yes, this annoys me too, but no clue how to do it with E. hints are > > > welcome :-) > > > > > > > full screen input window that grabs mouse clicks (and key clicks if > > you wanna use somehting like escape / arrows) > > You mean creating an ecore_x_window_input_new()? Does it need to be > fullscreen or just e_grabfocus is enough? Wouldn't this make the > window that possible other window that would get the click not get it > at all (ie: click on a button on another window, but the click would > go to the popup window). > > no utility to do that? :-) create input window - stack it (ecore_x_configure_window) below your popup win. any click on input window - pop down popup and hide input win :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
