I am now editing a pre-existing dialog box in DXL by adding a label under one of the frames. I've figured out how to place the label where I want it, but now I'd like the label to be in bold text. Is there a way to do this? Here's the line I have: BaselineTxt = label(dbMain, " If using Current baseline, deletions must be displayed before running this function.");
chrscote - Thu Dec 15 11:53:26 EST 2016 |
Re: Creating bold text within a dialog box If I remember correctly from the DXL manual, you can only use the bold tag \b in a rich text string. Should be at the beginning of Chapter 31 Rich Text in the DXL manual. |
Re: Creating bold text within a dialog box why don't you just show deletions if it meets your criteria. |
Re: Creating bold text within a dialog box You can use a Canvas and put bold text inside. Regards, Mathias |