I see that behavior with the Project window too. -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Richard Kaye Sent: Thursday, May 19, 2016 4:29 PM To: [email protected] Subject: RE: Dropdown Combobox not selecting behavior
Similar fun can be had with listbox controls in VFP. If you use the vertical scroll bar with the mouse and then click on an item in the list box, you might expect to get the item you clicked on. Instead, you will get the last visible item from the original view *before* you started scrolling. This is what Whil Hentzen might describe as a user hostile interface. For example, this used to bite me all the time with the breakpoint settings list in the debugger. I scroll down the list and click the breakpoint expression I want to disable. Nice try, dude. The key is to get the keyboard focus inside the listbox before you start scrolling. Try explaining that to your end users... :-) -- rk _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.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.

