ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnMViewMouseUp issue

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
graph_man Posted - May 18 2015 : 14:58:09
If to click and drag mouse I see this event before release the mouse button.
10   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 31 2015 : 19:52:55
The TImageEnMView_DD demo??? I cannot reproduce that.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graph_man Posted - May 25 2015 : 02:40:46
All steps are from your demo.
xequte Posted - May 24 2015 : 20:11:05
Hi

Can you give us the exact steps (or send a small demo) that shows the drag-drop continuing after mouse up.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
w2m Posted - May 21 2015 : 17:10:57
Drag and drop continued even when the mouse left the component.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
graph_man Posted - May 21 2015 : 16:24:15
I use the latest version - 6.0.1.

What problem was fixed? Drag-and-drop or MouseUp?
w2m Posted - May 21 2015 : 15:43:52
I think this problem was fixed in a recent version... If you do not have a near recent version, I'd obtain the latest version.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
graph_man Posted - May 21 2015 : 14:03:58
Sometimes drag-and-drop continues to work even after you release the mouse button (rapid movement of the mouse when selecting pages). I wanted to cancel it when you release the mouse button. But I see this strange bug.

How to cancel drag-and-drop at "mouseup"?
xequte Posted - May 21 2015 : 02:41:08
Hi

Why not make your call before IEBeginDrag?

What are you attempting to do?


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graph_man Posted - May 19 2015 : 18:58:59
This occurs when using IEBeginDrag
graph_man Posted - May 18 2015 : 16:10:13
I have tried to use
ImageEnMViewAfterEvent and ieaeMouseUp
and see the same result.

Why?