Page 1 of 1
axScreenSize, 1920x3000, how to get scrollbar?
Posted: 22 Sep 2021, 02:23
by Dino
Hi
If you use the axScreenSize extension, you get more real state to be able to add things around your data (or spread your data around), lets say in this example, I added a few charts, buttons, image, and make my screen 1920x3000.

- axscreensize.jpg (512.84 KiB) Viewed 9741 times
How do you enable the scrollbar in this mode? I am locking the zoom at 100% so the screen looks readable in my 1920x1080 screen (probably loosing the last few pixels, but I cannot find how to enable the scrollbar... any ideas? thank you

- axscreensize2.jpg (121.73 KiB) Viewed 9741 times
Re: axScreenSize, 1920x3000, how to get scrollbar?
Posted: 30 Sep 2021, 15:14
by Fairdinkum
Hi Dino,
Is this the same setting with yours?
https://drive.google.com/file/d/130MoTw ... sp=sharing
Regards,
Hide
Re: axScreenSize, 1920x3000, how to get scrollbar?
Posted: 01 Oct 2021, 00:17
by Dino
Hi
Same setting, I just don't get that scrollbar.... where did you get that?
What version of aXes are you?
Regards
Re: axScreenSize, 1920x3000, how to get scrollbar?
Posted: 01 Oct 2021, 17:03
by Fairdinkum
Hi Dino,
In my testing, v4.2.0-JSM, v4.2.0-aXesW3 and v4.1.1 are OK. See the screenshots below.
v4.2.0-JSM

- Image 1534.png (92.79 KiB) Viewed 9704 times
v4.2.0-aXesW3

- Image 1535.png (92.23 KiB) Viewed 9704 times
v4.1.1

- Image 1536.png (91.83 KiB) Viewed 9704 times
I just created a new project, add axScreenSize into a Screen, and set 1920/3000/Custom=100% to its properties. Is there any differencies from your testing?
Regards,
Hide
Re: axScreenSize, 1920x3000, how to get scrollbar?
Posted: 01 Oct 2021, 23:20
by Dino
Hi Hide,
Following your post, I created a new project and when I try to add the extension to the screen, in the extendable objects "Screen", I receive this message:
"Not allowed to add more than 1 axappscrsz extension"
So after a review, I notice that the extension is already loaded in the extendable objects "Application"

- axapps1.jpg (102.33 KiB) Viewed 9698 times
I was able to clic "Revert to Default" once, but "Delete" was never available.
I removed manually this part of the code in that file
Code: Select all
{"clsid":"axappscrsz","width":{"v":1920},"height":{"v":3000},"zo
om":{"v":100}}

- axapps2.jpg (167.21 KiB) Viewed 9698 times
from application_definition.js file in the project folder, but the extension and the popup message "Not allowed to add more than 1 axappscrsz extension" still shows in aXes even after running the browser in private mode (to avoid cache stuff).
Maybe this has to do with the problem. Any idea how to remove this? Does your aXes show the "Auto Zoom Screen Size" extension in Application or just in Screen?
thank you
Re: axScreenSize, 1920x3000, how to get scrollbar?
Posted: 01 Oct 2021, 23:41
by Fairdinkum
Hi Dino,
The message appears here as well if adding the extension into the Application (or Screen) level more than one. You might want to add the extension into the "Screen" level instead of the Application level for testing.

- Image 1541.png (24.26 KiB) Viewed 9696 times
Regards,
Hide
Re: axScreenSize, 1920x3000, how to get scrollbar?
Posted: 02 Oct 2021, 07:38
by Dino
Will try in the screen once I can remove it from the Application level...
any idea how to remove it from the application level?
Re: axScreenSize, 1920x3000, how to get scrollbar?
Posted: 04 Oct 2021, 10:50
by Fairdinkum
Hi Dino,
It happens here as well. It seems "Auto Zoom Screen Size" can't be removed from Application. However, I confirmed that "Revert to Default" reverts its properties to default settings.

- Image 1543.png (25.63 KiB) Viewed 9678 times
And if the properties of "Auto Zoom Screen Size" in Application level are default values, "Revert to Default" is desabled. So if your settings are something like the follwoing, you might want to add "Auto Zoom Screen Size" into Screen level.

- axapps1.jpg (102.33 KiB) Viewed 9678 times
FYI, I just changed the extension's properties like below (without adding the extension into Screen), it also works as expected. (X/Y scroll bars appeared.)

- Image 1542.png (81.58 KiB) Viewed 9678 times
HTH!
Regards,
Hide