Hi,<br><br>I have use in my project AD and WPF. For some controls in WPF I need to verify access. Is there ways to do that in WPF side?
Type: Posts; User: Oleksandr
Hi,<br><br>I have use in my project AD and WPF. For some controls in WPF I need to verify access. Is there ways to do that in WPF side?
Hi,<br><br>is it possible to generate JSON in base of web client starter data structure object?<br><br><strong>Schema of actions</strong>: <br>1) zenon client control (web client starter) takes...
Hi,<br><br>I use Active Directory in projects. In global project I have few user groups, and have no users. List of users, feeds directly from AD. And I use events in service.<br><br><strong>How to...
Hi,<br>would it work on client side <strong>context.Parent.Parent.Close();</strong>? When I trying to use that in Web Client Starter, client freezes.<br><br>So if it work, what I need to do before...
<br><br><br>
<br>Hi all, yes that method working on client, the cause was: <strong>allocations not working on client side</strong>.
Hi,<br><br>when below code executes (attached) in running service, sometimes looks like service freezes. Seems code executes correctly (every time when I used debugger it works). But I suppose, when...
Hi, <br><br>I have service, what is started when screen is opened. Inside of the service I have created few classes. Sometimes, when I operate on that screen, destructor of that service is...
sry, if u can change title for the request to Client Debugging and delete this message
Hi, is it possible to debug client (Client Web Client Starter) running service by VisualStudio? What I need to do for this?
Hi all, solution is: add naming for code behind control in xaml file of without code project.<br><br>But I have other related question: <strong>will dependency property method for linking variable...
Hi,<br><br>is there are some example how to use import and export XML variables approach in add-ins? In Copa-Data training that part was not highlighted
<br><br><div>Hi, thx a lot for your response. Just to verify my clear understanding:</div><div>1) snapshot of zenon project structure (object) is possible by online container and bulk...
Hi,<br><br>In zenon project I have data type (bunch of structures and data types), what contains information about production object. In library for add-in, I have object with same named...
Hi, <br><br>I makes some test, what described in WPF Element manual v8.1. When I load WPF, dependency property is not in the list of properties in WPF Links.<br><br><strong>What may be reason of...
<br><br>
<br><br>Hi all,<br><br>partial solution: works only on standard elements what contains Text->Font Property. You can use Language Switch function to change font list.<br><br>cons: sets only...
Hi,<br><br>what will be the best way to change font size at least for one project (or/and each loaded project on client) from client side for dedicated client?<br><br>1) Font in...
<br><br>
<br>Hi, thx a lot for hint, I will check that
<br><br>
<br><br>Hi all, <br><br>adding conString to models constructor solve that problem. But appears problem with changing that conStr <img src="images/smilies/smile.png" border="0" alt=""...
<br>
<br><br>Hi, thx<br><br>It is possible to use Entity Framework inside code based WPF project? Does it will work in runtime?
Hi, <br><br>is it possible to get zenon project context from wpf code based project? How to do that?
<br><br><div>Hi all, maybe it helps for others: https://github.com/COPA-DATA/AddInBasics</div><div><br></div><div><strong>You need to add to AddInInfo.cs your specific file.</strong> After including,...
Hi,<br><br>is it posible to use code based wpf project (inside xaml only project) with added an reference to dll, what contains entity franework dependency and app config file?<br><br>When I try to...
I had deleted wpf cache xaml and dll file, and after that it works correctly. When I reload zenon Supervisor, seems chehe updated. M<br><br>ay zenon Supervisor make it by it owns without reloading...
Hi,<br><br>when I change something in code behind project, when I load xaml to wpf object in zenon Supervisor, no changes mades. First version of that xaml loads.<br><br>If I change background at...
Hi,<br><br>I had spend some time on developing add-in with Entity Framework, and I accounting with strange behavior:<br><br>after importing addin with Entity Framework to the zenon project, and...