When I first started developing using B4A tools, we had to build the GUI in code to provide the most flexible approach for resizing, positioning and future portability.
Now I find myself at a great disadvantage not being able to use Custom Views with existing layouts that are built in code.
I wish there is some sort of workaround that will allow us to to use custom b4x views with existing implementations,
I would suggest that you implement a workaround for that to support those that are facing the same issues as me.
As an example:
I am sure it's not impossible for someone like Erel
Thank you
iCAB
Now I find myself at a great disadvantage not being able to use Custom Views with existing layouts that are built in code.
I wish there is some sort of workaround that will allow us to to use custom b4x views with existing implementations,
I would suggest that you implement a workaround for that to support those that are facing the same issues as me.
As an example:
- you make it the responsibility of the user to link the proper class
- Maybe the custom view must be declared using the designer in some hidden layout and then copied via code to a different panel, etc
I am sure it's not impossible for someone like Erel
Thank you
iCAB