Arie van Wingerden Member Licensed User Jun 1, 2017 #1 Hi, being not a programming n00b but still a B4J n00b, I was looking for something like MsgBox. I found in the forum that there is a lib for B4A, but not B4J. Is there a way to generate a simple popup? TIA, Arie
Hi, being not a programming n00b but still a B4J n00b, I was looking for something like MsgBox. I found in the forum that there is a lib for B4A, but not B4J. Is there a way to generate a simple popup? TIA, Arie
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2017 #2 How to easily debug B4J? Click to expand... Not with Msgbox. Use breakpoints and Log to log messages. With that said, the first search result will take you to the relevant tutorial: https://www.b4x.com/android/forum/pages/results/?query=b4j msgbox Last edited: Jun 2, 2017 Upvote 0
How to easily debug B4J? Click to expand... Not with Msgbox. Use breakpoints and Log to log messages. With that said, the first search result will take you to the relevant tutorial: https://www.b4x.com/android/forum/pages/results/?query=b4j msgbox
Arie van Wingerden Member Licensed User Jun 1, 2017 #3 OK. Found log function which is OK for this. Upvote 0
klaus Expert Licensed User Longtime User Jun 1, 2017 #4 You may have a look at chapter 13 Debugging in the B4J Beginner's Guide. Link in my signature. Upvote 0
Arie van Wingerden Member Licensed User Jun 2, 2017 #5 Thx. for the answers. As for the MsgBox issue I did open a few posts, but obviously the wrong ones ;-) Upvote 0
Thx. for the answers. As for the MsgBox issue I did open a few posts, but obviously the wrong ones ;-)