cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to interactively organize and restructure data for analysis. Register for May 29 webinar, 2pm US ET.

JMP Wish List

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

number edit box: change value with up/down key

What inspired this wish list request? 

@jthi presents the concept inScripters Club Recording: JMPyFacade: Bridging JMP and Python for Seamless Engaging Analysis @ 13min

 

What is the improvement you would like to see? 

add a functionality to the number edit box() which allows te user to change the value via up/down keys on the keyboard.

+/-1 is great. Maybe some setting to adjust the increment?

 

Why is this idea important? 

A wonderful idea - should be available by default.

3 Comments
jthi
Super User

To my knowledge this already exists

Names Default To Here(1);
nw = New Window("Example", neb = Number Edit Box(0));
neb << Set Increment(0.1);

jthi_0-1762700666378.png

 

hogi
Level XIII

ah, cool!
@Sarah-Sylvestre -> can be marked as Available.

Status changed to: Archived

Archiving this request as the functionality is already available.