Search found 6 matches

Search

by ahti
Thu Mar 28, 2024 2:36 pm
Forum: Features / Solutions
Topic: Feature request: lock panel design
Replies: 1
Views: 205

Feature request: lock panel design

Hello! The ability to lock panels to prevent mouse-initiated resizing and moving of objects in GEDI would make connecting parameters to objects and verifying correct assignments less stressful. Clicking around easily causes objects to be dragged out of place. A toolbar button labeled "Lock Pane...
by ahti
Wed Sep 27, 2023 10:36 am
Forum: Bugs / Problems
Topic: ULC childpanel resizable
Replies: 1
Views: 1319

ULC childpanel resizable

Hello,

V3.19 P006 ULC child panel is resizable using mouse. The same child panel in VISION is not resizable. After calling setPanelSize() in child panel's initialize event, the child panel is not resizeable anymore.

Best Regards,
Ahti
by ahti
Tue Jul 25, 2023 5:35 pm
Forum: HowTos
Topic: Scale popup window
Replies: 8
Views: 9195

Re: Scale popup window

I was looking for a solution on the same topic. And this is what I came up with. Create a new panel with "start zoomfactor" for example 0.5, and with embedded module on it. Then open this new panel as child panel, pass desired panel name as dollar-parameter and open desired panel on new pa...
by ahti
Tue Jul 25, 2023 10:55 am
Forum: HowTos
Topic: ULC session scope variables, use of browser cookies?
Replies: 3
Views: 2620

Re: ULC session scope variables, use of browser cookies?

Thanks! I was not aware of this. This is just my second project with WinCC OA, although I have 20+ years of experience with SCADA. It takes time to find the best practices...
by ahti
Mon Jul 24, 2023 12:39 pm
Forum: HowTos
Topic: ULC session scope variables, use of browser cookies?
Replies: 3
Views: 2620

Re: ULC session scope variables, use of browser cookies?

Just figured out that I can use two dyn_string DPE-s that act like key-value storage. I just use hostname as key name prefix and that's it. This is working fine.
by ahti
Mon Jul 24, 2023 10:43 am
Forum: HowTos
Topic: ULC session scope variables, use of browser cookies?
Replies: 3
Views: 2620

ULC session scope variables, use of browser cookies?

Hello, I have clients connecting over ULC and there is need for some client session variables. For example specific views are selected on specific clients. I'm seeking for best approach. I cannot use global variables nor DPE-s because every client has it's own values. Also preferrably these variable...