cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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