Page 1 of 1

Paging without subfiles

Posted: Wed Sep 05, 2012 2:35 pm
by bruceanthony
We have a large inquiry screen in length which causes the browser to present a vertical scroll bars. Subfiles are not being used.

All works well using the mouse to scroll but users cannot use arrow up/down or page up/down keys as is typical with most web pages.

Is there a pui. function or javascript to allow us access to these paging keys?

Can we use some kind of javascript... allowPaging = true; ?

Nice to have if possible, otherwise, using the mouse will still work for us.

Re: Paging without subfiles

Posted: Thu Sep 06, 2012 7:36 pm
by Alex
Take a look at the documentation page below.

http://www.profoundlogic.com/docs/displ ... Arrow+Keys

Is this the functionality you are looking for?

Re: Paging without subfiles

Posted: Fri Sep 07, 2012 10:25 am
by bruceanthony
No. I would like the page up/down keys to move the entire page instead of having to use the mouse.

Re: Paging without subfiles

Posted: Fri Sep 07, 2012 6:54 pm
by Antonio
Hello Bruce

We have fixed this issue and it will be ready in our next release. To make it work though, you must first click any non input section of the screen.

Thanks