Hello!
I am using using WinCC OA 3.15 P011.
I have a very long panel in a project, it's size is about 1912*20000 pixels. However, i use a vision ui with the standard 1920*1080 resolution.
When I open this panel in a main module, it has a scroll bar.
I would like to implement a script which can scroll the panel inside the module to a certain coordinate (but not only to top or to bottom).
I appreciate if somebody have any ideas!
Thank you in advance!
How to scroll a long panel with a script
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: How to scroll a long panel with a script
With the function ZoomModule() you can scroll the panel by script.
For details please have a look at the WinCC OA Documentation.
Best Regards
Leopold Knipp
Senior Support Specialist
For details please have a look at the WinCC OA Documentation.
Best Regards
Leopold Knipp
Senior Support Specialist
- Shlip
- Posts:10
- Joined: Tue May 02, 2017 4:27 pm
Re: How to scroll a long panel with a script
Thanks a lot!
It is exactly what I was searching for
It is exactly what I was searching for