Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 1207
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: Sun Jun 29 12:40:29 CEST 2025

Total time taken to generate the page: 0.04087 seconds