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
john_madden
Level VI

Help with Col List Box

I'm trying to create a dialog with a Col List Box  (CLB). I populate my CLB using the following:

sourceColList << Append( DataTable1 << Get Column Names() );
sourceColList << Set Analysis Type( Continuous );
sourceColList << Set Data Type( Numeric );
sourceColList << Set Max Selected( 1 );

and when I create my window everything looks fine, and I can select items in the CLB.

But here's the thing: when I click an already-selected item in the CLB, that item disappears. Then if I click on the same spot, successive items continue to disappear without anything being selected. 

Am I doing something wrong?

1 REPLY 1
txnelson
Super User

Re: Help with Col List Box

I have replicated your findings, however I would characterize the issue that when you Double Click on a column name in the list, it is removed. My testing does not show that if you click on a column, wait and then click on it again that it disappears.  I did not find a documented purpose for the double click, so I assume it is a bug and should be submitted to JMP Support.

 

Some other Community Member may have a better answer

Jim

Recommended Articles