Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - remove custumization
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

remove custumization

 Post Reply Post Reply
Author
Message
redstarsoft View Drop Down
Groupie
Groupie
Avatar

Joined: 23 March 2009
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote redstarsoft Quote  Post ReplyReply Direct Link To This Post Topic: remove custumization
    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
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post 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....
Back to Top
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1354
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
redstarsoft View Drop Down
Groupie
Groupie
Avatar

Joined: 23 March 2009
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote redstarsoft Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.