********** > Date: Mon, 17 Feb 2003 23:26:45 -0800 > Subject: Using referenced images for icons > From: "Ken Norris (dialup)" <[EMAIL PROTECTED]>
> 1) If I drag out of the button and release, the "window" stays open and the > DOWN image (hScroll/vScroll) persists because the mouseUp handler is in the > button. This doesn't follow standard HIGs for button actions. I need it to > behave a bit more like a hilite, i.e., unhilite when released, except with > no button action, but I haven't succeeded. Unlike a real keyboard, however, > the typing action takes place on release like normal screen buttons > (otherwise it is severely prone to user tremors). ---------- I fixed this with a mouseLeave (duhh :-/). Works properly now. Ken N. _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
