Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/24/2013 in all areas

  1. hi all, here is my last xnode (LV2012) , "Select" ... but with n inputs. (100% polymorphic) 2 menus : 1) select mode : after&before , only after, only before select output : top , center 2) add input (after) , remove input ouadji, (for a quick test ... unzip ---> QUICK_TEST.vi) SelectNinputs (Ouadji).zip
    1 point
  2. I was making some subVI that used a private method, and I wanted to know by looking at the subVI that it was private and shouldn't be used in end applications. I thought the easiest way was to color the icon to have a background the same brownish color that private methods have. I had difficulty finding the color that was the closes because of this reason and ended up trying a bunch of things to get it right. It just seemed odd to me that LabVIEW's property nodes had a color that my subVI could not come very close to. All of this apparently is due to the limitation Darin mentioned.
    1 point
  3. The icon editor is happily letting you pick and choose from the full gamut of 24-bit colors. The actual icon display is only 8-bit color, though. Not a problem, you say, who is going to have more than 256 different colors on a 32x32 icon? Unfortunately, those 256 colors are fixed by LV so you are seeing what LV deemed is the closest color amongst the 256 it has predetermined to display. Many editors have a button you can push to coerce the arbitrary color to the restricted set (say Web-safe colors for example). I don't want this in LV, though, I want 32-bit color (ok I'd settle for 24). It would be nice, however to have an inkling of what is about to happen, since I have found many times the "closest" color chosen is probably not what I would choose.
    1 point
×
×
  • Create New...

Important Information

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