On 2008-09-24, Daniel Clemente <[EMAIL PROTECTED]> wrote: > However, I don't know how to get the current âbackgroundâ group > while I'm on the scratchpad. I tried your proposal, > WScreen.mx_current(_), but for me WScreen.mx_current(_).name(_) while > I'm in scratchpad returns just â*scratchpad*â and not the name of > the frame below. I'm probably not understanding the theory. Could you > please provide some example code for this one?
Your _ probably points wrong, i.e. your in the wrong bindings section. _:screen_of() should always give the screen. (Note that it's shorter to call _:mx_current() or _:screen_of():mx_current() than to type the full function names.) -- Tuomo
