cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
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