Print Page | Close Window

remove custumization

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=13979
Printed Date: 07 October 2024 at 2:30am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: remove custumization
Posted By: redstarsoft
Subject: remove custumization
Date Posted: 10 April 2009 at 10:18pm
How i need make to remove it,
when i click with right click mouse show this option to custumization, i want remove.




I´want remove or translate to portuguese.

it´s possible ?




-------------
Product: Xtreme SuitePro (ActiveX) version 13.0.0 (Trial)
Platform: Windows XP (32bit) - SP 3
Language: xHarbour

www.redstarsoft.com.br



Replies:
Posted By: Aaron
Date Posted: 11 April 2009 at 6:36am
Hi,
 
Just put this line in your code and all strings will be translated.
 
XtremeCommandBars.CommandBarsGlobalSettings.ResourceFile = App.Path & "\SuitePro.ResourcePt.xml"  
 
 
You can find these files are in:      C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.0.0\Bin\Translations
 
 


-------------
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....


Posted By: jpbro
Date Posted: 11 April 2009 at 10:10am
Or if you want to remove it you can use this:


Private Sub CommandBars1_ToolBarContextMenu(ByVal ToolBar As XtremeCommandBars.ICommandBar, ByVal ContextMenu As XtremeCommandBars.ICommandBar)
   ContextMenu.Controls.DeleteAll ' Delete all of the popup menu items. Popup won't show
End Sub


Note that that will remove all of the right-click context/popup menus from all of your command bar toolbars. You can  test for specific toolbars (using the ToolBar property) if you only want to hide specific popup menus.


-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6



Posted By: redstarsoft
Date Posted: 18 April 2009 at 11:42pm
solved thanks

-------------
Product: Xtreme SuitePro (ActiveX) version 13.0.0 (Trial)
Platform: Windows XP (32bit) - SP 3
Language: xHarbour

www.redstarsoft.com.br



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net