Ted Roche <[email protected]> wrote: >On Fri, May 11, 2012 at 5:48 PM, Tracy Pearson <[email protected]> >wrote: >> I want to register a button was clicked, but without letting it get >the >> focus. Has anyone done this? > >Why? > >Can't you have the regular old button.Click call >MyFunctionWhenMyButtonIsClicked() and call the same function when you >want the same action? "Events call methods. Methods should never call >Events." is what I was taught. > > >-- >Ted Roche >Ted Roche & Associates, LLC >http://www.tedroche.com > I'm putting a keyboard on the screen for touch screen data entry. The small built in system keyboard was difficult to use. So it was made a requirement to have one on the screen. I have built one unto a floating toolbar. There is a screen in the system that this method doesn't work on smaller touch screen monitors. I'm in the process of redesigning this screen and have found the same container outside of the toolbar causes odd behavior. The tab key keep focus after the click, although the cursor and the text box control got focus event has fired. Although, the lost focus event has not. -- Tracy Sent from my Android phone with K-9 Mail.
_______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

