burmair
June 3, 2008, 15:27:04
I've been trying to upgrade from V10.0 to V14.0 ActiveX. In V10.0, I insert very small images using ImageInsert(...EOM_INSERTASCHAR...), with TextPos = -1 to insert at the current position. Later, I use ObjGetNext() and ObjGetAttr() to retrieve the value of TextPos for each image, then SetSel(TextPos) and ReplaceSel() to replace the image with text.
According to TIS tech support, in V14.0 ActiveX there is no longer any way to determine the position of embedded images. :eek:
My feature request is this: add GetImageTextPos(imageID) as a method to TXTextControl.
Something like the old ObjGetAttr() would be even better.
According to TIS tech support, in V14.0 ActiveX there is no longer any way to determine the position of embedded images. :eek:
My feature request is this: add GetImageTextPos(imageID) as a method to TXTextControl.
Something like the old ObjGetAttr() would be even better.