HansCZ Posted October 4, 2022 Report Share Posted October 4, 2022 Dear all UniLogic developers, a big thank for the latest 1.33.210 update. I appreciate the screen saver (feature I have implemented programatically past times) and loops features. My feature request (or, better say a wish) is a possibility to change properties of several selected elements when editing HMI screens. For example, if I select several elements of type simple text, to be able to change their font and alignment at once. Something along the lines of LINQ var CommonProperties = from j in SelectedObjects where (j.Type == Font.Size) select j; And further - Bind CommonProperties to PropertiesExplorer; etc. Because the most annoying on PLC programming is making the HMI interface 🙂 Logic is icing on the cake. But to be honest, this evening I have finished about the fiftieth project in VisiLogic or UniLogic and I really like it, notwithstanding some (to me) missing details thx Hans 1 1 Link to comment Share on other sites More sharing options...
Jeff164 Posted October 5, 2022 Report Share Posted October 5, 2022 I can see value in being able to change properties of several (font characteristics, background colors etc.) elements at once as well. Link to comment Share on other sites More sharing options...
Maksiss Posted February 24, 2023 Report Share Posted February 24, 2023 Even better would be if we could attach tags to the certain properties, and then be able to change them all easily, from a single place.Even better would be if we could attach tags to the certain properties, and then be able to change them all easily, from a single place. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now