asales Expert Licensed User Longtime User Mar 4, 2021 #1 I have a app that uses RatingBar from @Informatix . I put B4XDrawer menu in the app, but I get an error because the ViewsEx has a RatingBar view, with the same name from the Informatix view. The only problem is because the B4XDrawer uses the TouchPanelCreator from ViewsEx. I don't want to change the Informatix RatingBar to the view of ViewsEx. Any tip to solve this? Thanks in advance.
I have a app that uses RatingBar from @Informatix . I put B4XDrawer menu in the app, but I get an error because the ViewsEx has a RatingBar view, with the same name from the Informatix view. The only problem is because the B4XDrawer uses the TouchPanelCreator from ViewsEx. I don't want to change the Informatix RatingBar to the view of ViewsEx. Any tip to solve this? Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Mar 5, 2021 #2 Edit ViewsEx.xml and delete the RatingBar class element. Upvote 0
asales Expert Licensed User Longtime User Mar 5, 2021 #3 Erel said: Edit ViewsEx.xml and delete the RatingBar class element. Click to expand... Thanks. Based in you tip, I just rename the shortname of the class in xml and worked. Upvote 0
Erel said: Edit ViewsEx.xml and delete the RatingBar class element. Click to expand... Thanks. Based in you tip, I just rename the shortname of the class in xml and worked.