Uncountable times everything was ok, but all of a sudden I encounter a problem.
The compiler is OK with the code, but in the run I get an error, to be precise: just Activity.LoadLayout generates this:
java.lang.RuntimeException: java.lang.RuntimeException: Cannot convert: class anywheresoftware.b4a.objects.LabelWrapper, to: class anywheresoftware.b4a.objects.PanelWrapper
As the error message told us: ( Cannot convert: class anywheresoftware.b4a.objects.LabelWrapper, to: class anywheresoftware.b4a.objects.PanelWrapper) I confused the nature of one of the objects: if you define an object at designtime as a label, you can not describe it in your source code as a panel. That's all.