Print Page | Close Window

Form height growing?

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=14678
Printed Date: 06 November 2025 at 2:22am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Form height growing?
Posted By: b4gn0
Subject: Form height growing?
Date Posted: 03 July 2009 at 3:12am
Hello,

we have this issue since the old releases of CJ Controls, and it is still happening as of now.

As you can see from the picture, there is too much space in the bottom of the window. If we fix it in design time it will be ok for a couple of executions, then it will begin growing in height with apparently no reason.

If this can help, we use a CommandBar component in the form, just for the popup menu (this behavior has been verified on other forms with the same use of the component).

Version is 13.0.0

As usual, thank you in advance for your time.


 




-------------
     Product: Xtreme SuitePro (ActiveX) version 15.1.2
     Platform: Windows 7 SP 1 (64bit)
     Language: Visual Basic 6.0 - SP6



Replies:
Posted By: Oleg
Date Posted: 06 July 2009 at 1:45am
Hi,
if you need it for popup menu only try to put it on some picturebox - not to main form...
but actually I don't see how CommandBars can be reason. What its methods you call in _Load event ?


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


Posted By: b4gn0
Date Posted: 06 July 2009 at 3:15am
Hello, this is how we setup the control at Form_Load()
mobjPopupMenu is a module (Form) variable, unloaded at Form_Unload()

With comBarsMenu
      .Options.UseDisabledIcons = True
      Call .EnableCustomization(False)
      Call .DeleteAll
      Set mobjPopupMenu = .Add("Popup", xtpBarPopup)
End With

-------------
     Product: Xtreme SuitePro (ActiveX) version 15.1.2
     Platform: Windows 7 SP 1 (64bit)
     Language: Visual Basic 6.0 - SP6


Posted By: Oleg
Date Posted: 08 July 2009 at 3:40am
Hi,
 
Sorry don't see how it can be reason. Are you sure CommandBars is one who made it ? Maybe you have some resizer control or something ?


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



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