B4i Library AwesomeMessage - The popup Message with Blur Effect for B4i


TopiMessage.png


This library was made based on Blur Style Popup-Messages


Installation instructions:

- Copy the *.a and *.h files into the folder "Libs" in your MAC or in your MAC HOSTED by AnywhereSoftware, normally in "B4i-MacServer\Libs" folder

-Copy the iAwesomeMessage.xml to your custom libraries folder in B4i
- Select in your REFERENCED LIBRARIES

RefMessage.png


Version history:
V1.0.0 (First public release - Freeware):
- Initial version


iAwesomeMessage

Author: Alberto Iglesias ([email protected])
Version: 1.0.0

iAwesomeMessage
Author:
Alberto Iglesias ([email protected])
Version: 1
  • AwesomeMessage
    Events:
    • onHide (Title as String As )
    • onInitialized (EventName As String)
    Methods:
    • Initialize (EventName As String)
      Initializes the object.
    • ShowMessage (Parent As B4IPage*, Title As String, Message As String, ButtonRight As Boolean)
      Show the message
    Properties:
    • Author As String [read only]
      Author of this Library
    • DebugMode As BOOL
      Enable/Disable Debug mode from Library
    • Version As String [read only]
      Library Version

ScreenMessage.jpg


B4iShotMessage.png



* The version 1.0.0 is fully functional
Please consider a simple €10 donation and I send to you the Library without this message.

Your contribution ensures that our work will thrive and so we will to innovate more and more.
Thanks in advance for your support!

 

Attachments

  • Library.zip
    158.1 KB · Views: 79
  • Example.zip
    2.7 KB · Views: 53
Last edited:

Bruno.im

Member
Licensed User
Longtime User
I installed Awesome message and it worked fine in debug mode but my app would crash in release mode. As soon as I removed it from the library the released app worked again.
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
I installed Awesome message and it worked fine in debug mode but my app would crash in release mode. As soon as I removed it from the library the released app worked again.
How you use it in your project? when i use it ,get keychain error
 

Bruno.im

Member
Licensed User
Longtime User
I don't use it as it would crash my app, otherwise in debug I used it as indicated and it looked nice.
 
Top