Hi Guys, Im pleased, to introduce jBetterDialog v1.0.
The zip include a demo and the library and a text file to translate it in other languages.
It's already translated in 5 languages ( EN, IT, DE, FR, ES ).
Author OpenJFX
Author Marco Jakob
Modified as library for B4J by Giuseppe Salvi
Any comment will be appreciated.
jBetterDialog
Author: Giuseppe Salvi
Version: 1
The zip include a demo and the library and a text file to translate it in other languages.
It's already translated in 5 languages ( EN, IT, DE, FR, ES ).
Author OpenJFX
Author Marco Jakob
Modified as library for B4J by Giuseppe Salvi
Any comment will be appreciated.
jBetterDialog
Author: Giuseppe Salvi
Version: 1
- Methods:
- Initialize (EventName As String)
Initialize Object - ShowConfirm (message As String, info As String, title As String) As Int
Show Confirm Dialog
Yes = -1
No = -2
Cancel = -3
Close Dialog = 0 - ShowConfirmWithOptions (message As String, info As String, title As String) As Int
Show Confirm Dialog With Options
Ok = -1
No = -2
Close Dialog = 0 - ShowError (message As String, info As String, title As String)
Show Error Dialog - ShowError2 (message As String, title As String)
Show Error Dialog - ShowErrorWithException (message As String, info As String, title As String, ex As String)
Show Error Dialog With Exception - ShowErrorWithException2 (message As String, title As String, ex As String)
Show Error Dialog With Exception - ShowInformation (message As String, info As String, title As String)
Show information dialog - ShowInformation2 (message As String, title As String, buttonLabel As String)
Show Information Dialog - ShowInput (message As String, info As String, title As String) As String
Show Input dialog - ShowInputWithChoices (message As String, info As String, title As String, obj() As Object) As Object
Show Input Dialog With Choices - ShowWarning (message As String, info As String, title As String)
Show Warning Dialog - ShowWarning2 (message As String, title As String, buttonLabel As String)
Show Warning Dialog - showLogin As String
Show Login dialog
- SetOwner As Form [write only]
Anchor the Dialogs in the MainForm
- Initialize (EventName As String)
Attachments
Last edited: