Hi,
I have found the reason why they are not firing in another thread but wondering what the proposed workaround would be to get the desired effect would be.
Basically, I have an SFComboBox which is down as 'Editable=False' as I don't want the users typing in to find the item (there are only two to pick from...) and I want to be able to change the border colour whilst they are looking at the list and then when they select the item they want to change the border colour back to the original one. I have this set using your Entry control. Whilst the user types in it the border changes to orange, when they stop/move on to another control I change it to grey.
I know the focus event isn't fired when 'Editable' is set to false so how do you suggest I workaround this using your controls?
Thanks,
Dave