I’m porting an older (relatively 12r2.1) app over to Windows and things are quite ugly on some of my screens. Many controls - RadioButton, Checkbox, Slider, and ProgressWheel at least - don’t appear transparent against a non-default background color.
Is it because I’m bringing an older Linux app over to Windows, or is it a framework issue?
put them on top of a rectangle control, that helps considerably form most controls. With My UI I often have to place controls onto of a rectangle control if they are inside of a page panel. The buttons are still going to have a bit of a border but it’s pretty minor.