I used version 10.02 for this.
I wanted to use a bunch of TsSpeedbuttons to hold user-input and to show the user which decision he made.
Turns out that changing the caption does not trigger an update of the button.
I tried every paint/refresh method. Even tried resizing. Doesnt matter.
Only trigger that causes a redraw is when i move my mouse over the button.
Is there anything else i could do?
I attached a simple example. Just click on the button and select a value.
The button-caption is then set to the new value, but the button wont update until you move your mouse over it.
Thanks.
SpeedButtonCaption.zip (790k)
PS:
I discovered a workaround. If i set the button to Enabled:=false and
directly back to Enabled:=true then the caption is updated immediately.