messageboxes

  1. D

    Android Question Custom Fonts for Message Boxes

    My app has a particular look and feel which includes a custom font. When I use: xui.Msgbox2Async It uses the default font for the Modal Box. Is there any way to change the font to be the same as the custom font of my app?
  2. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 29 MessageBoxes

    Ola Message boxes provides alerts, confirmation and the normal modal dialog that one can create.. Here we have notifications, alerts, confirmations. We have created buttons on a form so that when they are clicked, the normal message boxes appear. Dim form1 As WixForm 'initialize form...
Top