[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IDV #LBV-428551]: IDV - RGBs no more working
- Subject: [IDV #LBV-428551]: IDV - RGBs no more working
- Date: Tue, 18 Sep 2007 16:27:12 -0600
> Hi Jeff
>
> Yes, things are working again. Thank you. I am getting curious what the
> Jython shell could do in my context, i.e. creating RGBs ad hoc and
> automatising image displays aka briefings.
>
Go ahead and try it out. Tomorrow's build will have lots of improvements in it
and there is some brief documentation. You can do things like:
data = selectData(); //Popup the data selection dialog and select a field
operate on data...
display = createDisplay('some display id - see the Edit menu for assistance',
data);
...
display.doRemove();
You can also export all of the commands to your jython library
-Jeff
Ticket Details
===================
Ticket ID: LBV-428551
Department: Support IDV
Priority: Normal
Status: Closed