True but I get around that in a current project by using a box graphic (opaque property ) but with ink set to noOp, with a surrounding box (acting as a frame). This surrounding box is set to be not opaque but with margins of 4. I set the colour of this to red for clarity's sake. I group these two graphics and handle them as one unit by handling the group. This may sound a tad convoluted but it allows the transparent area inside the frame to receive mouse related actions. It is really very handy.
Regards Mark ----- Original Message ----- From: "Chipp Walters" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 09, 2001 4:30 AM Subject: RE: set the filled of last graphic to false > Mark, > > Thanks. What I was wanting was to create 'hollow' rectangle graphics for use > in 'decorating' windows. If i set the ink property, it will affect the both > the rectangle inside and the outside line. I can do it from the msg but I > was looking for a button. > > hmmm > > Chipp > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mark > MacKenzie (Shaw) > Sent: Sunday, December 09, 2001 12:06 AM > To: [EMAIL PROTECTED] > Subject: Re: set the filled of last graphic to false > > > Chipp, I was experimenting with: > > set the filled of graphic xlrf to false > > But found that the graphic then would not respond to mouse clicks as I > wished it to. If you wish it to be transparent and still respond to normal > mouse clicks without selecting it first then working with the inks property > might work for you. > > If so, you can try: > > set the ink of graphic xlrf to noOp > > Regards Mark > > ----- Original Message ----- > From: "Chipp Walters" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, December 08, 2001 2:12 AM > Subject: set the filled of last graphic to false > > > > is there a way to do this in the RR IDE? I'm sure there is, but I can't > find > > it for the life of me;-) > > > > thanks, > > > > Chipp > > > > _______________________________________________ > > use-revolution mailing list > > [EMAIL PROTECTED] > > http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
