B4J Question ABMaterial page.msgbox2 Title and Message Color - walterf25    Mar 29, 2024 = ABM.INTENSITY_LIGHTEN2 MyTheme.MsgBox("msgdialog").ConfirmButtonColor = "primary" MyTheme.MsgBox("msgdialog").ConfirmButtonColorIntensity = ABM.INTENSITY_LIGHTEN2...: MyTheme.AddMsgBoxTheme("msgdialog") MyTheme.MsgBox("msgdialog").BackColor = "secondary" MyTheme.MsgBox("msgdialog").BackColorIntensity = ABM.INTENSITY_LIGHTEN5 MyTheme.MsgBox("msgdialog").MessageTextColor = "white" MyTheme... B4J Question msgbox2 cuts text with ... using two CRLF's - KMatle    Jan 17, 2024 Today I've seen that longer messages displayed with msgbox2 are cut with ... when there are two following CRLF's. Is this a bug?
fx.Msgbox2(InvoicesForm,"Testtext asfjafja afajfaj... Bug? Weird WebView and MsgBox2 conflict - JohnC    Sep 6, 2017 back.
If I simply substitute MsgBox instead of MsgBox2, then the problem go away. So there is some kind of weird conflict between the WV and the use of MsgBox2 in this event.
I even tried using... B4A Question Msgbox2 buttons (Msgbox2Async) - Sergey_New    Jun 3, 2023 Can you please tell me how to disable uppercase in the button names for Msgbox2 (Msgbox2Async).
I used to see a way on the forum, but now I can not find it by searching for the word "allcaps... Italian msgbox2 deprecato ma quale sostituire senza errori? - fifiddu70    Oct 2, 2022 , la cosa diventa antipatica perchè appena passo da msgbox2 a msgbox2async non riesco a venirne a capo...")
mp2.Play
Dim result As Int
result = Msgbox2("Sei sicuro di voler eliminare il... Bug? Android 5.1 and B4A MsgBox2 issue. - NJDude    Mar 17, 2015   (1 reaction) It seems the new upgrade breaks B4A MsgBox2, the icon doesn't show up, it did just fine on 5.0.2. I've just got the upgrade on my Nexus 7 and after testing it I spotted that issue. EDIT TO ADD: It seems that the icon MUST be 32x32 (unless B4A is not resizing it).... B4A Question Msgbox/Msgbox2 Label Wrap on non-Holo themes - Jeffrey Cameron    Jun 17, 2015 I display using the MsgBox or the MsgBox2 functions are not wrapped and any explicit CRLF pairs are ignored when the box is displayed, for example: Msgbox2("Line 1" & CRLF &... entry from the manifest to fix this, or code my own message box function, but I was hoping.... Is there any way you can modify the label you're using in the message box to have explicit wrap... B4A Question MsgBox and MsgBox2 depreciation - Alex_197    Jun 1, 2020 Hi all.
I have a question - is there any way other then manually to replace MsgBox and MsgBox2 that already in my code?
I know that I can replace them with MsgBoxAsync and MsgBoxAsync2 but I want MsgBoxAsync to do the same as MsgBox does.
I understand a difference between them and I know... of time.
So my question is - is there any way to do something similar to
Public Sub MsgBox(str... B4A Question Msgbox2 button font size - canalrun    Mar 31, 2020 Hello,
I have a three-year-old project, strictly for personal use. I am updating an app so that it runs on a Ticwris Max 640x480 pixel watch. I am using a msgbox2 (yes, I've seen the depreciation... of the button fonts in msgbox2?... Italian msgbox e msgbox2 deprecato ? - fifiddu70    Mar 24, 2020 e noto che sia msgbox che msgbox2 risultano con un errore anche se il programma parte lo stesso, qualcuno mi sa dire quale sia il nuovo codice per entrambi?
prima ad esempio era: msgbox("testo... Page: 1   2   3   4   5   |