Derive from CXTPCommandBar? |
Post Reply |
Author | |
Uwe Keim
Newbie Joined: 01 November 2004 Location: Germany Status: Offline Points: 29 |
Post Options
Thanks(0)
Posted: 04 November 2004 at 2:15am |
Is it possible (recommended) to derive a class from CXTPCommandBar (namely from CXTPPopupBar) to implement some special message routing handling? If yes, would I do like CXTPPopupBar does? I found no samples how to do this. Thanks |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
you need one derived popup, or you want all popups will be derived automatically? if first: class CPopupBar : public CXTPPoupBar DECLARE_XTP_COMMANDBAR(CPopupBar ) IMPLEMENT_XTP_COMMANDBAR(CPopupBar, CXTPPoupBar )
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Uwe Keim
Newbie Joined: 01 November 2004 Location: Germany Status: Offline Points: 29 |
Post Options
Thanks(0)
|
Thanks, Oleg. Yes, first version. I tried it yesterday and it really worked very well! Being a "converted" user of your library (from Xxxxxxx ), I must say that your library architecture and design is really excellent, especially compared to the former product! Thank you |
|
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 |