How to catch save button event
CODESYS Forge
talk
(Thread)
How to catch save button event
Last updated: 2024-03-25
Post by lgeertsema on Checkbox font color in visualization style
CODESYS Forge
talk
(Post)
Hello, I'm having a similar issue with buttons. I want to be able to set the default color and transparency of a button. I've tried a lot of different iterations like KNewman, but to no avail. Has there been some documentation released since KNewman posted this, or is the style editor still as undocumented as ever?
Last updated: 2024-01-11
Post by pistola on C0357: "GetNextClient" is obsolete, use VisuUtils instead
CODESYS Forge
talk
(Post)
I'm having some troubles with this same issue and I'm wondering if someone can help me out. On a settings visual I allow the operator to enter some values however if they activate the page change button it will change the change with the Numpad dialog open. Since I'm using Visuelems.CURRENTVISU to change the pages I came across this code noted below for determining if the Numpad dialog was active. This code worked great however now in 3.5.19 it's now obsolete. I've tried following the directions in the attached program above however I can't see to get it to work in my program. Can anyone provide some help to determine if a dialog is open? FUNCTION Check_Dialog_Open : Bool VAR_INPUT sDialogName : STRING; // Input variable for the name of the dialog END_VAR VAR pstClientData : POINTER TO VisuElems.VisuStructClientData; // Pointer to the client data structure itfDialogManager : VisuElems.IDialogManager; // Interface for the dialog manager itfMyDialog : VisuElems.IVisualisationDialog; // Interface for the specific visualisation dialog END_VAR // Begin the iteration over the client manager VisuElems.g_ClientManager.BeginIteration(); // Loop through each client until no more clients are found WHILE (pstClientData := VisuElems.VisuElemBase.g_ClientManager.GetNextClient()) <> 0 DO // Get the dialog manager interface itfDialogManager := VisuElems.g_VisuManager.GetDialogManager(); // Get the specific dialog interface using the dialog name itfMyDialog := itfDialogManager.GetDialog(sDialogName); // Check if the dialog is open for the current client Check_Dialog_Open := VisuDialogs.VisuDlgUtil_IsDialogOpen(itfMyDialog, pstClientData, itfDialogManager); // If the dialog is open, exit the loop IF Check_Dialog_Open THEN EXIT; END_IF END_WHILE
Last updated: 2025-03-27
Multiple instances of a dialog on the main visu
CODESYS Forge
talk
(Thread)
Multiple instances of a dialog on the main visu
Last updated: 2021-12-09
How to use placeholders in WebVisu dialog (popup) windows?
CODESYS Forge
talk
(Thread)
How to use placeholders in WebVisu dialog (popup) windows?
Last updated: 2017-08-24
VisuUserMgmtDialog.library: Weird variable behaviour after resizing the dialog size
CODESYS Forge
talk
(Thread)
VisuUserMgmtDialog.library: Weird variable behaviour after resizing the dialog size
Last updated: 2021-07-12
Frame Object-Frame Configuration Dialog Box Not Populating
CODESYS Forge
talk
(Thread)
Frame Object-Frame Configuration Dialog Box Not Populating
Last updated: 2015-09-29
Open dialog in visualization on data change
CODESYS Forge
talk
(Thread)
Open dialog in visualization on data change
Last updated: 2023-05-06
Change current visualization (or display dialog window) by ST-code ?
CODESYS Forge
talk
(Thread)
Change current visualization (or display dialog window) by ST-code ?
Last updated: 2016-08-23
Detect if Dialog in Webvisu is opened?
CODESYS Forge
talk
(Thread)
Detect if Dialog in Webvisu is opened?
Last updated: 2020-06-09
moving visualization dialog box on the screen
CODESYS Forge
talk
(Thread)
moving visualization dialog box on the screen
Last updated: 2017-08-25
Get IN_OUT data from dialog opened by ST code
CODESYS Forge
talk
(Thread)
Get IN_OUT data from dialog opened by ST code
Last updated: 2020-10-14
Open dialog on all visu instances & VisuStructClientData
CODESYS Forge
talk
(Thread)
Open dialog on all visu instances & VisuStructClientData
Last updated: 2014-08-15
Open dialog from ST previous to version 3.5.16
CODESYS Forge
talk
(Thread)
Open dialog from ST previous to version 3.5.16
Last updated: 2024-03-22
Change the Opening Position of the Dialog using VU.FbOpenDialog
CODESYS Forge
talk
(Thread)
Change the Opening Position of the Dialog using VU.FbOpenDialog
Last updated: 2024-05-09
Open dialog from ST previous to version 3.5.6
CODESYS Forge
talk
(Thread)
Open dialog from ST previous to version 3.5.6
Last updated: 2024-06-05
Visuutils FbOpenDialog(Extended) not open Dialog from POUs
CODESYS Forge
talk
(Thread)
Visuutils FbOpenDialog(Extended) not open Dialog from POUs
Last updated: 2024-10-08
Visu User Management Dialog - Add user does not work
CODESYS Forge
talk
(Thread)
Visu User Management Dialog - Add user does not work
Last updated: 2024-10-18
Opening a Dialog on a specific Client from ST
CODESYS Forge
talk
(Thread)
Opening a Dialog on a specific Client from ST
Last updated: 2024-11-05
"Do you really want to perform" dialog boxes
CODESYS Forge
talk
(Thread)
"Do you really want to perform" dialog boxes
Last updated: 2025-02-15
Opening and saving files with fileOpenSave dialog
CODESYS Forge
talk
(Thread)
Opening and saving files with fileOpenSave dialog
Last updated: 2025-03-26
Opening and saving files with fileOpenSave dialog
CODESYS Forge
talk
(Thread)
Opening and saving files with fileOpenSave dialog
Last updated: 2025-03-26
WebVisu Numpad dialog - Dialogtitle not accepting string variable
CODESYS Forge
talk
(Thread)
WebVisu Numpad dialog - Dialogtitle not accepting string variable
Last updated: 2025-05-29
Codesys Visu Update Frame Parameters No Dialog Appears to update
CODESYS Forge
talk
(Thread)
Codesys Visu Update Frame Parameters No Dialog Appears to update
Last updated: 2025-06-06
Unable to select VisuDialogs.Numpad in Open Dialog input configuration
CODESYS Forge
talk
(Thread)
Unable to select VisuDialogs.Numpad in Open Dialog input configuration
Last updated: 2 days ago
To search for an exact phrase, put it in quotes. Example: "getting started docs"
To exclude a word or phrase, put a dash in front of it. Example: docs -help
To search on specific fields, use these field names instead of a general text search. You can group with AND
or OR
.