I am actaully doing so:
I would like to know if there is a more elegant way to do so.
Thank you
B4X:
dim a as label
try
a=myGenericObject
doLabelThings
catch
end try
dim b as panel
try
b=myGenericObject
doPanelThings
catch
end try
etc. etc.
I would like to know if there is a more elegant way to do so.
Thank you