cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

List DropDown Selection

rmasoud1
1-Newbie

List DropDown Selection

Hi,


I want to have an infotable property filled with strings placed into a dropdown list and assign each individual row in the list to a navigation button to connect to wen clicked.


I want the button to be invisible only when that row in the list is selected.

2 REPLIES 2
liliu
8-Gravel
(To:rmasoud1)

Hi Rami,

For your issue, I suggest to use List + Navigation + customized service.;

1. Create a service to get the mashup name infotable.

2. Add Dropdown List, Naviation and customized service we just created on step1.

3. Dropdown List configuration

4. Navigation widget configuration

5. Bind step1 created service event SelectedRowsChanged to Navigaqtion

Should you have any furhter concern, please feel free to let me know.

Best Regards,

Lily

Hi Rami,

The Navigation button cannot be put inside the dropdown list, but it could be put by the side of it.

  1. Create a Table, with Datashape including a String type and a MashupName type, fill them with values
  2. Create a Mashup with List widget, select to Dropdown List, bind the data
  3. Put down a Navigation widget, bind the data
  4. Configure the Navigation widget's settings

     5. And then it could work.

When the mashup is loaded, it's invisible and no selection is made in the List

Upon Selection, the Navigation widget will appear

Top Tags