I want to have an input box for numeric values, with clickable triangle on right (similar to a combo box). When you click on the triangle, a slider appears below the input box, and you can drag the knob on the slider to adjust the value in the input box.
Share
At last I am able to figure out why wasn’t the new panel displaying. You need to replace a line in the code in the previous answer. You need to replace:
With
The problem was the
newWindowgot released each time before the user was able to see it. So, basically we needed to retain thenewWindow.