On Feb 21, 2006, at 7:09 PM, Jerry Robinson wrote:
Is there something weird about getting a canvas to accept focus? I have a canvas with AcceptFocus and UseFocusRing set to TRUE. I click on the canvas, no focus ring. I stuck a 'beep' in the GotFocus event. No beep. Can anybody help?
Call SetFocus in the MouseDown event handler. Clicking on a Canvas does nothing by default.
-------------- Charles Yeomans _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
