Jump to content

GertheDwarf

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by GertheDwarf

  1. Figured it out. Take that hex value, which is in variant form, and convert it to a ProjectItem class. This throws an error, but can be ignored, because a ProjectItem Property node will return the right Name and Path, anyways. Weird how the key to the problem was "ignoring the error."
  2. I am trying to programmatically find the Startup VI, if any, of the build spec. I went through the steps you outlined above, and have found Tags SourceItem[5].Inclusion and SourceItem[5].ItemID which are "Startup VI" and "0xA1B0048A", respectively. I don't know what that hex number is. Using a similar process, I went through the project heirarchy and get the ProjectItem "ItemID" of the VI which I know is the Startup VI, but the two numbers are not equal. How can I get from the BuildSpec ItemID to the VI name/reference.
  3. QUOTE(eaolson @ Jun 22 2007, 04:27 PM) Thanks, that worked. If only I had thought to search for "flicker" in the LabVIEW Help...
  4. Why does the circle flicker?
×
×
  • Create New...

Important Information

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