Semper Posted March 9, 2013 Posted March 9, 2013 Is it possible to place the caption on the button to the right of the toolbar's image, rather than below it, as it makes the toolbar property is set in ShowCaptions:=True? Quote
Semper Posted April 15, 2013 Author Posted April 15, 2013 Is it possible to place the caption on the button to the right of the toolbar's image, rather than below it, as it makes the toolbar property is set in ShowCaptions:=True? I answer to myself Caption:='<table><tr><td style="text-align:left"> <p style="font-size:11px"> '+Caption+'</td></tr></table>'; 2 Quote
knopix Posted April 17, 2013 Posted April 17, 2013 I use TuniToolbar but could not put the picture on the right side or left? there anything that can help? mine using Delphi XE2 with unigui version 0.92 Regards Quote
Semper Posted April 17, 2013 Author Posted April 17, 2013 I use TuniToolbar but could not put the picture on the right side or left? there anything that can help? mine using Delphi XE2 with unigui version 0.92 Regards In this case I use TuniToolbar with TUniBitBtn instead using normal TuniToolbarButtons and set function OnBeforerender(sender) { sender.iconAlign="right"; } Buttons.zip Quote
knopix Posted April 17, 2013 Posted April 17, 2013 thank you so much information and share knowledge Mr.Semper. If using unitoolbar with uni toolbutton can not? Regards Quote
Semper Posted April 17, 2013 Author Posted April 17, 2013 thank you so much information and share knowledge Mr.Semper. If using unitoolbar with uni toolbutton can not? Regards It seems that it is impossible. If you set unitoolbutton sender.iconAlign = "right" or "left" in this case, the icon becomes invisible Quote
Sistema Fenix Posted October 5, 2013 Posted October 5, 2013 Thanks for the tip. Is there a way to showcase some with caption and others just the icon? Regards Quote
Sistema Fenix Posted October 5, 2013 Posted October 5, 2013 Semper, I used unibibtn and became as desired. But if there is a way unitoolbutton, let me know, please. Regards 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.