ElliotHC Active Member Licensed User Oct 2, 2021 #1 Hi, Please could someone give me an idiots guide in to how to integrate the Cross platform circular progress barin to my project? Please assume I know nothing. Thanks in advance
Hi, Please could someone give me an idiots guide in to how to integrate the Cross platform circular progress barin to my project? Please assume I know nothing. Thanks in advance
Andrew (Digitwell) Well-Known Member Licensed User Longtime User Oct 2, 2021 #2 Unzip the example. https://www.b4x.com/android/forum/threads/b4x-xui-custom-view-circularprogressbar.81604/#content Add the .bas file to your project. (This is probably the bit you are missing. it is not a B4xLib) Open designer Add custom view to your layout (CircularprogressBar) Generate members Code as appropriate Alternatively, take a look at the example in the zip file. Upvote 0
Unzip the example. https://www.b4x.com/android/forum/threads/b4x-xui-custom-view-circularprogressbar.81604/#content Add the .bas file to your project. (This is probably the bit you are missing. it is not a B4xLib) Open designer Add custom view to your layout (CircularprogressBar) Generate members Code as appropriate Alternatively, take a look at the example in the zip file.