PDA

View Full Version : onRollOver kill mouse click


PasalicZaharije
08-29-2007, 03:28 PM
Hi,
i make window-like class (extended from ScrollView). But when I try to override onRollOver/onRollOut methods content can not receive mouse events?? But if I comment onRollOver/onRollOut methods everything is ok? I try to call dispatchEvent("rollOver"), updateAfterEvent(), etc, but nothing helps.

Any idea or comment are helpful. Thanks.