Problem with Label in Toolbar |
Post Reply |
Author | |
StefanM
Newbie Joined: 21 April 2011 Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 05 July 2011 at 4:10am |
Hello NG,
i got a problem with some labels in a toolbar
The Toolbar is created with following Code
Set Toolbar = pAB.Add("Mandanten", xtpBarTop)
Toolbar.BarID = MenuMandantendatenbank Toolbar.Customizable = False Toolbar.CustomizeDialogPresent = False Toolbar.ShowExpandButton = False Toolbar.EnableDocking (xtpFlagAlignTop + xtpFlagStretched) Toolbar.ShowGripper = False Next to the controls i add a label with a width of 300 and the following flags
xtpFlagControlStretched + xtpFlagNoMovable
How can i prevent that the label is drawn over the buttons when i resize the form?
Thanks in advance for your help!
Stefan
|
|
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 |