PDA

View Full Version : More .NET issues with TXControl [TX .NET prerelease]


Unregistered
December 13, 2002, 20:45:23
Here is another one I encountered using the TX Text Control Words Sample and also in my own code:

1) Create a new file
2) Insert an image
3) Save and Close the file
4) Open the file
5) select the image and press ctrl-x to cut it to the clipboard
6) close the file

Note that the user is not asked to save the changed file as cutting the image did not raise the txtControl_Changed event. Is this a bug?

The following also fails to fire the change event:

Changing the papersize
Adding headers and footers
Changing header and footer properties
Changing the target of a hyperlink

Or am I missing something obvious here?

Cheers, LJ


This message was originally posted by LJ in the old TX Text Control Support Forum.

Christopher Krause
December 17, 2002, 18:34:31
Hi LJ,

The dirty flag is only changed in the TX Text Control Change event. Additionally, you can change the dirty flag in other events like the ImageDeleted event.

Regards,
Christopher Krause, TX Text Control


This message was originally posted by Christopher Krause in the old TX Text Control Support Forum.