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 Quote 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. Quote Link to comment Share on other sites More sharing options...
Maksiss Posted February 24 Report Share Posted February 24 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.