Android Question I'm trying to use DesignerUtils to add view to xCustomListView

Dave G

Active Member
Licensed User
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.

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
DesignerArgs are not defined in the B4XLIB.
Correct. Guess you need a newer B4A-Version. 11.5 is old

 
Upvote 1

Dave G

Active Member
Licensed User
Correct. Guess you need a newer B4A-Version. 11.5 is old

Thanks. Haven't used it for awhile. Will update.
 
Upvote 0

Dave G

Active Member
Licensed User
Thanks. Haven't used it for awhile. Will update.

Correct. Guess you need a newer B4A-Version. 11.5 is old

That fixed it! I've messed with this off and on for over a year!

Thank a bunch
 
Upvote 0
Top