cybercoco 16 Posted January 17, 2016 Is there a way to set a border and border color of a dialog on the fly (without using a .hpp file). Do I use ctrlSetTooltipColorBox ? Thanks in advance, C.Coco Share this post Link to post Share on other sites
HaydenS 3 Posted January 18, 2016 Is there a way to set a border and border color of a dialog on the fly (without using a .hpp file). Do I use ctrlSetTooltipColorBox ? Thanks in advance, C.Coco Hey cybercoco, I'm not sure that you can change and edit it on the fly (i'm not that familiar with dialogs). I think the tooltip commands are only for the box that shows up when you hover over an item on the dialog (like a button, etc) but to get the border of the entire dialog i'm not sure. Hayden Share this post Link to post Share on other sites
cybercoco 16 Posted January 22, 2016 Thanks, I think I'll have to leave this problem for now... Share this post Link to post Share on other sites
TedHo 53 Posted January 28, 2016 You need RscFrame for the border. You can define it in your .hpp file or you can create it on-the-fly using ctrlCreate. Then use one of these commands to change the color of the frame. I'm not sure which one works on RscFrame so it might be good to try it out. ctrlSetTextColor ctrlSetBackgroundColor ctrlSetActiveColor Share this post Link to post Share on other sites