Questions tagged [focusrect]

5 questions
8
votes
3 answers

How do I remove the yellow border when an object has focus in Flash?

How do i remove the yellow border - focusRect - in as3 I've tried Stage.focusRect = false but that doesn't do the job.
Beertje
8
votes
1 answer

How to draw focus ring around NSBox on focus of child NSTextView in objective-c

I have one NSTextView within NSBox. I want to draw focus ring aroung NSBox whenever NSTextView got focus and remove focus ring as soon as NSTextView lost focus. Thanks,
AmitSri
  • 1,209
  • 1
  • 20
  • 48
1
vote
2 answers

Flash/As3 - changing color of focusRect

should be simple right? but have not found any anwsers :(
Kasper
  • 1,282
  • 4
  • 20
  • 39
0
votes
1 answer

DrawFocusRect function: Strange 2-pixel focus rectangle in Windows 10

I noticed that the focus rectangle has changed in one of our legacy app when it works in Windows 10. It turned out that there are other old-style Microsoft apps in which we see the same effect - for example, in HTML Help Workshop. The focus…
TecMan
  • 2,743
  • 2
  • 30
  • 64
0
votes
1 answer

How to change the focusRect color in AS3?

If a MovieClip or Button gets selected with TAB, a yellow border is displayed around it. Is it possible to change the color of the focusRect in AS3 or AIR? If not, what would be an alternative way to highlight a selected button?
Tom
  • 5,588
  • 20
  • 77
  • 129