Howdy, folks! This is my first post to the list. I'm brand new to Shoes, and, if I'm honest, still really only a beginner with Ruby.
I've run into a couple of issues whilst dabbling with a couple of Juixe's tutorials, specifically the "bubbles" tutorial [1]. 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 Thanks for any help! [1]: <http://www.juixe.com/techknow/index.php/2007/10/19/running-with-shoes-2d-examples/> :Dan Dorman
