XTPWM_TASKPANEL_NOTIFY is not called |
Post Reply |
Author | |
Raj.krishnan
Groupie Joined: 16 January 2006 Status: Offline Points: 44 |
Post Options
Thanks(0)
Posted: 20 March 2006 at 12:53am |
as iam trying to get the message of XTPWM_TASKPANEL_NOTIFY message in my application to trap the XTP_TPN_CLICK event but the function is not called whenever i click the some icons in the shortcutbar. Give me a solution why it is not coming to that function. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, why XTPWM_TASKPANEL_NOTIFY must be called when you click some icons in the shortcutbar? |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Raj.krishnan
Groupie Joined: 16 January 2006 Status: Offline Points: 44 |
Post Options
Thanks(0)
|
since we need to load property page in the property sheet where the shortcut bar located. For Example if i click login icon in the shortcutbar it should load the login page in the propertysheet. It is Taskpanel same like shortcutbar please help it is very important
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Just see our samples. For CXTPShortcutBar you have to catch XTPWM_SHORTCUTBAR_NOTIFY message. + wParam must be XTP_SBN_SELECTION_CHANGING |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Raj.krishnan
Groupie Joined: 16 January 2006 Status: Offline Points: 44 |
Post Options
Thanks(0)
|
Iam not using CXTPShortcutbar iam using the CXTPTaskPanel for showing the items given in TaskPanel sample. Our code : CEUDPropertySheet is nothing but a derived class from CPropertySheet LRESULT CEUDPropertySheet::OnOutbarNotify(WPARAM wParam, LPARAM lParam) switch (wParam) This is how i am doing to capture the message but it is not trapping that message. Please help to solve this issue whether iam missing anything . this is very important since it will solve a feature implementation
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, I lost - you say you use TaskPanel, call it shortcutbar, and call method OnOutbarNotify. Please attach whole project, I need to see whole picture.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Raj.krishnan
Groupie Joined: 16 January 2006 Status: Offline Points: 44 |
Post Options
Thanks(0)
|
Hi Oleg , Thank you for taking interest on this issue . I had recreated my workspace and it is working properly now .nothing I had did other than recreating the workspace. I had anopther issue i had posted it regarding the dialog resizing issue so kindly help on that issue.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |