cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

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.