cancel
Showing results for 
Search instead for 
Did you mean: 

Browser Vs VC application - Screen Resolution settings

kiran_jakkaraju
Contributor
0 Kudos

Hi,

We have developed a VC Application recently. The VC application width and height is expanding beyond browser area and we are unable to see the application fully and we want to avoid scrolling the browser, We need to set the VC application to fit to browser in terms of height and width automatically in any resolution.

Please help me how to set this.

Regards

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I am assuming that you have used iView for creation of your model. Right click on that iView -> Configure Element -> Fit Contents. In fit contents select the last option 'Fit Both'. After doing this your model will automatically take hieght & width which will fit the screen. Also option below this 'Layout Method' that also you can select but its better if you take this as Auto.

I hope this is waht you were looking for.

Regards

Sandeep

Former Member
0 Kudos

hi Kiran-

Did you find any solution on this? we are also having same problem.

thanks,

Sanketh

kiran_jakkaraju
Contributor
0 Kudos

Hi Sanketh,

I got partial solution for this problem,I have used java script function to resize the VC model also I used iview property in the VC for "fit the contents" option but when I do javascript resize, the contents are not getting resized due to inner iviews (nested iviews) that are there in the VC model.

fit contents option when I use, the inner iviews are distributed one after another and increasing the length of the iview.

+I am still looking out for the solution.+

How can we resize the nested iviews which are inside the parent iview when we resize the parent iview all the nested iviews should get resized like we use Layout property in Java Applets /AWT / Swings.

I am looking for solution to auto-resize the VC iview (contains nested iviews and contains charts).

Regards

Kiran

Edited by: kiran jakkaraju on Jun 24, 2009 11:17 PM

Answers (1)

Answers (1)

kiran_jakkaraju
Contributor
0 Kudos

No solution, we are using nested iviews , they are not resizing according to the screen resolution or browser size.