Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Solved: Some Bug in Resizer in Ver 12.1
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Solved: Some Bug in Resizer in Ver 12.1

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

Joined: 08 March 2006
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote free_user Quote  Post ReplyReply Direct Link To This Post Topic: Solved: Some Bug in Resizer in Ver 12.1
    Posted: 25 November 2008 at 11:08am
Hello
I have some problem.
1- How can I make status Pane Visible or invisible in source when it was made visible or invisible through a 'Customiz statusbar' before?
2-I selected Folowing properties in Picture 1 for my Grid Object, When I resize the window form vertically like Picture 2 and the grid exist in the appearance there is no problem but when i resize it comppletly and the grid disappears like picture 3 and we want to bring it back to the original size like Picture 4 we don't have the same appearance like picture 2 in the other word the size of grid will change.
How can i Fix this problem?
Picture Is Uploaded in:
20081125_110713_CodeJockBug.rar
Back to Top
free_user View Drop Down
Groupie
Groupie
Avatar

Joined: 08 March 2006
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote free_user Quote  Post ReplyReply Direct Link To This Post Posted: 29 November 2008 at 4:08am
Hello
There is no one to answer? Please Help me?
Sorry for my bad English.
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 29 November 2008 at 8:34am
Hi,
 
  1. Once the pane is set invisible with Customization popup, you can't set pane visible in code anymore. When checked in popup you can hide/show pane: sbStatusBar.FindPane(ID_PANE).Visible = not sbStatusBar.FindPane(ID_PANE).Visible (See HideFlags property) 
  2. I don't see problem. Can you upload a test project (or just tell me what kind of controls would be on that form and/or create picture how to position the controls inside resizer)

 

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

Zero replies is not an option....
Back to Top
free_user View Drop Down
Groupie
Groupie
Avatar

Joined: 08 March 2006
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote free_user Quote  Post ReplyReply Direct Link To This Post Posted: 01 December 2008 at 3:17am
Hello
This is a sample.
20081201_031745_Resizer.zip
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 01 December 2008 at 10:28am
Hi,
 
You are right about this. When resizing the Resizer control calculates values and when button.top < tabcontrol.top then resizer calculates wrong values from that point on. It should not resize to negative values.
 
If you want to prevent the control to be resized less then a certain width or height you must use Enable Horizontal/Vertical Scroll.
See my post about resizer control: https://forum.codejock.com/forum_posts.asp?TID=10296
 
Option 2:
To avoid this you could use FormExtender control and set min / max form width / height
 
 
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
free_user View Drop Down
Groupie
Groupie
Avatar

Joined: 08 March 2006
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote free_user Quote  Post ReplyReply Direct Link To This Post Posted: 02 December 2008 at 12:41am
Thank you very Much
Xtreme SuitePro (ActiveX) version 15.1.3
C# 2010
Xp Sp3
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.156 seconds.