Page 1 of 1
issue with window positioning
Posted: Wed May 30, 2018 11:49 am
by mwalter
I have a full screen application (Rich Display) that when it loads, it display's to the right of the browser window. Then the use has to use the horizontal scroll bar to pull it back to the left. Is there any way to have the screen from left to right and fall off the browser to the right.
Thanks.
Re: issue with window positioning
Posted: Wed May 30, 2018 11:57 am
by Megan
Hello Mark,
We're sorry to hear you are having issues with this. Would you please send a screen dump of the screen you are having an issue with to our support email,
support@profoundlogic.com? This can be done by going to the problem screen and pressing Ctrl + F9. If you are prompted to save the file, please do and email us that file. Having this screen dump will help us see what you are seeing so that we can provide a proper solution.
Thanks,
Re: issue with window positioning
Posted: Wed May 30, 2018 2:04 pm
by Megan
Hello Mark,
Thank you for sending us your screen dump! After reviewing your screen we found that the reason for the grid displaying to the right is that if the window is not wide enough it will scroll to the right to have the textbox that is focused in view. There are a variety of ways to prevent or fix this. Some of the ways to work with this would be as follows:
- Move the textbox that is being focused to the left side of the screen.
- Set focus to a different element on the left side of the screen.
- Prevent focusing on the page altogether by setting the no focus property of the screen to true.
- Put wide grids inside a layout and set the overflow-x property to scroll or auto. This would allow the screen to be made less wide and the grid horizontally scrollable inside the layout, rather than scrolling the entire screen.
Could you please review these solutions to see which would best resolve your issue? If you would like additional information on how to do the solutions in more detail, we will be happy to answer any of your questions.
Thanks,
Re: issue with window positioning
Posted: Mon Jun 11, 2018 9:44 am
by mwalter
Thanks Meghan.