Android Code Snippet [B4A] ControlsToastMessageShow Library

Hi,
New CToastMessageShow v.1.01 library
- allows you to control the number of messages displayed,
when you click the "Button1" button several times.

Dim msg As CToastMessageShow
msg.Initialize

Example usage:
Sub Button1_Click
msg.CToastMessageShow("Toast Message Show", False)
End Sub
 

Attachments

  • CToasMessageShow v1.01.zip
    908 bytes · Views: 14
  • Example Library CToastMessageShow.zip
    2.6 KB · Views: 12
Top