Search found 42 matches

Search

by Kirvesmies
Wed Oct 11, 2023 1:36 pm
Forum: HowTos
Topic: WebView.ewo - enable WebGL
Replies: 2
Views: 3461

Re: WebView.ewo - enable WebGL

Hi Kilian,
We're usually using the latest patch, but at the moment still at 3.19p005.
Windows 2022 Server standard & Win10 as OS.
by Kirvesmies
Tue Oct 10, 2023 8:55 am
Forum: HowTos
Topic: WebView.ewo - enable WebGL
Replies: 2
Views: 3461

WebView.ewo - enable WebGL

Please someone explain the how and where to enable gpu in WebView ewo?
WinCC OA help for WebView ewo:
-To enable WebGL set the system environment variable QTWEBENGINE_CHROMIUM_FLAGS to --enable-gpu.

(testing with https://get.webgl.org)
by Kirvesmies
Wed Sep 27, 2023 7:42 am
Forum: Bugs / Problems
Topic: file explorer windows very slow
Replies: 3
Views: 4935

Re: file explorer windows very slow

Hi, I have the same on my Win10 when I work at home without VPN connected to office's domain.
by Kirvesmies
Thu Apr 14, 2022 2:51 pm
Forum: HowTos
Topic: DP to TrendRulerPanel.pnl
Replies: 3
Views: 2656

Re: DP to TrendRulerPanel.pnl

Hi, Yes thanks. I added the third row to my code for adding curves to trend. Without it it defaults to naming the curve according to description only. TREND1.addCurve( 0, "#1_1" ); TREND1.connectDirectly( "#1_1", sDP ); TREND1.curveLegendName( "#1_1", dpSubStr(sDP, DPSU...
by Kirvesmies
Mon Mar 21, 2022 7:52 am
Forum: HowTos
Topic: DP to TrendRulerPanel.pnl
Replies: 3
Views: 2656

DP to TrendRulerPanel.pnl

Hi, I'm sure this has been asked before, but I cannot find solution via search. How can I get the DP-name also to the trendruler. As default is shows only DP's description, value and unit. I tried to look at the code in TrendRulerPanel.pnl but if I modify that, I'm afraid it will not work after upgr...
by Kirvesmies
Mon Jan 03, 2022 2:43 pm
Forum: HowTos
Topic: Get module xy-coordinates?
Replies: 5
Views: 4655

Re: Get module xy-coordinates?

Thanks gschijndel!
Got the XY-coordinates from the other modules using: getValue(moduleName+"."+nodeName+":","windowFrameGeometry",x,y,w,h);
by Kirvesmies
Mon Jan 03, 2022 9:45 am
Forum: HowTos
Topic: Get module xy-coordinates?
Replies: 5
Views: 4655

Re: Get module xy-coordinates?

Hi Thanks for your efforts. I realize now how I could make this work, but I believe it would be too complicated to make into a production application. I would have to insert a getValue("","windowFrameGeometry",x,y,w,h); code in every panel and trigger that using dpConnect from so...
by Kirvesmies
Tue Dec 28, 2021 8:34 am
Forum: HowTos
Topic: Get module xy-coordinates?
Replies: 5
Views: 4655

Get module xy-coordinates?

Hi, Is there some function available to determine where on the screen a module is located? Our application opens panels in multiple modules which the operator can freely move around in a 4K-screen. We would like to have a function that can save "panel compilations" so the operator can easi...
by Kirvesmies
Thu Nov 11, 2021 12:23 pm
Forum: Bugs / Problems
Topic: 64-bit Excel add-in MaPara
Replies: 2
Views: 3150

64-bit Excel add-in MaPara

Just got a new laptop and I would not want to change Excel to 32-bit.
Is there any workaround or MaPara available for 64-bit?
by Kirvesmies
Wed Sep 08, 2021 6:57 am
Forum: HowTos
Topic: How to configure WinCC OA connection on ITC1500V3
Replies: 3
Views: 6017

Re: How to configure WinCC OA connection on ITC1500V3

I had the same issue. Since the ITC does not have a hosts file it cannot resolve the hostname to the correct IP address. We then added a “config.webclient” file to the config folder of the server project with the following content: [general] proj_version = "3.17" langs = "de_DE.utf8&q...