03-03-2011 07:33 PM
Hi guys,
Does anyone know something about mouseEnabled support on PlayBook? For instance:
MySprite.mouseEnabled = false;
I am using this for not allowing MySprite to listen to certain event when user attempts to click on it.
Thanks in advance,
03-03-2011 07:58 PM
what is the error you are getting or what is the problem you are having with that property?
03-03-2011 11:58 PM
Hi JRab,
I am not getting any error. I am testing on both ADL and Playbook Simulator and it works fine. I just want to make sure this is going to be supported on the device as well.
Thanks,
03-04-2011 12:17 AM
hey daniel,
if the app runs as intended in the simulator, it is assumed it will run just the same in the actual device. the simulator acts as a testing environment and it mimics the actual device. hope that helps. good luck!