Is there an easy way to determine where widgets are used in App ?

0
The 'Project - Tools - Update Widgets' screen shows that a new version is available for e.g. ListViewControls (local 1.3.3 Appstore 1.3.8).  Before updating, we need to check were this widget is used in our App first. As the package contains several widgets, we now have to: * open package.xml from ListViewControls.mpk to determine widgets. * Find advanced - Add-on widgets - widget: CheckBoxFilter * Find advanced - Add-on widgets - widget: DropDownFilter * Find advanced - Add-on widgets - widget: DropDownSort * Find advanced - Add-on widgets - widget: TextBoxSearch * Find advanced - Add-on widgets - widget: Pagination * Find advanced - Add-on widgets - widget: HeaderSort Is it possible to determine easier where components from the ListViewControl widget are used in our App?  
asked
2 answers
1

If you don't want to search for each of the widgets within ListViewControls separately, you can temporarily move the widget file out of the widgets folder and press F4 to synchronize the project folder. Studio Pro will then show an error for each page on which one of the ListViewControl widgets is used, showing which widget it expected but could not find.

answered
1

In Studio Pro, Edit menu, Find Advanced, Choose Add-on widgets, choose the widget you want to search for and click Find. The find results will show where the widget is used.

answered