cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

Discussions

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

JMP17 ListBoxBox Fonts

It would seem that JMP17 has had a regression in ListBoxBox font's.  The example below is straight from the Scripting Index example.  It does not work.

 

Any ideas on a work-around?  I'm trying to set a mono-spaced font for a list box for readability purposes, and it's is now failing in the new version...

 

Names Default To Here( 1 );
New Window( "Example", <<Show Menu( 0 ), <<Show Toolbars( 0 ), fontobj = lb = List Box( {"First Item", "Second Item", "Third Item"}, width( 200 ), max selected( 2 ), nlines( 6 ) ) );
fontobj << Set Font( "Arial Black", 12, "Italic Underline" );

JMP Pro 17.0.0 (622753) result:

ErraticAttack_0-1683143060283.png

 

JMP Pro 16.2.0 (570548) result:

ErraticAttack_1-1683143168650.png

 

Jordan
2 REPLIES 2
txnelson
Super User

Re: JMP17 ListBoxBox Fonts

The issue appears to have been fixed in JMP 17.1.0.  Here are my results for your sample

txnelson_0-1683191181954.png

The upgrade is available at

     File=>Preferences=>JMP Updates

 

Jim
Craige_Hales
Super User

Re: JMP17 ListBoxBox Fonts

Thanks for the update reminder!

Before the update.Before the update.

After the update.After the update.

 

Craige

Recommended Articles