Android Question error while loading app

Makumbi

Well-Known Member
Licensed User
Longtime User
Please help iam getting error
unknown member create material icons
iam using b4a 9.0
 

DonManfred

Expert
Licensed User
Longtime User
Hiding your code used is a good idea

What is "create material icons"?
 
Upvote 0

Makumbi

Well-Known Member
Licensed User
Longtime User
B4A Version: 9.00
Parsing code. (0.45s)
Building folders structure. (0.22s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: creatematerialicons
Error occurred on line: 165
x.Font = xui.CreateMaterialIcons(20)
Word: creatematerialicons

that is the error from the log file
 
Upvote 0

Makumbi

Well-Known Member
Licensed User
Longtime User
Hiding your code used is a good idea

What is "create material icons"?

B4A Version: 9.00
Parsing code. (0.45s)
Building folders structure. (0.22s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: creatematerialicons
Error occurred on line: 165
x.Font = xui.CreateMaterialIcons(20)
Word: creatematerialicons

that is the error from the log file
 
Upvote 0

Makumbi

Well-Known Member
Licensed User
Longtime User
Those are the libraries that iam currently using on my pc iam using b4a9.0

so you mean i should delete these XUI. files and start again
 

Attachments

  • mypc.png
    mypc.png
    79.4 KB · Views: 225
Upvote 0
Top