> Am 02.02.2016 um 08:12 schrieb William Koperwhats <[email protected]>:
> 
> OK, I can confirm that the GM16Image label is getting set (and remembered) 
> when it get’s placed into the GM16ImageArray, but no labels are getting 
> displayed in the montage. Here is my montage definition:

for me this works:


  // build montage
  dim StackingMontage as New GM16MontageMBS
  StackingMontage.backgroundColor = New GM16ColorMBS(&cE7E7E7)
  StackingMontage.fillColor = New GM16ColorMBS(&c000000)
  StackingMontage.tile = New GM16GeometryMBS("1x20")
  StackingMontage.geometry = New GM16GeometryMBS("160x120+5+5")
  StackingMontage.font = "Helvetica"
  StackingMontage.pointSize = 12
  StackingMontage.title = "Title goes here"
  
  // make picture 
  dim logo as Picture = LogoMBS(500)
  dim image as New GM16ImageMBS(logo)
  
  image.label("Sample label") 
  
  // Put the current image into the array
  Dim StackingFrames As new GM16ImageArrayMBS
  StackingFrames.insert(image) 
  
  // show result
  dim resultImages as GM16ImageArrayMBS = 
StackingFrames.montageImages(StackingMontage)
  Backdrop = resultImages.Image(0).CopyPicture


I see texts for title and label.

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to