B4i Tutorial B4i Change Log (versions history) - Erel    Jan 10, 2024   (1 reaction) Localizable IDE. Available in more than 20 languages. A big thank you to the great translators! B4i-Bridge supports iOS 11. All libraries updated to include a 64 bit simulator binary. This allows testing with iOS 11 simulators. Initial support for Xcode 9 beta. There is currently an issue with Swift B4i Tutorial Custom Dialogs with iCustomDialog library - Erel    Nov 26, 2018   (5 reactions) Edit: Cross platform solution based on XUI: https://www.b4x./#content
B4i v4.30 includes a new library named iCustomDialog. It is based on SCLAlertView open source project (https://github.com/dogo/SCLAlertView).
It makes it simple to create custom dialogs. It is quite similar to B4A CustomLayoutDi B4i Library iPopupDialog - A fully customizable popup dialog - Biswajit    May 11, 2020   (10 reactions) PopupWidth As Int Get the popup width (useful for custom popup) Resize As String Call it from Page_Resize event if your application support both orientation Show (style As Int) As String Style must be any of the style constant You should set all properties you need before calling this UpdatePostion Other B4i v4.30 BETA is released - Erel    Aug 23, 2017   (9 reactions) B4i v4.30 BETA is now available for download! https://www.b4x.com/basic4android/images/SS-2017-08-23_14.58.49.png Improvements: Localizable IDE. Available in more than 20 languages. A big thank you to the great translators! B4i-Bridge supports iOS 11. All libraries updated to include a 64 bit sim B4i Library iHUD library - Toast messages and progress dialogs - Erel (first post)    Dec 01, 2022   (1 reaction) Example of a custom progress indicator using B4XDialog + B4XActivityIndicator Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("MainPage") ProgressDialog.Initialize(Root) ProgressDialog.OverlayColor = xui.Color_Transparent ProgressDialog.BorderWidth = B4i Question Strange DatePicker - Erel (first post)    Jan 07, 2020 It is very simple to create such custom dialog with B4XDialog. This is the correct solution.
If you insist on using the old CustomLayoutDialog then upload a small project that demonstrates the issue. B4i Question How can I create an input form to receive a user value? - Brian Robinson (first post)    Mar 10, 2015   (2 reactions) Hi davepamn.
I modified fillipo's excellent custom dialog class to suit my own purposes for this found here https://www.b4x.-customdialog.47778/#content
I have added an example with the class and how to use it.
I can explain anything that you need to know, but basically I add a panel to the dialo B4i Question Custom Dialogs (What is the best way ?) - tufanv (first post)    Dec 12, 2016 You can use a panel with a white background and a label with a gray background color aligned left with a white textcolor. use labels for button in the bottom and use a textview or labels for the receipt itself B4i Question Make dialog visible - Erel (first post)    Mar 01, 2019   (1 reaction) ShowCustom(CustomDialogPanel, "OK", "", "")) Complete (Result As Int)
If Result = xui.DialogResponse_Positive Then
Dim date As Long = CustomDialogPanel.Tag
Page1.Title = DateTime.Date(date)
End If
End Sub
Sub btn_Click
Dialog.Close(xui.DialogResponse_Cancel)
Do While Dialo B4A Question [Moved] iPopupDialog - Brandsum    May 11, 2020   (12 reactions) Moved to https://www.b4x.-a-fully-customizable-popup-dialog.117622/ Page: 1   2   3   4   5   6   7   Powered by ColBERT |