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

Home » Community » U++ community news and announcements » Upp 705-dev1 released
Re: Upp 705-dev1 released [message #9511 is a reply to message #9463] Sun, 13 May 2007 12:39 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1239
Registered: March 2006
Location: Italy
Senior Contributor
victorb wrote on Wed, 09 May 2007 12:21

DnD is really great!



I agree!

Quote:



Change needed for MinGW

Image ReadClipboardImage()
{
	PasteClip pClip = Ctrl::Clipboard();
	return GetImage(pClip);
}




Confirmed.
Moreover I run UWord under mingw and got similar problem. The fix is the same (file Clip.cpp):
void RichEdit::Paste()
{
	if(IsReadOnly())
		return;
	RichText clip;
	PasteClip pClip = Ctrl::Clipboard();
	if(!Accept(pClip, clip)) 
		return;
	ClipPaste(clip);
}

Luigi

[Updated on: Sun, 13 May 2007 13:02]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upp 704-dev1 released
Next Topic: Adjusting roadmap...
Goto Forum:
  


Current Time: Fri Jun 12 16:31:36 GMT+2 2026

Total time taken to generate the page: 0.00447 seconds