Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Task Panel
  New Posts New Posts RSS Feed - IsAllowDrag()
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

IsAllowDrag()

 Post Reply Post Reply
Author
Message Reverse Sort Order
Michl View Drop Down
Senior Member
Senior Member


Joined: 14 September 2007
Status: Offline
Points: 138
Post Options Post Options   Thanks (0) Thanks(0)   Quote Michl Quote  Post ReplyReply Direct Link To This Post Topic: IsAllowDrag()
    Posted: 25 March 2014 at 4:10am
The implementation is still the same!

Has anyone ever read the contribution from the Codejock guys?
No fix, nor a commentary on it?

Back to Top
Michl View Drop Down
Senior Member
Senior Member


Joined: 14 September 2007
Status: Offline
Points: 138
Post Options Post Options   Thanks (0) Thanks(0)   Quote Michl Quote  Post ReplyReply Direct Link To This Post Posted: 05 October 2010 at 10:10am
Hello

the definition is

long CXTPTaskPanelItem::IsAllowDrag() const


but it is used like a boolean


BOOL bAllowDrag = pItem->IsAllowDrag();

or

BOOL bAllowDrag = m_pItemDragging->IsAllowDrag();


Ok. BOOL is defined as integer. But a programmer should catch a variable in the same type...
Is this intent?

Regards
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.