B4A Question XUI Custom MsgBox Class - Please Provide Your Feedback - Harris    May 4, 2018   (5 reactions) the tiny buttons, etc...
This project attempts to create a custom msgbox class that uses XUI... productions and post it as a code snippet / additional class...
The current custom msgbox dialog... B4A Library [Class] Custom MsgBox - NJDude    Feb 15, 2013   (16 reactions) msgbox
MyMsgBox.Title.Text = "Custom MsgBox v1.0"
MyMsgBox.ShowMessage("Simple box...This class will allow you to create customized non-modal message boxes, you can change colors... B4J Tutorial How to change location to Msgbox2Async and other customizations - Star-Dust    Jul 31, 2022   (9 reactions) change location
You will surely have noticed that xui.Msgbox2Async places the alert in the center of the last form shown that depends on its Owner.
Sometimes there is a need to place it on a specific point on the screen. How to do?
Dim msg As JavaObject = xui.Msgbox2Async("Message"....RunMethod("PosDialog",Array (msg,300,300))
Wait For (msg) Msgbox_Result (Result As Int... B4A Question Use of Custom MsgBox class with B4XPage - Sabotto (first post)    Mar 2, 2021
Initialize(Root, Me)
(not tested... of course)
Ok. It works.
Did you tried to setup it the same... B4J Question Custom Msgbox/InputList - Erel (first post)    Feb 6, 2020   (1 reaction) The correct solution is to use B4XDialog with B4XListTemplate. It is very customizable and you can create your own layout if you like.... B4i Question AS Msgbox/Dialog, custom layout with BCodeview - CRASHES - james_sgp (first post)    Jul 6, 2025 Ok, now i have the content i want dislpaying (text & images). But the 3 bottom buttons don`t tr... Wish Messagebox and Services and Custom Types - thedesolatesoul    Nov 18, 2013 Will we get messagebox and services in B4J?
Also, with RAF an object or custom type written in B4A can be read by B4J?
Thanks... B4A Question Msgbox2Async White text on White after custom manifest - Jon Eskdale    Apr 3, 2020 Hi
I know there was a similar question a couple of years ago but can't find the solution
https://www.b4x.com/android/forum/threads/msgbox-has-white-text-on-white-background-after-change... the sample that Erel supplied - If I change the text color to Black yes the Msgbox2Async is black... B4A Question Customize/color msgbox/msgbox2 - Erel (first post)    Oct 20, 2011 I believe that you can put your own buttons on the panel instead.... B4A Question Custom font in msgbox - krlos2004 (first post)    Dec 29, 2014 Thanks everyone;)... Page: 1   2   3   4   5   6   7   |