Skip to main content
April 25, 2014
Question

Bitmapdata draw missing dynamic text field

  • April 25, 2014
  • 1 reply
  • 363 views

When doing a draw, everything gets there except any dynamic text, this happens in the devices, not on desktop, is there an easy fix for this?

This topic has been closed for replies.

1 reply

April 30, 2014

Can you supply a sample of your code where you specifically try to capture the TextField?

April 30, 2014

Well, it is simply when I do a draw() everything passed perfectly except any dynamic text boxes, i fixed this by turning the text box in to a mask. Weird fix, but this has been an known issue for years now.

April 30, 2014

Maybe you can try changing the "cacheAsBitmap" property to "true" before trying to draw it? If I remember correctly, assinging a mask to a display object does the same thing.