Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - (Solved) disabling toolbar scroll
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

(Solved) disabling toolbar scroll

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

Joined: 02 August 2008
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote nenkalo Quote  Post ReplyReply Direct Link To This Post Topic: (Solved) disabling toolbar scroll
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 18 August 2008 at 2:14am

Hi,

Increase minimum width:
TabToolBar.MinimumWidth = 500
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
nenkalo View Drop Down
Groupie
Groupie
Avatar

Joined: 02 August 2008
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote nenkalo Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 18 August 2008 at 9:32am
Hi,
 
1. See EnableDocking property
2. What? :-)
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
nenkalo View Drop Down
Groupie
Groupie
Avatar

Joined: 02 August 2008
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote nenkalo Quote  Post ReplyReply Direct Link To This Post 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
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.125 seconds.