A new version of this .dll was created using code from several
other users. READ THIS THREAD FIRST.
Then have a read at this thread
http://www.b4x.com/forum/additional-libraries/4139-notification-dll-balloons-notifyicon-etc.html
This dll adds the notification type popup message at the
bottom of the screen, not in the middle like MsgBox.
The difference with this, and a MsgBox, is that this one clears itself
after a pre-defined time without needing to click the 'OK' button.
I've included 2 versions and dll's
PopUp gives you access to all the dll'd properties.
About, as string readonly, me ;-)
Caption, as string caption text
Critical, as bool, Outlines the notification in red
Dispose ?
Icon, as pretty useless function
New1, needed to declare a new one
PopUpTime, as Int, Time the notification shows
Text, as string, message body
ToString, another useless entity
Visible, as bool, shows the notification if True
PopUp2 creates and shows the notification when it is declared as NEW1
eg:
PopUp2.New1(text As String,caption As String, duration as Int32,critical As Boolean)
PopUp2.visible is added automatically and shows the notification.
I left the Dispose method in but I don't think it's needed.
Ha ha ha
other users. READ THIS THREAD FIRST.
Then have a read at this thread
http://www.b4x.com/forum/additional-libraries/4139-notification-dll-balloons-notifyicon-etc.html
This dll adds the notification type popup message at the
bottom of the screen, not in the middle like MsgBox.
The difference with this, and a MsgBox, is that this one clears itself
after a pre-defined time without needing to click the 'OK' button.
I've included 2 versions and dll's
PopUp gives you access to all the dll'd properties.
About, as string readonly, me ;-)
Caption, as string caption text
Critical, as bool, Outlines the notification in red
Dispose ?
Icon, as pretty useless function
New1, needed to declare a new one
PopUpTime, as Int, Time the notification shows
Text, as string, message body
ToString, another useless entity
Visible, as bool, shows the notification if True
PopUp2 creates and shows the notification when it is declared as NEW1
eg:
PopUp2.New1(text As String,caption As String, duration as Int32,critical As Boolean)
PopUp2.visible is added automatically and shows the notification.
I left the Dispose method in but I don't think it's needed.
Ha ha ha
Attachments
Last edited: