Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Form height growing?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Form height growing?

 Post Reply Post Reply
Author
Message
b4gn0 View Drop Down
Groupie
Groupie


Joined: 26 November 2007
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote b4gn0 Quote  Post ReplyReply Direct Link To This Post Topic: Form height growing?
    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
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: 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
Back to Top
b4gn0 View Drop Down
Groupie
Groupie


Joined: 26 November 2007
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote b4gn0 Quote  Post ReplyReply Direct Link To This Post 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
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: 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
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.203 seconds.