Jump to content

Touch friendly UI --> Tree


Recommended Posts

Posted

Hi there,

I want to build a touch friendly UI with LV2023 Fuse Design System.

 

Is there a way to make a tree element touch friendly? especially enlarge the "+"/"-" for Expand/Contract elements?

 

 

Thanks in advance

Posted

No way to enlarge anything on the LabVIEW tree controls.  Best Bet for what you need is to use a .net Treeview control.  You can have custom sized images etc. but there is a somewhat steep learning curve and using .net in labview results in messy block diagrams with all of the references that have to be opened and closed etc.  There are examples on LAVA and ni.com.

Posted

You can also add additional controls for things like a dedicated set of booleans for expand or collapse, and move the selection up or down.  Not elegant for sure.  You can increase tree control fonts, and that helps with selection, but glyphs and other elements won't change in size.  I did make an idea exchange for it.

Posted

thanks guys!

that's what I feared 😕

 

 

I also found the .net solution but I am afraid to use it. The whole program is pretty old and I just did some performance tweaks for the update process (there are 1200+ elements in the tree and I changed the update process to only update visible elements)

 

probably wont touch this for the next years :D

 

 

On 11/2/2023 at 7:52 PM, hooovahh said:

 I did make an idea exchange for it.

gave you a kudo for that! thanks!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...

Important Information

By using this site, you agree to our Terms of Use.