Hi Oleksandr,<br><br>the method IApplication.Close() is not intended to be used in the Webclient/Smart Client. This method should only be called inside the editor or the runtime.<br><br>The...
Type: Posts; User: martin_f
Hi Oleksandr,<br><br>the method IApplication.Close() is not intended to be used in the Webclient/Smart Client. This method should only be called inside the editor or the runtime.<br><br>The...
The link in my previous post is broken, use this one:<br><br><a...
Hi Oleksandr,<br><br>you could try to use a config file. But you can not use the app.config file. This file could only be used on the application level. As the WPF control is implemented in form of...
Hi Oleksandr,<br><br>you have to consider 2 things:<ol><li>You have to restart the zenon runtime/service engine. A relaod will not work.<br></li><li>The .dll in wpf cache folder will be replaced with...
<div class="popupmenu memberaction" id="yui-gen8">Hi Oleksandr,<br><br>please have a look at the <a...
Hallo Tommylik,<br><br>schau doch mal da nach: <a...
Hi Oleksandr,<br><br>creating a lot of functions is the way you should go.<br><br>You should always prefer using build-in solutions instead of creating your own ones. It is far easier to operate with...
Hi Oleksandr,<br><br>usually, you don't need to call the method
IScreen.Show(). For opening a screen a zenon function of type Screen switch has to be executed. This function will bring the screen...
Hello <span class="username">mwieczorkiewicz,<br><br>I had I quick look on it and I think, it could be bug. Please get in contact with your local COPA-DATA support (<a...
Hallo Tobias,
ich glaube, du solltest hier einen Runtime Service, statt eines Wizards verwenden. Die Wizards im Add-Framework werden in einer eigenen App-Domain ausgeführt. Diese App-Domain wird...
Hi Svetozar,<br><br>did you try using the Name property or the Name DynProperty of the variable object?<br><br>The purpose of ModifyVariable is to change the driver to which the variable belongs...
<p class="MsoNormal"><span style="mso-ansi-language:
EN-GB" lang="EN-GB">Hello MelodieTran,<br>
<br>
because VSTA relays on the now old .NET Framework 3.5, you should also consider
using the...
Hallo Tommylik,<br><br>könnte es sein, dass die Variable nicht am Treiber angemeldet ist? Falls nein, würde der lesende Zugriff auf die Variable nicht den erwarteten Wert liefern.<br><br>Das...
Hi StephanJ,
there could be a timing issue between calling the zenon function and trying to access the properties of that newly create recipe. It is possible, that the recipe is not created yet,...
Hallo wenzm,<br><br>poste doch mal den relevanten Codeteil, damit wir verstehen können, wo du nicht weiter kommst.
Hallo wenzm,<br><br>bitte schauen Sie sich noch einmal an, wie der Rezeptgruppen-Manager ohne Programmierung funktioniert.<br><br>Die im Rezept verfügbaren Variablen werden im RGM nicht im Rezept,...
Using the nonlinear value adjustment could be a solution, but it is not<br>intended to be used this way. The Macro will always be called, if the<br>variable is about to get visible in a screen or...
Hallo Thomylik,<br><br>die Funktionalität lässt sich möglicherweise auch ohne VBA umsetzen. Aktiviere für diesen Zweck doch das temporäre Login (Projekteigenschaften -> Benutzerverwaltung ->...
<br><br>
<br>Hallo markusegle,<br><br>unter Windows 10 und zenon 7.60 hat die Transparenz bei meinen Tests funktioniert. Bitte wenden Sie sich doch an Ihren zuständigen Support um das Verhalten...
I just stumbled upon this thread.
Have you tried to create a BOOL for every Bit in that WORD?
The BOOL needs the address information of that Word and with the parameter Bit number you should be...
Hello togehter,
there is also a solution using C#/VSTA:
static extern bool PostMessage(IntPtr hWnd, uint Msg, int wParam, int lParam);
const uint WM_CLOSE = 0x10;
public void...
Der Abschnitt [ARCHIVE] ist in der project.ini zu finden.
Damit Änderungen in der project.ini permanent sind und nicht bei jedem Runtime-Dateien erzeugen überschrieben werden, muss die project.ini...
Hallo H.-P.,
das Thema wird momentan vom Support bearbeitet.
Die einzige Lösung zu diesem Zeitpunkt ist hier leider VBA statt VSTA zu verwenden.
Bitte wenden Sie sich an Ihren lokalen...