Android Question [Solved] Conflict between ViewsEx and RatingBar from Informatix

asales

Expert
Licensed User
Longtime User
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.
 
Top