Print Page | Close Window

(Solved) disabling toolbar scroll

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=11847
Printed Date: 20 January 2025 at 8:24pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: (Solved) disabling toolbar scroll
Posted By: nenkalo
Subject: (Solved) disabling toolbar scroll
Date Posted: 16 August 2008 at 6:49am
how can i hide and disable these arrows on the commandbar ?




-------------
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit)
Language: Visual Basic 6.0



Replies:
Posted By: Oleg
Date Posted: 18 August 2008 at 2:14am

Hi,

Increase minimum width:
TabToolBar.MinimumWidth = 500


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: nenkalo
Date Posted: 18 August 2008 at 3:47am
thanks dear Oleg . it solved .

but two new questions :
i have this code in a part of code :

 Set ToolBar = CommandBarsTextbox.Add("details 1", xtpBarBottom)
    AddControl ToolBar.Controls, xtpControlLabel, 1000, "device started."
    CommandBarsTextbox(7).ModifyStyle XTP_CBRS_GRIPPER, 0
    CommandBarsTextbox(7).Closeable = False
   
  Set ToolBar = CommandBarsTextbox.Add("details 2", xtpBarBottom)
    AddControl ToolBar.Controls, xtpControlLabel, 1002, "Ready to use"
    CommandBarsTextbox(8).ModifyStyle XTP_CBRS_GRIPPER, 0
    CommandBarsTextbox(8).Closeable = False
    


1- these toolbar attached bottum of my textbox . and in fact it is for nitification and not for any action .   but now user can to move these toolbar . i want to fix these item in originally place and make they non-movable . please guide me .


2- 2 item in this toolbar have first-placing via code by using "DockRightOf" . is it possible i do different and first-place it via code to any x , y in bar ?

thanks


-------------
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit)
Language: Visual Basic 6.0


Posted By: Oleg
Date Posted: 18 August 2008 at 9:32am
Hi,
 
1. See EnableDocking property
2. What? :-)


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: nenkalo
Date Posted: 19 August 2008 at 9:08am
Hi Oleq
tnx . right






-------------
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit)
Language: Visual Basic 6.0



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