cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
lukasz
Level IV

How to bold title of a Panel Box?

Hello Everybody,

For visual purposes I would like to bold title/header of a panel box. What I have found was how to bold a text inside some box by using properties of Text Box but not the title or header. I would appreciate for hints how to do that. Best regards.

Panel Box("This should be bold",
                params = Check Box(list_params);
            );
2 REPLIES 2
txnelson
Super User

Re: How to bold title of a Panel Box?

There does not appear to be a message you can send to the Panel Box label.  Also, I changed the Font Family in preferences to see if any of the font specifications may allow you to change it that way, and no change was seen.

So it is my conclusion that you can not change it.  Put in to the JMP Wish List to request a change in the future

Jim
lukasz
Level IV

Re: How to bold title of a Panel Box?

Ok, thank you for information.

Recommended Articles