Jump to content

dbyers3

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Posts posted by dbyers3

  1. QUOTE(Yen @ Feb 24 2008, 02:49 PM)

    At first I thought this might not be a bad idea, but then I gave it a bit of thought and here are a couple of potential issues:
    • Local variables are basically secondary access points to controls. They are not variables. Proposing to explicitly use them as such is a problem.
    • Presumably, such an interface would have to have all the safeties and niceties LV currently has (e.g. selecting from a list, like Intellisense, making sure you are talking about a specific control even if there are other controls with the same name, etc.). That means that NI will have to put some work into it to get a proper UI and IDE experience. How far do we want to take LV down this road, which essentially brings it closer to IDEs like Visual Studio and Eclipse instead of making its own strong points stronger.

    By the way, I'm not against text on the diagram. The .NET and ActiveX hierarchies are probably a place where a text node would be useful (although I understand 8.x helped with that somewhat), but for most places, LabVIEW has a specific style it was designed for and text is not a part of that style (nor are local variables).

    I disagree. Example Formula nodes have no "Intellisense". And they are very handy. The WORST part of Labview is dealing with strings. It's time they did something about it.

  2. QUOTE(tcplomp @ Feb 21 2008, 10:38 AM)

    You could store all the variables inside one cluster (just like a C struct) and use bundle and unbundle by name to get the items you need a specific point.

    Ton

    True, but if you can use a local variable, why can't you just put that local variable name in brackets in a text format? I think it would be much easyier. I understand the dataflow issue. But we do have local variables, which negates the dataflow paradigm anyway.

  3. QUOTE(tcplomp @ Feb 21 2008, 01:21 AM)

    That was just a small example of how much realestate strings take up. expecailly if you have to use local variables like I do. Then you have something like "Raw Image From Target 101". Several Local variables of that size take up to much realestate. I usually have a lot string variables that I have to deal with.

  4. Does anyone know how to refresh the windows desktop background? What I am trying to do is overlay some information onto a picture that is the desktop background and then refresh it. Then the info will be displayed on my desktop background. While I am at it, also do you know how to get the systems MAC address and IP address Programaticly?

    Thanks a bunch, Im sure the rest of you will want to use this too? Right??? :thumbup:

×
×
  • Create New...

Important Information

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