Jump to content

Feature request - possibility to change properties of several selected elements when editing HMI screens


HansCZ

Recommended Posts

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

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

  • NoamM changed the title to Feature request - possibility to change properties of several selected elements when editing HMI screens
  • 4 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...