I'm facing an issue when using B4Xdialogs in B4Xpages. I've added B4XDialog in B4XPage and The B4XDialog is poping behind the view of B4Xpage elements/layout.
I've attached a screenshot.
This is the code I've used,
dialog.Initialize(Root)
dialog.PutAtTop=True
Dim pnl as...
Hi,
Needed some Help, I wanted to have the B4XSearchTemplate on top of B4xDialog and still not close B4xDialog.
I have tried but it keeps closing the B4xDialog and starts the B4XSearchTemplate.
Any Help?
I needed a simple cross platform dialog (B4A, B4X, B4i) for entering alphabetic text.
I don't know if I wasted time and there is already something ready it's simpler than the one I'm about to publish (which could be written much better).
Depends on XUI Views.
V. 1.0.1 - Added a parameter...
Hi all.
I´m using the b4x Dialog library to show a dialog with two edit views and a label above. But I´v got this problem when the keyboard is shown: the text of the button do not change to "next". After change manually the edit views, the text do change to Next & Done. It happens only when...
Greetings,
I'm trying to change the background colour of a B4XDialog I started to use but the app crashes with this error in the logs. It crashes on the comented out line.
java.lang.NumberFormatException: For input string: "(GradientDrawableWithCorners)...
Dim xui As XUI
Private dialog As B4XDialog
dialog.Initialize(act)
dialog.Title = title
Dim p As B4XView = xui.CreatePanel("")
p.SetLayoutAnimated(0,100%x/4, 100dip, 300dip, 150dip)
p.LoadLayout("CustomDialog")
NfieldFirstName.Text=text...
XUI Views.b4xlib is in "Internal libraries" (only)
B4J 7.80
BTW, I would add the B4J Version in: https://www.b4x.com/b4j.html
Also, I would add B4J also to the Store page, highlighting the fact that it is free.
Hi, everyone, i'm coding an app, and i wanted to do it graphically catchy, so i designed my own msgBox in the designer, and i display it using the custom B4XDialog and loading the layout i did.
Now, the problem is that it doesn't aumatic handle the KeyPress Back event, so you have to do it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.