B4i Library AwesomeMenu - The popup Menu with Blur Effect for B4i

TopiMenu.png



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 iAwesomeMenu.xml to your custom libraries folder in B4i
- Select in your REFERENCED LIBRARIES

ReferenceMenu.png


Version history:
V2.0.1 (First public release - Donationware):
- Initial version


iAwesomeMenu

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

iAwesomeMenu
Author:
Alberto Iglesias ([email protected])
Version: 2.01
  • AwesomeMenu
    Events:
    • onInitialized (EventName As String)
    • onSelected (itemIndex as Int As )
    Methods:
    • Initialize (EventName As String)
      Initializes the object.
    • showMenu (Parent As B4IPage, MenuItens As List, X As Int, Y As Int)
      Show the Menu
    Properties:
    • Author As String [read only]
      Author of this Library
    • DebugMode As BOOL
      Enable/Disable Debug mode from Library
    • LastItemIndex As Int [read only]
      Last Number of Item Choosed
    • LastItemTitle As String [read only]
      Last Title of Item Choosed
    • Version As String [read only]
      Library Version
Version: 2.02
  • onDismiss ()
    Called when none item is selected, when touch outside of menu
Example:
Sub objMenu_onDismiss()
Msgbox ("Dismissed!","AwesomeMenu")
End Sub




B4iShot.png


ScreenMenu.jpg


* This version is fully functional, the only one difference is when push button more then 10 times appear a simple message to donate
.
Please consider a simple €10 donation and I send to you the Library without this message.

 

Attachments

  • Library.zip
    222 KB · Views: 160
  • Example.zip
    159.4 KB · Views: 152
  • Libraryv202D.zip
    223.2 KB · Views: 148
Last edited:

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi.I'm sorry for this reply!
I want soap library in basic4android.i cannot convert ksoap2-android-2.5.2.jar for basic4android
acctually i want library that call any method of web service php and get result.
I payment money for your library thank you very much! :)
 

little3399

Active Member
Licensed User
Longtime User
Hi, Alberto Iglesias,
Does this LIB can be add a event when it was no any choose on the the blurMenu , it means the popMenu was Dismiss ? TKS!
 

XMan2012

Member
Licensed User
Longtime User
Hi Alberto,
Love your lib, and was going to donate, but before I do that, is there a way to have the labels on the side of the icon instead of underneath and being cut off when the text is a bit too long? I attached an example of what I mean. It limits the text for the labels currently. Unless I missed something.
 

Attachments

  • before.png
    before.png
    45.5 KB · Views: 61
  • after.png
    after.png
    49.9 KB · Views: 56

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
Hey Xman, I was looking in sourcecode but this is not implemented in original library, take a look:https://github.com/rnystrom/RNGridMenu

The library have 2 styles, a Grid and a List, but in a list appears only a text, not with images. If you don´t pass images, appears in a list mode.

I don´t have much time right now, but in a near future I can implemented this feature.
 

XMan2012

Member
Licensed User
Longtime User
Thank you very much for your answer. I will try without icons and see how it looks. ;-)
 
Top