Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/17/2023 in all areas

  1. I ran into a situation where I really needed a rotated column header for a table due to having long column header names and not enough space. After doing a bunch of looking around, it didn't really seem like this capability existed anywhere for LabVIEW, so I'm sharing a little piece of code that I created for this here. LabVIEW doesn't natively support rotated strings, so that wasn't an option. LabVIEW 2D picture controls would theoretically let you write, and then rotate text. But LabVIEW 2D picture controls don't support aliasing, so I didn't perceive this to be an option. @hooovahh recently posted a fun .NET picture control library to VIPM, and that inspired me to go down the .NET picture control rabbit hole. Having to deal with opening and closing all the .NET references is a bit of a hassle, but I'm surprised by how much capability exists with the .NET picture control. High complexity ceiling. Looking back, I wonder if I should have tried the LabVIEW 3D picture control instead. Anyways, this demo provides the following capability: - rotated column headers by specified angle - anti-aliased text - column headers size to table column width/positions RotatedColumnHeader.zip
    1 point
  2. Love it, thanks for the shoutout. There is plenty of room for improvement if you ever want to make this into a more polished API. I could see it reading the column width information, and working with the resizing of them. Thanks for sharing, I know I've seen a few requests for things like this in the past.
    1 point
  3. You can specify the tabbing order from the Edit menu -> Set Tabbing Order..., at least in LabVIEW 2011. I think I recall that this was named something like "Set Frontpanel order" in earlier LabVIEW versions, but I cannot check right now. /J
    1 point
  4. it's official now https://investor.ni.com/news-releases/news-release-details/emerson-advance-global-automation-leadership-through-acquisition
    0 points
×
×
  • Create New...

Important Information

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