U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » RichText,QTF,RTF... » EditString: Paste from clipboard - charset problem
EditString: Paste from clipboard - charset problem [message #1756] Fri, 17 March 2006 23:49 Go to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
I'm not sure if this is the correct fix inbool EditField::Key(dword key, int rep) function:
	case K_CTRL_V:
	case K_SHIFT_INSERT:
		//Insert(ReadClipboardText().ToWString());
		Insert(ReadClipboardUnicodeText());
		Action();
		return true;

The original line is the commented one.
 
Read Message
Read Message
Previous Topic: RichTextView can select more than one block of text [BUGS][FIXED]
Next Topic: Is LineEdit the main normal text edit control? +DocEdit [SOLVED...]
Goto Forum:
  


Current Time: Sun May 03 19:52:21 GMT+2 2026

Total time taken to generate the page: 0.00600 seconds