cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
david707
This widget could not be displayed.
" alt = "Level III"/> david707
Level III

How to add a .html file to a picture box?

Hi,

Here is roughly what I'm trying to do:

ob = Outline Box( "OB", hlb1 = H List Box() );
hlb2 = H List Box();
hlb2 << append( Picture Box( Open( FilePath , html )));

I understand that Picture Box doesn't support .html, but is there anyway to get this to work?

Is it possible to convert .html to .png within JMP script?

1 REPLY 1
Byron_JMP
Staff

Re: How to add a .html file to a picture box?

maybe try using a web browser box

Names Default To Here( 1 );
New Window( "Example", Web Browser Box( "http://www.jmp.com" ) );
JMP Systems Engineer, Health and Life Sciences (Pharma)

Recommended Articles