Copy link to clipboard
Copied
Please help me out. hanging up this is for hours now..
Copy link to clipboard
Copied
assign your object's focusRect property to false. eg, for mc:
mc.focusRect=false;
Copy link to clipboard
Copied
Hey thanks for your response.. assigining displayObject.focusRect = false; also disables the automatic key focus handling, i need that functionality to remain. since my application needs that.
Copy link to clipboard
Copied
it works with the tab key. using the arrow keys is problematic.
Copy link to clipboard
Copied
exactly..! but i need arrowkeys should do its job as original.. i think there might be some contraint in hiding the yellow border with key controls. is there any possibilities to make yellow border alpha 0?
Copy link to clipboard
Copied
create a listener for the arrow keys that does what you want.
Copy link to clipboard
Copied
creating event listeners for keys only shifts the focus immediate next or previous simpleButtons, but not like the actual functionality.
Copy link to clipboard
Copied
then you didn't code the listener functions correctly.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now