Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello,
Actually, i need to create a mashup. In mashup, one side i used tree widget, another side i have to set image,
here my problem is whenever i click any data in tree widget, the image can't able to change dynamically.
I attached my screenshot below. Can you help me to sort out the issues.
ThankYou
Solved! Go to Solution.
Fire another service from the SelectedRowChanged event from the service populating your tree. This other service should get the URL for your image based on the selected row of your tree infotable. Bind that service's data to the SourceURL parameter of your image.
If you can't get it to work with an Image widget, try a ValueDisplay widget, as it can also be used to display images.
Fire another service from the SelectedRowChanged event from the service populating your tree. This other service should get the URL for your image based on the selected row of your tree infotable. Bind that service's data to the SourceURL parameter of your image.
If you can't get it to work with an Image widget, try a ValueDisplay widget, as it can also be used to display images.