axScreenSize, 1920x3000, how to get scrollbar?
Moderator: jeanmichel
axScreenSize, 1920x3000, how to get scrollbar?
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.
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
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.
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
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: axScreenSize, 1920x3000, how to get scrollbar?
Hi Dino,
Is this the same setting with yours?
https://drive.google.com/file/d/130MoTw ... sp=sharing
Regards,
Hide
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?
Hi
Same setting, I just don't get that scrollbar.... where did you get that?
What version of aXes are you?
Regards
Same setting, I just don't get that scrollbar.... where did you get that?
What version of aXes are you?
Regards
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: axScreenSize, 1920x3000, how to get scrollbar?
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 v4.2.0-aXesW3 v4.1.1 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
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 v4.2.0-aXesW3 v4.1.1 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?
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"
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
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
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"
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}}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
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: axScreenSize, 1920x3000, how to get scrollbar?
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.
Regards,
Hide
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.
Regards,
Hide
Re: axScreenSize, 1920x3000, how to get scrollbar?
Will try in the screen once I can remove it from the Application level...
any idea how to remove it from the application level?
any idea how to remove it from the application level?
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: axScreenSize, 1920x3000, how to get scrollbar?
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.
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.
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.) HTH!
Regards,
Hide
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.
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.
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.) HTH!
Regards,
Hide