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   |
 |
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
|
|
|
Goto Forum:
Current Time: Sun Jun 29 17:27:01 CEST 2025
Total time taken to generate the page: 0.04987 seconds
|