Can anyone tell me what I am doing wrong? I copied my B4x cross-platform class module (clxtoastmessage.bas) and manifest.txt file into a directory, zipped it, and then changed the extension to .b4xlib. I then copied file to my B4alibrary folder. I created a new project and included the new library in the project. I am not able to access my new library element in my project. It just does not show up. The code below says that the clxtoastmanager does not exit.
Dim tm as clxtoastmanager
I have included the .b4xlib. You can see the source file by changing the extension back to .zip and unzipping it.
Dim tm as clxtoastmanager
I have included the .b4xlib. You can see the source file by changing the extension back to .zip and unzipping it.