incendio Well-Known Member Licensed User Longtime User Sep 8, 2017 #1 Hello, I have this codes on ABMShared B4X: MyTheme.AddMsgBoxTheme("ConfirmBox") MyTheme.MsgBox("ConfirmBox").ConfirmButtonColor = ABM.COLOR_GREEN MyTheme.MsgBox("ConfirmBox").CancelButtonColor = ABM.COLOR_RED MyTheme.MsgBox("ConfirmBox").BackColor = ABM.COLOR_BLUEGREY MyTheme.MsgBox("ConfirmBox").BackColorIntensity = ABM.INTENSITY_LIGHTEN5 On my page B4X: page.Msgbox2("Confirm","Delete this data?","","OK","Cancel",True,ABM.MSGBOX_TYPE_QUESTION,False,ABM.MSGBOX_POS_CENTER_CENTER,"ConfirmBox") And this is the result Isn't it Cancel Button color should be Red? Where did I miss?
Hello, I have this codes on ABMShared B4X: MyTheme.AddMsgBoxTheme("ConfirmBox") MyTheme.MsgBox("ConfirmBox").ConfirmButtonColor = ABM.COLOR_GREEN MyTheme.MsgBox("ConfirmBox").CancelButtonColor = ABM.COLOR_RED MyTheme.MsgBox("ConfirmBox").BackColor = ABM.COLOR_BLUEGREY MyTheme.MsgBox("ConfirmBox").BackColorIntensity = ABM.INTENSITY_LIGHTEN5 On my page B4X: page.Msgbox2("Confirm","Delete this data?","","OK","Cancel",True,ABM.MSGBOX_TYPE_QUESTION,False,ABM.MSGBOX_POS_CENTER_CENTER,"ConfirmBox") And this is the result Isn't it Cancel Button color should be Red? Where did I miss?
alwaysbusy Expert Licensed User Longtime User Sep 8, 2017 #2 This is a bug. Please add it to the feedback app. Thank you Upvote 0