Hi guys,
It's a pleasure to introduce the new B4AExtendedDialogs library.
In this library are included, B4AFileManager, B4AColorPicker, B4AInstalledApp and ( B4ADialogs that includes: ShowInfo, ShowToast, ShowToast2, ShowToastLong, ShowToastShort )
Any bug please repert it.
The zip include:
The library, and the demo
INSTALLATION:
Copy the Library in your Basic For Android Library.
Copy the folders icons and themes are located in files folder in the demo. In your one.
B4AExtendedDialog
Author: Giuseppe Salvi
Version: 1.5
It's a pleasure to introduce the new B4AExtendedDialogs library.
In this library are included, B4AFileManager, B4AColorPicker, B4AInstalledApp and ( B4ADialogs that includes: ShowInfo, ShowToast, ShowToast2, ShowToastLong, ShowToastShort )
Any bug please repert it.
The zip include:
The library, and the demo
INSTALLATION:
Copy the Library in your Basic For Android Library.
Copy the folders icons and themes are located in files folder in the demo. In your one.
B4AExtendedDialog
Author: Giuseppe Salvi
Version: 1.5
- B4AColorPicker
Methods:- ColorPicker As Int
Returns one of the Color value in the grid view - Initialize (EventName As String)
Initialize the Object
- Colors As Colors [read only]
Returns one of the Color value in the list - Title As CharSequence [write only]
Set the title text for this dialog's window. - TitleButton As CharSequence [write only]
Set the title of the Button
- ColorPicker As Int
- B4ADialogs
Methods:- Initialize (EventName As String)
Initialize the Object - ShowInfo
Show Info with all options if you have them set programmatically.
if you do not set the options programmatically it will Show the Info with the default options - ShowToast (text As CharSequence, textColor As Int, textSize As Int, duration As Int, gravity As Int, xOffset As Int, yOffset As Int)
Show the view with (text, duration, gravity, xOffset and yOffset) which the notification should appear on the screen. - ShowToast2 (text As CharSequence, textColor As Int, textSize As Int, duration As Int, gravity As Int, xOffset As Int, yOffset As Int, icon As Bitmap)
Show the view with (text, duration, gravity, xOffset, yOffset, icon) which the notification should appear on the screen. - ShowToastLong (text As CharSequence, icon As Bitmap)
Show the view with text and icon notification for a long period of time. - ShowToastShort (text As CharSequence, icon As Bitmap)
Show the view with text and icon notification for a short period of time.
- InfoButton As String [write only]
Set the title of the Button - InfoIcon As Bitmap [write only]
Set the Icon to be used in the title. - InfoText As String [write only]
Set the Text displayed in the Info. - InfoTextSize As Int [write only]
Set the Size of the text. - InfoTitle As String [write only]
Set the title text for this dialog's window. - InfoTypeFace As Typeface [write only]
Set the Typeface (normal, sans, serif, monospace) for the text. - InfoTypeFaceStyle As Int [write only]
Set the Style (bold, italic, bolditalic) for the text.
- Initialize (EventName As String)
- B4AFileManager
Fields:- SORT_NAME As Int
- SORT_NONE As Int
- SORT_SIZE As Int
- SORT_TYPE As Int
- FileManager
File Manager - Initialize (EventName As String)
Initialize the Object
- android.permission.WRITE_EXTERNAL_STORAGE
- FastScrollEnabled As Boolean [write only]
Enables fast scrolling by letting the user quickly scroll through lists by dragging the fast scroll thumb. - HomeDir As String [write only]
Sets homeDir - InfoButton As String [write only]
Set the title of the Button - InfoIcon As Bitmap [write only]
Set the Icon to be used in the title. - InfoText As String [write only]
Set the title text for this dialog's window. - InfoTextSize As Int [write only]
Set the Size of the text. - InfoTitle As String [write only]
Set the title displayed in the Info. - InfoTypeFace As Typeface [write only]
Set the Typeface (normal, sans, serif, monospace) for the text. - InfoTypeFaceStyle As Int [write only]
Set the Style (bold, italic, bolditalic) for the text. - PrimarySdCard As String [read only]
Get PrimarySdCard - SecondarySdCard As String [read only]
Get SecondarySdCard - ShowHiddenFiles As Boolean [write only]
Show or Hidden Files and Folder - SortType As Int [write only]
Set Sort Type
Examples:
f.SortType=f.SORT_NONE [ SORT_NONE , SORT_NAME, SORT_TYPE, SORT_SIZE ] - Version As Double [read only]
Return the version of this library
- B4AInstalledApp
Methods:- Initialize (EventName As String)
Initialize the Object - ListAppInsalled
- ShowAllApp
Show All App - ShowSysApp
Show only System App - ShowThirdApp
Show only Third App
- Title As CharSequence [write only]
Set the title text for this dialog's window. - TitleAllAppButton As CharSequence [write only]
Set the title of the Button - TitleButton As CharSequence [write only]
Set the title of the Button - TitleSysAppButton As CharSequence [write only]
Set the title of the Button - TitleThirdAppButton As CharSequence [write only]
Set the title of the Button
- Initialize (EventName As String)
Attachments
Last edited: