Skip to main content
Participant
February 22, 2010
Question

EditManager(textFlow.interactionManager).insertInlineGraphic()

  • February 22, 2010
  • 1 reply
  • 499 views

I am trying to take a bitmap of a component and pass it through to the above method, which works fine. However, if i cut/copy and paste the image ... the width and height are correct but the image has dissappeared? is there a reason for this? is it a known problem? or is there some logic im missing to make sure the image pastes correcty?....

Please advise.

Many Thanks,

Sharif

This topic has been closed for replies.

1 reply

Inspiring
February 23, 2010

Bitmaps aren't supported from the clipboard.  I'm surprised you actually get a shape there at all - I suspect TLF is finding HTML with an img tag on the clipboard but not figuring out how to process the associated image data.

Sorry the support isn't better - we didn't to my knowledge look at that case.

Richard