Hi everyone, some time ago I posted a similar question here, however I never got an answer.
Now I am trying to change the font in a Message Box but can not find a solution. Normally I use the following tag to assign a font to a label
lblwelcome.Initialize(page, "lblwelcome"...
I want to display data in a text box by retrieving data from the database
Private Sub boxmesage_Click
mdlkoneksi.koneksi
mdlkoneksi.rs = mdlkoneksi.mh.Query("SELECT * FROM jadwalkerja WHERE idkaryawan = '" & Main.idne & "' ")
For i = 0 To mdlkoneksi.rs.RowCount - 1...
Hi all, it's me again :) I am trying to add theme colors to a msgbox dialog, so far I am able to assign back color, confirm button color and icon color, but for some reason the Title and Message text color doesn't seem to obey the color being assigned, here is where I define the colors...
I know it is a very old post but I still like the message-box library Jmsgboxes 1.2
https://www.b4x.com/android/forum/threads/msgbox-library.34700/#content
Working perfect in Wndows and Linux.
I had trouble on linux with fx.msgbox cut of some rows.
Now I wondering, if it is possible to add...
Hi eveyrone last year I made an app that uses XSpeechRecognizer by @Multiverse app library to detect words, infact you can see some posts of mine on the forum.
However I received a report that some useres experienced a crash of the app when they start the Speech To Text.
So I opened the project...
Hay alguna forma de pausar la ejecucion de un programa mientras el usuario no toque el boton 'Ok' de el dialogo MsgboxAsync?
Antes empleaba Msgbox, pero el Id de B4a hace tiempo me recuerda que es mejor emplear MsgboxAsync
Saludos.
Hi everyone, how can implement the native input dialogs of Android in my app?
i found this code here, but i don't know how to convert it:
private void showForgotDialog(Context c) {
final EditText taskEditText = new EditText(c);
AlertDialog dialog = new AlertDialog.Builder(c)...
Hi everyone, I need to implement a native msgbox to ask for an input with a textfield like this
How can I create this?
Thanks in advance and merry Christmas ?!
Hi, i took a look to this example.
In case the user manually disable the location option, how can I show again the msgbox to ask to enable it by code?
Maybe to put in the "LocManager_AuthorizationStatusChanged" event
AS Animated Counter
AS MsgBox
AS PinLock
AS Placeholder
AS Button Slider
AS Floating Loading Button
AutoTextSizeLabel
AS Sliding Circles (Loadingview)
AS Ripple View
AS Gradients Panel
AS Color Chooser
AS Draw
AS View Pager
Have fun :)
What are my options for displaying a quickie little messagebox telling a user something like, "Tap here" and then it disappears in like 2 seconds? As opposed to the one that has an OK button they have to press to get rid of?
This would be a lot easier than adding an image to the screen, telling...
Based on @Erel latest B4Xlibs projects, I created this modified class from the B4XDialog source class.
With posted (expertly developed) classes, we can create anything that suits our purpose - without struggling to "get it right". Thanks @Erel - for the lesson on correctness.
The...
First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :)
Hello, I needed a cross platform msgbox and dialog, that I can modify to 100%...
Hi all,
In this app, I'm using the Manifest to define the theme of the activity.
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"...
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.