Hello, I am a beginner having a lot of fun with B4A. I was thrilled when 6.5 beta came out, downloaded it and installed it this morning. I couldn't wait to try out the FontAwesome.
I opened the SecondProgram code (tutorial) that I finished last night, that has been working perfectly. I decided to set the BS (backspace) button to a FontAwesome < intead of text "<".
It shows up great on the designer. It compiles fine. However, when I run it, I get Java messages "object (button) should first be initialized". If I continue, the BS button is missing. I am only modifying the button through the designer.
Even though it says not to, I did try adding a Private btnBS as button, and issuing btnBS.Initialize(""), with the same results. I removed that code, made sure everything was saved, recompiled and tried again with the same results.
If I remove the FontAwesome and set it back to NORMAL with text "<" it compiles and runs without error.
What am I missing? Thank you for an awesome product!
I opened the SecondProgram code (tutorial) that I finished last night, that has been working perfectly. I decided to set the BS (backspace) button to a FontAwesome < intead of text "<".
It shows up great on the designer. It compiles fine. However, when I run it, I get Java messages "object (button) should first be initialized". If I continue, the BS button is missing. I am only modifying the button through the designer.
Even though it says not to, I did try adding a Private btnBS as button, and issuing btnBS.Initialize(""), with the same results. I removed that code, made sure everything was saved, recompiled and tried again with the same results.
If I remove the FontAwesome and set it back to NORMAL with text "<" it compiles and runs without error.
What am I missing? Thank you for an awesome product!