B4i Library iAlertView - the beautiful MsgBox alternative

Name: iAlertView

Version: 1.01

Description: iAlertView is a wrapper of FCAlertView and allows you to add AlertViews to your app's layout

License: https://github.com/nimati/FCAlertView/blob/master/LICENSE

Notes/Tips:


Download "iAlertView 1.01.zip": http://bit.ly/2xFsMi6

Feel free to ask questions
 

Attachments

  • Example.zip
    324.4 KB · Views: 163
Last edited:

tufanv

Expert
Licensed User
Longtime User
Perfect ! These little libs helps us alot . This is a perfect one Thanks ! I will implement this to all my apps .
 

tufanv

Expert
Licensed User
Longtime User
Hello,

I am always getting :

*** -[NSBundle initWithURL:]: nil URL argument

when I use code :
B4X:
Dim alert As AlertView
    alert.Initialize("Alert",Page1)
            alert.Title = "Input"
            alert.Subtitle = "Type something in :)"
            alert.Buttons = Array("Cancel","Later")
            alert.AddTextField("Blablabla ...")
            alert.ColorScheme = Colors.Blue
            alert.Show

what is wrong here ?
 

Mike1970

Well-Known Member
Licensed User
Longtime User

Jan, your library is simply WONDERFUL.
Could you please make an example about how to use the AddTextField property?
I'm trying to popup an alert that ask for a decimal number. It would be another masterpiece if it could automatically mask the TextBox area (like avoid to type multiple commas or dots, for instance...)
Is there a way to accomplish this task?

Thank you in advance.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…