Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Widget question for ETFw performance analysis tab

Yes, combo-boxes should work now... I need to update the wiki.
=Wyatt

On Tue, Jan 31, 2012 at 10:04 AM, Dave Wootton <dwootton@xxxxxxxxxx> wrote:

Hi
I'm adding a new tab to the ETFw performance analysis tab for HPC Toolkit. It looks like I can use a combo box widget but the wiki page http://wiki.eclipse.org/PTP/designs/perf_tools_framework says it is not supported.

I've coded the following which appears to work but I haven't verified the environment variable gets set based on the selection

                                        <togoption label="Test combobox: " optname="ENV_COMBO" envvar="true" required="true"
                                                tooltip="Test combobox tooltip">
                                                <optvalue type="combo" items="a:::b" />
                                        </togoption>

Is this intended to work? If I code the items specifiaction as I have above, I get two items in the non-editable combo box 'a' and 'b'. Will the environment variable be set to the selected value?
Dave
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top