1. Create new empty project.cPlace new ComboBox object on page (any coordinates). Place manually new xButton object on page. Place this example code on event "On Click" of xButton object:
5. Run your app.
6. Click xButton.
7. Try select items in ComboBox object.
Result: you can't select items because dropdown list of ComboBox object become likely you set FontSize = 1 (or = 0).
OS: Windows 7 x64
AMS ver. 8.0.7.0
Code:
-- setting font size ComboBox.SetProperties("ComboBox1", {FontSize = 8}); -- redraw area Page.Redraw();
6. Click xButton.
7. Try select items in ComboBox object.
Result: you can't select items because dropdown list of ComboBox object become likely you set FontSize = 1 (or = 0).
OS: Windows 7 x64
AMS ver. 8.0.7.0
Comment