On Jan 1, 2008 11:44 PM, Dan Dorman <[EMAIL PROTECTED]> wrote: > Mask doesn't seem to work correctly. If I comment out the mask block, > the pink scan lines draw just fine. But if the mask block is present > (not even necessarily /doing/ anything), the whole window goes white. > I've tried it with a rect and a title, but no joy. > > Mouse doesn't seem to work correctly, either. When I output > self.mouse, I get a triplet of zeros, no matter what I'm doing with > the mouse. > > Some vital stats: > - ubuntu 7.10 (with compiz) > - ruby 1.8 > - shoes 0.r371
An addendum to the above: if I run shoes from the command line, sans file argument, and pick a file from the proffered dialog, all the mask stuff works--I even tried it with another Juixe tutorial, "Shoes Worlds" [1]. However, I still don't get any response from self.mouse (puts self.mouse.inspect only ever yields [0, 0, 0]). I fiddled with the same stuff on a Windows box at work and it all worked great, so it must be something with my Ubuntu setup. Any ideas? [1]: <http://www.juixe.com/techknow/index.php/2007/10/24/running-with-shoes-show-me-more/> :Dan Dorman
