Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Calendar
  New Posts New Posts RSS Feed - Subject Editor
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Subject Editor

 Post Reply Post Reply
Author
Message
jyoung View Drop Down
Newbie
Newbie


Joined: 05 February 2009
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote jyoung Quote  Post ReplyReply Direct Link To This Post Topic: Subject Editor
    Posted: 05 February 2009 at 3:31pm
How can one get access to the subject editor for an event (inplace editing)?  What we really want to do is to have our own window (CWnd child) to do the inline editing of the object.
 
Is there a way to "preset" the editor to one of our window objects, or handle a particular notification and do all the grunt work.
 
Thanks
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2009 at 2:21pm
You can do it inline using built-in tool - select item and it will allow you to modify, select all, copy, paste and so on. Why you need your own editor?
Back to Top
jyoung View Drop Down
Newbie
Newbie


Joined: 05 February 2009
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote jyoung Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2009 at 3:04pm
We don't want to use the default built-in line editor (CEdit) of the CalendarView class as we have some specific cusomization we want to do.  This customization is to allow specific input along with options.  The default of CEdit does not give us the control we want and there does not seem to be a way to overload the SubjectEditor of the CalendarView.
 
 
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2009 at 5:30pm
You can disable inline editor and use own editor called by OnProperty or OnAdd handler -see CalendarDemoVew.cpp code
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.172 seconds.