Re: FTC final candidate 2
- From: <rbenditt@xxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Wed, 20 Aug 2008 16:21:51 -0400
I found something weird here. On Windows builds only, I'm having a filetype issue. When I attempt to open a text file, the 2nd attempt at opening fails because it thinks that the filetype is a "FTCDropType" file. This is VERY strange. On the first attempt, everything works. I then save the file and when I try to re-open it, it thinks that its an "FTCDropType". If I run the program again and try opening the file that was previously saved, then there is no problem!
Also, if I comment out the last few lines in SetupAcceptDrop, then there is no longer a filetype issue and things work. Is there something weird about how the filetype is being set here in code?
Other than that... the Formatted Text Control seems to be working very well.
Thanks,
Ron Benditt
Alien Apparatus Co. Inc
On Wed Aug 20 12:07 , Brendan Murphy
Final Candidate 2 has been uploaded to the web site.
http://www.truenorthsoftware.com/FormattedTextControl/FormattedTextControl.html
The reported bugs have been fixed. Please report any problems you
find ASAP. The documentation has also been updated.
Here's what is new with this final candidate...
- Changed the behavior of the changeXXX methods to change the
characteristics to all one way or the other instead of flipping
the characteristic. This should better mimic other editors.
- Fixed the retention of the current style of the text when
deleting selected text with delete keys or by typing a character
to replace the selected text.
FTC Website: http://www.truenorthsoftware.com/FormattedTextControl/FormattedTextControl.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in the subject field.
FTC Website: http://www.truenorthsoftware.com/FormattedTextControl/FormattedTextControl.html Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev List Archive: www.freelists.org/archives/ftcdev Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in the subject field.
Other related posts:
- » FTC final candidate 2
- » Re: FTC final candidate 2