Hi,
I have an instance of the Litterally Canvas object inside a dialog. All shapes work perfectly and when I call "lc.getSnapshot()" on the OK button of the dialog I get the latest markup. However when I use the Text control the lc.getSnapshot() call does not contain the updated text unless I first click off of the text control onto the canvas and then click the OK button.
Therefore is there a way to trigger the text control to draw from the OK button (kind of doing what clicking on the canvas does) or at the very least as a fall back detecting that there is a control not drawn yet?
Thanks,
Gary