Hi Everyone,
I've got a client that just started using AcuToWeb with version 10.4.1 (it was the latest version when I developed the current version of my software) and we're running into some visual/UI problems. Originally, without any scroll bars, if the browser window wasn't large enough to show the window, it was just cut off. I added a CSS file for a custom Theme with the only change being I added an html/body style that sets "overflow: auto". That gave me the browser scroll bars back, but the AcuToWeb "virtual" application window still seems to think that the rest of the browser canvas is inaccessible. Is there any way to change the SCREEN settings/variables so that it's understood that the virtual canvas is unlimited and that the browser should handle all of the scrolling, not the application windows? It's doing things like making the status bar huge, so that it's visible on the screen by default, but if you scroll the browser or resize the window, the outsized status bar is now visible. And when I create a modal floating window, if it's too big to be seen at once, I get TWO scroll bars, for nested windows. And the outer one one only controls the modal floating window, but also the parent window, which moves the status bar around.
I've tried changing several settings but nothing seems to help the application window ignore the boundaries of the browser. I'm hoping there's something I've missed in the manual or there's some hidden setting.
Thanks