A AlfredoJn New Member Aug 12, 2011 #1 Hello !!! I do not speak English. My question is the title. Thank you : D Last edited: Aug 12, 2011
Cableguy Expert Licensed User Longtime User Aug 12, 2011 #2 Hi Alfredo Try the "ToastMessageShow" keyword... It should be something like: ToastMessageShow("This is th text to show", False) The False means that the message will be shown for a short period of time, change it to True for a longer show. P.S. what is you Mother Language?? Upvote 0
Hi Alfredo Try the "ToastMessageShow" keyword... It should be something like: ToastMessageShow("This is th text to show", False) The False means that the message will be shown for a short period of time, change it to True for a longer show. P.S. what is you Mother Language??
Kevin Well-Known Member Licensed User Longtime User Aug 13, 2011 #3 Or possibly he was just looking for: B4X: txtMsg = "Hello there" txtTitle = "Message Box" Msgbox (txtMsg, txtTitle) :sign0089: Upvote 0
Or possibly he was just looking for: B4X: txtMsg = "Hello there" txtTitle = "Message Box" Msgbox (txtMsg, txtTitle) :sign0089:
A AlfredoJn New Member Aug 14, 2011 #4 Thanks friends. Went perfect. My language is Spanish Regards, Fredy Upvote 0