Hello, hope you are fine.
Today I have a question about developing a Custom View.
For example if I like to make a custom view on base on an EditTextbox to enhance the native views features I know how to do that with the custom view xui class. But if I go to use the custom view in the designer most of the basic properties of the native view like typeface or alignment a.s.o. are lost (no acccess). I declared the native view as public global inside of the custom view class but that is also not the solution for access. I can not believe that the only way to get access to the native properties is to write equal custom designer properties and code.
The question is what is the best b4a way to use the native view in a custom view class and to have access to all native views designer properties?
Today I have a question about developing a Custom View.
For example if I like to make a custom view on base on an EditTextbox to enhance the native views features I know how to do that with the custom view xui class. But if I go to use the custom view in the designer most of the basic properties of the native view like typeface or alignment a.s.o. are lost (no acccess). I declared the native view as public global inside of the custom view class but that is also not the solution for access. I can not believe that the only way to get access to the native properties is to write equal custom designer properties and code.
The question is what is the best b4a way to use the native view in a custom view class and to have access to all native views designer properties?