Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Define a label widget in jaxb

I was able to track this down, there were some examples of the 'label' widget in some of the jaxb tool definitions.

Now I've got a possibly more complex problem. I would like to update a regular widget (a text field) based on some behavior in a custom widget. I have access to the lcMap and id for that widget but I don't see any way to grab or edit the contents of the text field from within another widget. Does anyone know if this is possible? Do I need to find it in the configuration object instead maybe?
Thanks,
Wyatt

On Tue, Jan 6, 2015 at 11:46 AM, Wyatt Spear <wspear@xxxxxxxxxxxxxx> wrote:
Greetings,

I'm making some tweaks to the TAU launch configuration and I need to add a remote browse widget which isn't attached to a checkbox as most of the other browse-fields are, but instead just has a text label in front of it since it's always on. I'm not seeing the jaxb code for a label so if anyone could point me in the right direction that would be great. My next stop is the jaxb implementation so I can see what widgets are available in there.

Thanks,
Wyatt Spear


Back to the top