Statusbar mouseover text funny |
Post Reply |
Author | |
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
Posted: 02 September 2004 at 4:59am |
I have implemented the .descriptiontext feature so that when the user moves their mouse over a menu item the description is shown in the statusbar. All is all working fine except..... I have also made a normal / old fashioned menu using the VB menu editor which I popup when the user right clicks on the programs icon in the windows system tray. This menu has 2 items. Show and Exit. This menu should be totally seperate and unrelated to the Commandbars control but when the user moves their mouse over the first menu item (Exit) the text "ImageManager Property Page" is shown in the Codejock Statusbar and when the mouse is moved over the 2nd item (Show) the text "CommandBars Property Page" is shown. Any idea why my vb menu is causing this unknown text to show up in my Codejock control??????
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Try changing the index of your vb menu items to something like 500,
501, etc... and see if that works. I am thinking that there might
be an conflict with the Ids. I haven't tried this so it might not
work
|
|
Maui
Groupie Joined: 10 June 2004 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
My VB menu items arent indexed. But when I was trying to get to the bottom if this that was the first thing that I tried. Apart from the name the only things you can do to a vb menu item are to index it and give it a helpid and I have tried adding and removing various values in these fields. I assume they are in some way being confused with internal items but I have no idea where the Statusbar is getting the text "ImageManager Property Page" and "CommandBars Property Page" or what might be causing it to show when my vb menu is so totally seperate. |
|
tfrancois
Groupie Joined: 21 August 2007 Status: Offline Points: 78 |
Post Options
Thanks(0)
|
Was this problem ever resolved? I am having the same type of issue with my CommandBar statusbar panes having this text, "ImageManager Property Page", displayed. Any ideas?
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 SP6 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
I'm trying to reproduce your problem but without success... Are you able to create testproject?
Thanks
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
tfrancois
Groupie Joined: 21 August 2007 Status: Offline Points: 78 |
Post Options
Thanks(0)
|
Thank you for your help. I was able to solve the problem. Apparently, I was creating the Pane prior to the CommandBar ImageList being properly initialized. I moved the Pane.Add method call later in my code and it worked perfectly.
Thank you for your attempt to help so promptly! |
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 SP6 |
|
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 |