Hi, for when you are back to Germany: I've got a problem with the focusring of a NSButton. One page in a pagepanel of a sheet has 2 buttons that I create with the following code in GetView:
SetFilemakerButton = new PillButton(0, 0, me.Width, me.Height) SetFilemakerButton.bezelStyle = 12 SetFilemakerButton.ButtonName = me.Name SetFilemakerButton.Title = "Select ▾" NewValentinaButton.focusRingType = 1 Return SetFilemakerButton PillButton is a subclass that does a notification when the button is clicked. The other button has similar code. Now the problem: the SetFilemakerButton has a focusring while the other doesn't. If I change the pagepanel and go back to this one then the focusring is gone. Xojo 2013r2, latest release version of MBS, Cocoa. Mit freundlichen Grüßen/Regards Trixi Willius http://www.mothsoftware.com Mail Archiver X: The email archiving solution for professionals _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
