Is it possible to add scroll inside a Direct Window in EasyBuilder Pro?

  • HMI Model: cMT3162X V2
  • EasyBuilder Pro Version:6.10

Hi everyone,

I’m working with EasyBuilder Pro and I would like to achieve the following:

I have a Direct Window object embedded in a screen
The actual window content is larger than the visible object area
I would like to have a vertical scroll bar on the right side to navigate (up/down) inside that window

Thank you very much for your time.

Hi @jmcascales ,

Our recommended approach is to use a direct window and divide the screen into multiple windows. Then, use a slider object to write to a memory address. A condition object can be used to display different screens based on the slider object’s scroll position value. This is done by turning on the bit that corresponds to the window that should be displayed.

Here is the link to a demo project: LINK

Condition Object

Slider Object

Thank you very much for your suggestion and for sharing the demo project. I really appreciate your help. I will use this approach in my project.