Sorry Erel if I don't understand You, but did You mean that I can not make my custom view that consist of another custom view(in this case B4XComboBox)?
I added my custom view
through the designer. I followed your example of 'LimitBarDemo2' and did the same.
I added New Module/Class Module/Custom View named it CustomCB and then I in designer add it on Layout(Add View/CustomView/CustomCB).
Then I define in Custom View class 'CustomCB' what I needed. But that is bad practice I suppose.
But then how I can use this of mine custom view on multiple activity if I need it???
If I add B4XComboBox directly on the activity like I did with LocalB4XComboBox then I can not easily reuse it?