pq19491 - Problem setting focus to widget/button that was disabled in windows ------------------------------------------------------------------------------------------------------------------ Affected Platforms: Windows Affected Features: Base Smalltalk Prerequisites: Symptom: On Windows, if you have a window with a button and programatically set focus to it, then disable it, the enable it, the focus is no longer set for the window. The sensitivity is set to true for the button but not the focus. This causes a problem because then nothing on the window has focus. It does NOT work this way on OS/2. The button that had focus will get it again when it is enabled. Solution: Open a workspace on file pq19491a.st and pq19491b.st and file in the patch. The fix is in pq19491b.st but that prereq's pq19491a.st.