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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

z stack of Display Boxes?

Can I place display boxes on top of ach other?
e.g. the Icon box at the top left corner, inside the picture box?

Names Default To Here( 1 );
New Window( "Example",
icon Box ("Error"),
	Picture Box( Open( "$SAMPLE_IMAGES/windmap.png", png ) )
);

hogi_0-1769719127123.png

1 ACCEPTED SOLUTION

Accepted Solutions
Craige_Hales
Super User

Re: z stack of Display Boxes?

Barely. Not really supported. But What is an Alpha Channel?  has an example of exactly this.

Craige

View solution in original post

2 REPLIES 2
jthi
Super User

Re: z stack of Display Boxes?

You are able to sometimes overlay some displayboxes on top of each other using margin/padding but I'm not sure if that is possible anymore. With just PictureBox you could most likely just plot the icon in the same picture?

-Jarmo
Craige_Hales
Super User

Re: z stack of Display Boxes?

Barely. Not really supported. But What is an Alpha Channel?  has an example of exactly this.

Craige

Recommended Articles