[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IDV #HIE-550438]: enhancement request Field Selector
- To: venus@xxxxxx
- Subject: [IDV #HIE-550438]: enhancement request Field Selector
- From: "Unidata IDV Support" <support-idv@xxxxxxxxxxxxxxxx>
- Date: Thu, 22 May 2008 10:14:56 -0600
- Delivered-to: support-idv@unidata.ucar.edu by laraine.unidata.ucar.edu (Postfix) with ESMTP id 00FF6CB1B5; Thu, 22 May 2008 10:14:56 -0600 (MDT) id CED27D4FC0; Thu, 22 May 2008 10:14:56 -0600 (MDT)
> Hi Jeff,
>
> is the idea for an enhanced field selector clear enough?
>
> Tyn
>
Hi Tyn,
I haven't forgotten about you. Don & I just got back last night from a training workshop we ran.
Here's something you can try -
In the formula you can use the syntax:
param[some extra parameter attributes]
to define attributes on the parameter. e.g.:
http://www.unidata.ucar.edu/software/idv/docs/userguide/tools/Formulas.html
One of the attributes (which is undocumented right now) is multiple=true, e.g.:
test(params[multiple=true])
When multiple=true the field selector supports multiple selection and looks like the attached image.
You can do double click on a field (or click the "Add selected entry") and it will add it to the list.
The actual parameter object that gets passed to the jython is a list of the selected fields.
I will look into doing multiple select in the tree view and/or doing double click on one of the group nodes to add multiples into the list.
-Jeff
Ticket Details
===================
Ticket ID: HIE-550438
Department: Support IDV
Priority: Normal
Status: Open
Attachment:
multiples.gif
Description: GIF image