pq04680 Paint problem when maximizing view with ComboBox ---------------------------------------------------------------------------------------------------- Affected Platforms: All Affected Features: BaseSmalltalk Prerequisites: None Symptom: Short Description: When a comboBox is positioned above a groupBox and you then maximize the view, the area where the dropped-down list would be has a paint problem. Workaround: Drop the GroupBox in the view first, followed by the ComboBox (or if you are building a view using the CW layer, make sure and create the GroupBox (CwFrame) before creating the comboBox.) You can still position the combobox above the groupBox, just drop it after the groupBox. In the testcase I am sending, move the code that creates the comboBox BELOW the code that creates the groupBox. The problem will no longer occurr.