[ wxwindows-Bugs-1870280 ] Problem with
SourceForge.net
noreply at sourceforge.net
Tue Feb 26 05:40:01 PST 2008
Bugs item #1870280, was opened at 2008-01-13 11:12
Message generated for change (Comment added) made by juliansmart
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1870280&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: RichTextCtrl
Group: Must fix
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Tyushkov Nikolay (softvoile)
Assigned to: Julian Smart (juliansmart)
Summary: Problem with
Initial Comment:
We need standard sample \wxWidgets-2.8.7\samples\richtext\vc_mswu\richtext.exe and other new aplication (test.exe).
There are two part
1. Create new application that use wxTextRichCtrl
- I don't want to let it to handle images, so I didn't add image handler.
1. Run standard sample.
2. Copy the whole document.
3. Switch to test.exe with empty wxTextRichCtrl
4. Paste previously copied text
5. Try to select some text with mouse
At this place we get a lot of error:
"12:41:41: No image handler for type 15 defined."
Hit ok. Now this error appears all times... I should close test.exe in order to get rid of it
This happens with Release build.
2. Part two
I want use wxTextRichCtrlto emulate simple edit control, I don't need any work with style. So, I don't want that user can paste formated text from other wxTextRichCtrl. I didn't add wxRichTextXMLHandler to my application.
When I try to paste text from standard sample (see above) I get the following error
"Could not read the buffer from an XML stream.
You may have forgotten to add the XML file handler."
Is this normal or this a bug? I want that in this case
wxTextRichCtrl will paste plain text, this works for notepad but does work for other instance of wxTextRichCtrl.
I use Windows XP, wxWidgets 2.8.7, MSVC 2005, Static Unicode build
----------------------------------------------------------------------
>Comment By: Julian Smart (juliansmart)
Date: 2008-02-26 13:40
Message:
Logged In: YES
user_id=59495
Originator: NO
I don't consider these bugs, just minimum capabilities you need before
wxRichTextCtrl works properly. Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1870280&group_id=9863
More information about the wx-dev
mailing list