Skip to main content

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


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

Back to the top