Sorry for such a simple question , but I cannot find answer for it.
I have in library @BA.ShortName("TEST") and two methods in class TEST_THIS , for example TEST1 and TEST2.
In B4A I add my library and write:
Why ? Thanks.
P.S. I have changed ViewWrapper to AbsObjectWrapper and now I see only these methods
But with AbsObjectWrapper library doesn't work correctly. So is there another way to show only my methods in B4A ?
I have in library @BA.ShortName("TEST") and two methods in class TEST_THIS , for example TEST1 and TEST2.
In B4A I add my library and write:
B4X:
Dim testing As TEST
TEST. ' So after point I must see ONLY two methods - TEST1 and TEST2
' but I see ALSO - background , color , invalidate and so on.
P.S. I have changed ViewWrapper to AbsObjectWrapper and now I see only these methods
But with AbsObjectWrapper library doesn't work correctly. So is there another way to show only my methods in B4A ?
Last edited: