cancel
Showing results for 
Search instead for 
Did you mean: 

UI related query-Can we have "Freeze Panes" like feature of excel in WDJ

Former Member
0 Kudos

Hi Experts,

I have created a data entry screen in Java WD. In order to fill up the information user has to use scroll button. The UI has following sections:

First Part -- Calendar

Second Part -- Data Entry Fields

The customer is okay with the screen. However he wants to ensure that Calendar should always remain visible to users. In order to fill up the details, user can use scroll button. It is similar to "Freeze Panes" feature of excel.

Can it be done? If yes, please let me know how?

Please help.

Regards,

Gary

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185879
Active Contributor
0 Kudos

Hello Gary,

Is the ViewSet doesn't help you on this, we have various option of viewsets, where we can embed the views and it will be displayed always.

Regards

Nizamudeen SM

Former Member
0 Kudos

Put the Data entry fields in Scroll container within the Main container of both the UI date/calendar and data entry fields.

Set the Height and width of the Scroll container beyond which it should start scrolling.

This will help solve your problem.

Regards,

Hanif

Former Member
0 Kudos

Hi Hanif,

The solution provided by you is working fine. However, client has raised question about following:

1) System looks fine if we set desktop screen resolution as 1280 x 1024 pixels. In this case the font has become small. The Java WD screen looks nice

2) System does not look fine if we set desktop screen resolution as 1024 x 768pixels. In this case the font has become nomal. In the Java WD screen two vertical scroll bar appears. How to get rid of the one vertical scroll bar.

3) In my project there are two. Travel details screen and travel expense screen. We are using DC based approach. There are basically two iViews. One iView (iViewA) calls Calendar screen and travel details screen. This screen is working fine.

The second screen calls iViewA and also expense screen. In this case three vertical scroll bars appear. How to get rid of two vertical scroll bar. We need only 1 scroll bar.

Please help.

Regards,

Gary

Former Member
0 Kudos

Dear Gary,

Please set the height in iView properties of the second iView.

This can help you get rid of the multiple columns.

if possible, can you please paste an image of the issue you are facing?