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.

JMP Wish List

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

show properties in JSL

☐ cool new feature
☐ could help many users!

☐ removes a „bug“

☑ nice to have

☐ nobody needs it

 

 

The "Help Scripting Index" entry in the right click context menu is very helpful to open the scripting index info for a JSL object or function.

Is there also such a fast way to run "show properties" for a JSL object - perhaps with a possibility to select one property and use it directly in my code ( e.g. auto-send to clipboard to paste it at the correct position in the code)?

4 Comments
SamGardner
Level VII
Status changed to: New

@hogi , could you describe more what you are wanting to do?  

 

If you use

 

Show Properties(object);

then in the log window all of the messages you can pass to the object are listed.  

Are you simply wanting a "command picker", or something else?

hogi
Level XIII

Hi @SamGardner 
Yes, like this. Starting from the 

Show Properties(object);

some additional functionality to save some steps:

Holger_0-1653026169977.png

- right click on an object to open the right click context menu

- click on the new "show properies" entry :)

- then a sub-menu opens (like the "Advanced" submenu) with all the properties

(or a new window with the properties list?)

- then choose one of the "properties"

- which sends the code to the clipboard

- and then you can directly pase the code wherever you want.

hogi
Level XIII

@Sarah-Sylvestre , @SamGardner :
2 years and 0 Kudos -> can be archived .

Status changed to: Archived