NSTableControlMBS focusring 64bit

Hi Christian,

the NSTableControlMBS shows a focusring in 64bit even with the option UseFocusring is set to off. In 32bit there is no focusring.

With 64bit it looks this way:

Bug?

Xojo 2017r3, macOS 10.11., MBS from 22.01.18.

isn’t it great that the plugin does draw it for you?

Of course you can set focusRingType to NSFocusRingTypeNone to disable…
The UseFocusring property is not from the plugin and not used by the plugin.

Hm… the code for the Setter of UseFocusRing is:

if value then me.ScrollView.focusRingType = NSScrollViewMBS.NSFocusRingTypeExterior else me.ScrollView.focusRingType = NSScrollViewMBS.NSFocusRingTypeNone end if

Shouldn’t this work?

Yes, not sure where it’S coming from.