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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » D&D and related...
Re: D&D and related... [message #9426 is a reply to message #9390] Mon, 07 May 2007 15:23 Go to previous messageGo to previous message
kretol is currently offline  kretol
Messages: 14
Registered: December 2006
Promising Member
Yes,but it seems that dragging images and drawing objects (DropSource) in RichEdit is is not implemented yet.
BTW:
win32dnd.cpp
-------------
void UDropTarget::DnD(POINTL pl, bool drop, DWORD *effect, DWORD keys)
{
(...)
	if(sw.Contains(p))
		p -= sw.TopLeft();
	else
		c = NULL;

shouldn't be "c" prevented somehow ?
	if(!c)
		return; /* or if(c){*/

Anyway, DND in Upp is really great ! Thanks !

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 704 dev2 coming soon?
Next Topic: TreeCtrl now supports D&D
Goto Forum:
  


Current Time: Mon Aug 25 12:00:37 CEST 2025

Total time taken to generate the page: 0.05783 seconds