krasnov_anatoly Posted November 29, 2011 Posted November 29, 2011 Hi, Farshad! Tell me please how dinamically to change the image in Web mode. Source code: old values... ToolButton.ImageIndex:=10; ToolButton.Hint:='Old Hint'; new values... ToolButton.ImageIndex:=11; ToolButton.Hint:='New Hint'; In VCL all changing, but in browser this code not change image and hint. I guess I have to add the script to update the buttons, but I do not know exactly how to do Quote
Administrators Farshad Mohajeri Posted December 1, 2011 Administrators Posted December 1, 2011 Hi, Farshad! Tell me please how dinamically to change the image in Web mode. Source code: old values... ToolButton.ImageIndex:=10; ToolButton.Hint:='Old Hint'; new values... ToolButton.ImageIndex:=11; Logged #1195 ToolButton.Hint:='New Hint'; Already fixed. Please use latest build of 0.87. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.