cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
] />

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

Bring back the Dialog() command

What inspired this wish list request? 

I'm not sure why JMP got rid of this handy command. It still actually works, but with a warning that it has been 'deprecated'. And it recommends to use New Window() << Modal. Okay, that is more characters to type than Dialog (and not as intuitive), but I would be okay with that. What I'm not okay with is that you have to also turn off the menu and toolbar, or your small notification window is 80% toolbar and menu and is unusable. So you have turn those off with Show() arguments. But that's not enough, because the text for New Window("Text") goes into the window bar title which is too small to display. So you also have to re-size the window. And then you still don't have something as good as Dialog() because the message is in the window title and not the box. So now you have to add a text box to the window. It's a lot more to do than just Dialog(). Caption() is usable but not if you want the box to be modal.

 

 

What is the improvement you would like to see? 

Dialog() re-embraced by JSL.

 

Why is this idea important? 

Saves time during troubleshooting and saves time and code length when creating user messages.

 

3 Comments
hogi
Level XIII

@jay_holavarri , the issue is just a misleading "traffic sign" in the Scripting Index.

 

Use:

ex = New Window( "Dialog",
	<<Type( "Modal Dialog" ),Text box ("test test"))

hogi_0-1770750002908.png

 

jay_holavarri
Level IV

Still more characters, but satisfactory. Thank you!

Status changed to: Acknowledged

Thank you for taking the time to submit this request!