TabWorkspace RClick event |
Post Reply |
Author | |
MarcelN
Newbie Joined: 20 December 2004 Location: Netherlands Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 20 December 2004 at 1:52am |
Hi,
I've been experiencing some problems with the RClick event of TabWorkspace. Most of the time it doesn't get fired, and when it does it stops working after a short period of time. I would like to know if this is a known issue, andif there is a workaround for the problem? I'm using Visual Studio 2005 Beta 1 (c#), tried to do the same in Visual Studio 2003 (c#), but it didn't work as expected either. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
You must move Workspace declaration from local scope to variables of form.
XtremeCommandBars.TabWorkspace Workspace; //after private AxXtremeCommandBars.AxCommandBars CommandBars;
... ... ... Workspace = CommandBars.ShowTabWorkspace(true); Workspace.RClick += new XtremeCommandBars.ITabWorkspaceEvents_RClickEventHandler(this.frmMain_RClcik);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
MarcelN
Newbie Joined: 20 December 2004 Location: Netherlands Status: Offline Points: 10 |
Post Options
Thanks(0)
|
Right..... I could have known that, but instead, I've been trying all kinds of different solutions..... Maybe next time I should sit down and think first ;)
Thanks! |
|
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 |