Print Page | Close Window

Solved: Some Bug in Resizer in Ver 12.1

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=12795
Printed Date: 31 January 2025 at 12:41pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Solved: Some Bug in Resizer in Ver 12.1
Posted By: free_user
Subject: Solved: Some Bug in Resizer in Ver 12.1
Date 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:
uploads/20081125_110713_CodeJockBug.rar - 20081125_110713_CodeJockBug.rar



Replies:
Posted By: free_user
Date Posted: 29 November 2008 at 4:08am
Hello
There is no one to answer? Please Help me?
Sorry for my bad English.


Posted By: Aaron
Date 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....


Posted By: free_user
Date Posted: 01 December 2008 at 3:17am
Hello
This is a sample.
uploads/20081201_031745_Resizer.zip - 20081201_031745_Resizer.zip


Posted By: Aaron
Date 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 - 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....


Posted By: free_user
Date Posted: 02 December 2008 at 12:41am
Thank you very Much


-------------
Xtreme SuitePro (ActiveX) version 15.1.3
C# 2010
Xp Sp3



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