Ask our Experts
Didn't find what you are looking for? Ask our experts!
A support forum for AVEVA Plant SCADA (formerly Citect SCADA). Share new and exciting product information, connect, learn, and collaborate with the ecosystem of Plant SCADA Users. AVEVA Plant SCADA a reliable, flexible and high-performance Supervisory Control and Data Acquisition software solution for industrial process customers. This forum is to connect, share, learn and collaborate new and exciting product information. Feel free to join and share to your Ecosystem of Plant SCADA Users.
Search in
Posted: 2022-08-10 04:28 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-08-10 04:28 AM
In Vijeo Citect 7.4 is it possible to keep a popup window always active even if I leave the screen where this popup was called?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2022-08-11 05:09 PM
If you take a look at the WinNewAt function, the mode controls the functionality you are looking at:
0 - Normal page.
1 - Page child window. The window is closed when a new page is displayed, for example, when the PageDisplay() or PageGoto() function is called. The parent is the current active window. (don't select this)
2 - Window child window. The window is closed automatically when the parent window is freed with the WinFree() function. The parent is the current active window. (or this)
4 - No re-size. The window is displayed with thin borders and no maximize/minimize icons. The window cannot be re-sized.
8 - No icons. The window is displayed with thin borders and no maximize/minimize or system menu icons. The window cannot be re-sized.
16 - No caption. The window is displayed with thin borders, no caption, and no maximize/minimize or system menu icons. The window cannot be re-sized.
So you want a normal window, and depending on your application may wish no resize, no icons and no caption as well. The other options (not listed) may also be of interest.
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.