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
itzikd
Level II

Sending the Gui window to background

so I'm working with JMP 12 and I Made a GUI window that opens a JMP file.

but once the file is open, I can't click it unless I close the GUI window first.

for example I have this GUI, when I click run script it opens JMP table but every time I try to click, it doesn't open, unless I close the GUI

itzikd_0-1614762234929.png

 

is there a way to be able to look at JMP files will the JMP GUI is open?

 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Sending the Gui window to background

It sounds like your window has been opened as a Modal window.  If that is the case, then it is working properly.  A Modal window is designed to stop all processing until the window is closed.  

Jim

View solution in original post

1 REPLY 1
txnelson
Super User

Re: Sending the Gui window to background

It sounds like your window has been opened as a Modal window.  If that is the case, then it is working properly.  A Modal window is designed to stop all processing until the window is closed.  

Jim

Recommended Articles