Unwanted gripper |
Post Reply |
Author | |
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
Posted: 11 August 2004 at 2:55pm |
Hi, I've got a form and on that form I have put a report control and a command bars control. I dont want a menu on the form but I do want to have a popup menu when the user right clicks on one of the rows in the report control. I added the code below and the popup menu appears and works fine. My problem is that having the commandbars control on the form causes a gripper to appear in the top left of the screen where you would expect the menu to normally be. The gripper can be moved around and floated but doesnt contain anything. Am I creating my popup menu wrong? Thanks. Private Sub Grid1_RowRClick(ByVal row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem) |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Commandbars.ActiveMenuBar.Visible = False
|
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
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 |