Jump to content

Dorschty

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Dorschty

  1. Hi,is there a possibility to get the active page of Tab Control?I have a Tab Control on my FrontPanel with actually 15 Tabs. I added a button, which is shown besides the TabControl and if this button is pressed I need to know which TabPage is actually selected. I don`t find a Property Node or something like this to get what I need.Google also didn`t help so far.I hope someone here, can help me

  2. I have an array of cluster like shon in the picture.

    Then I made a subVI, which is called for every line of the array. So in the SubVI I read out my .ini file and so on. This SubVI is called as often, as lines or elements are displayed in my Array on the FrontPanel, because I enter only one line per call of this VI... I hope you can understand what I mean.

    What I also already tried is to make a reference on "Element" of my SubVI and then go the way over controls[] and so on, but this also didn`t work.

    I hope somebody can help me.

    Here is the array of clusters

    Here is the array of cluster

    post-30642-218296_thumb.jpg

    post-30642-19388_thumb.jpg

  3. Hi,I`m new here and I want to sorry first for my english^^I have a similar problem as Daryl before. I have an array of cluster. The cluster is a Typedef with one string, two numerics, a boolean and a combo box.The entries for the array I get from an .ini file. Every line of the array is filled with different values, so also the Combo boxes have to be filled with different values.I have tried the example above, but where the "to more specific class" VI with ListBox connected is, I become an error with: Possible reason(s):LabVIEW: Type mismatch: Object cannot be cast to the specified type.I don`t know, what I do wrong. The index of controls[] array is the right one.

×
×
  • Create New...

Important Information

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