mardi 31 mai 2016

[ABMaterial] Show materialboxed in table

How does one show a MaterialBoxed image when the image is contained in a table?

Code:
  public Sub BuildImagefixed(page As ABMPage, id As String, image As String, opacity As Double, Caption As String) As ABMImage
Dim img As ABMImage
img.Initialize(
page, id, image,opacity)
img.IsMaterialBoxed =
True
img.IsResponsive =
True
img.Caption = Caption
img.SetFixedSize(
160,120)

Return img
End Sub

Code:
  ' adding image to table
If...
[ABMaterial] Show materialboxed in table

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/25zTDb4
via IFTTT

Aucun commentaire:

Enregistrer un commentaire