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

I think if you're going to update a wiki page -- that was the design page...
The implementation (more recent) info
is at http://wiki.eclipse.org/PTP/ETFw/PTP_External_Tools_Framework
(and yea verily it says combo 'not yet supported')

...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Wyatt Spear ---01/31/2012 01:07:44 PM---Yes, combo-boxes should work now... I need to update the wikiWyatt Spear ---01/31/2012 01:07:44 PM---Yes, combo-boxes should work now... I need to update the wiki. =Wyatt


    From:

Wyatt Spear <wspear@xxxxxxxxxxxxxx>

    To:

Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>,

    Date:

01/31/2012 01:07 PM

    Subject:

Re: [ptp-dev] Widget question for ETFw performance analysis tab

    Sent by:

ptp-dev-bounces@xxxxxxxxxxx




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
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


GIF image

GIF image


Back to the top