Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/22/2009 in all areas

  1. RE: Is Sibling A method in the top parent class that returns its call chain with default over-ride methods in all of the childern and sub children will retunr the heritage of any child class. See this image of the code in the top parent Get_Tree. It works for me. Ben
    1 point
  2. It's a regular Property Node where you select Display->Primary Workspace.
    1 point
  3. A simpler way (and easier) is to use a good old fashioned data pool. Your UI is completely separated from the data therefore you can not only bolt on new user interfaces, but create different views of the same data.
    1 point
  4. Okay, so I found it, but it's not in a state I'd be comfortable sharing here (it's got a bunch of our reuse in there that, unless you did the course and got the CD as part of that, I'm not going to share). Anyway, it's pretty easy to re-create. In fact, it's even easier than I mentioned earlier - everything communicates over a common queue: the control and indicator references on the UI VI are sent over to the main VI and then the main VI manipulates their values remotely - so then all the UI VI does is waits to be closed. If that's not clear, let me know and I'll code something up.
    1 point
×
×
  • Create New...

Important Information

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