I am using a TextSelection object to obtain characters adjacent to a specified character/point. I need to figure out how to:
Create a TextPoint at a specific location (not necessarily the current location)
Remember that TextPoint to return to later on (without it being changed)
Because TextPoint is an Interface, I am not sure how to create one without actually moving to that location. I also want to remember that TextPoint so that I can return there later on, but because the TextPoint seems to be automatically updated when I use the TextSelection, this does not seem to work. I want to create the TextPoint independently of any other objects, and I do not want it to be automatically modified. How can I do this? Thanks.
Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/