Semper Posted March 9, 2013 Share 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 Link to comment Share on other sites More sharing options...
Semper Posted April 15, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
AlbertoVesx Posted April 15, 2013 Share Posted April 15, 2013 Thanks Quote Link to comment Share on other sites More sharing options...
knopix Posted April 17, 2013 Share 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 Link to comment Share on other sites More sharing options...
Semper Posted April 17, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
knopix Posted April 17, 2013 Share Posted April 17, 2013 thank you so much information and share knowledge Mr.Semper. If using unitoolbar with uni toolbutton can not? Regards Quote Link to comment Share on other sites More sharing options...
Semper Posted April 17, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Sistema Fenix Posted October 5, 2013 Share Posted October 5, 2013 Thanks for the tip. Is there a way to showcase some with caption and others just the icon? Regards Quote Link to comment Share on other sites More sharing options...
Sistema Fenix Posted October 5, 2013 Share 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 Link to comment Share on other sites More sharing options...
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.