include an image in the MsgBox buttons

desof

Well-Known Member
Licensed User
Longtime User
Hello you can include an image in the MsgBox buttons??


B4X:
Dim bd As BitmapDrawable
Dim MAT() As String

bd = ph.GetResourceDrawable(17301659)'17301659 = ic_dialog_info
result=Msgbox2(tmpValue,"","Llamar","Cancelar","",bd.Bitmap)

thus places an icon in the content but consult to see if you can place the buttons also

Thank you very much!
 
Top