LucaMs Expert Licensed User Longtime User Oct 20, 2017 #1 You don't know which are the elements of the props map, you have to write a For Each loop to get them, and they will be added in new versions of b4a. So constants (enum ) would be very useful.
You don't know which are the elements of the props map, you have to write a For Each loop to get them, and they will be added in new versions of b4a. So constants (enum ) would be very useful.
Erel B4X founder Staff member Licensed User Longtime User Oct 22, 2017 #2 It is the developer that adds the elements to the props map: [B4X] Custom Views with Enhanced Designer Support
It is the developer that adds the elements to the props map: [B4X] Custom Views with Enhanced Designer Support
klaus Expert Licensed User Longtime User Oct 22, 2017 #3 If you put a breakpoint near a line with Props and you click on Props you get the list of the properties. Max, BackLineColor, Radius etc. are custom properties set in the Designer.
If you put a breakpoint near a line with Props and you click on Props you get the list of the properties. Max, BackLineColor, Radius etc. are custom properties set in the Designer.
LucaMs Expert Licensed User Longtime User Oct 22, 2017 #4 Erel said: It is the developer that adds the elements to the props map: [B4X] Custom Views with Enhanced Designer Support Click to expand... Ops, I forgot it
Erel said: It is the developer that adds the elements to the props map: [B4X] Custom Views with Enhanced Designer Support Click to expand... Ops, I forgot it