Is it possible to show Tab control above Progress control?
Posted: 22 Sep 2019, 10:08
I use progress control to draw a simple colored rectangle but I cannot show a Tab control over it - please see the example. Is this a bug? Any idea how to do this?
Code: Select all
gui, add, progress, xm+40 w100 h100 Background0xa0a0a0 disabled
gui, add, tab2, xm ym+10 w300 h200, Tab one|Tab two
gui, show