I get the following when I try to compile after adding DesignerUtils for use with xCustomListView B4A Version: 11.50
Parsing code. Error
Error parsing program.
Error description: Unknown type: designerargs
Are you missing a library reference?
Error occurred on line: 175 (DDD)
Private Sub AddClass(DesignerArgs As DesignerArgs)
DesignerArgs are not defined in the B4XLIB. Where are they defined. All of the CLV examples reference this and I can't compile them.
The soon to be released versions of B4A, B4i and B4J include a new feature named: designer script extensions. The new feature allows calling B4X code from the visual designer scripts. Note that the B4X code is not executed at design time. I believe that over time this new feature, with a...
The soon to be released versions of B4A, B4i and B4J include a new feature named: designer script extensions. The new feature allows calling B4X code from the visual designer scripts. Note that the B4X code is not executed at design time. I believe that over time this new feature, with a...
The soon to be released versions of B4A, B4i and B4J include a new feature named: designer script extensions. The new feature allows calling B4X code from the visual designer scripts. Note that the B4X code is not executed at design time. I believe that over time this new feature, with a...