Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,196
  • Joined

  • Last visited

  • Days Won

    104

Posts posted by Michael Aivaliotis

  1. QUOTE(martin@aerodynamics @ Mar 29 2007, 10:21 PM)

    I use FF and have the same problem. I get following error...

    EDIT: The Problem occours only if there is no new post in the "View New Post"...

    So afther the day changes all all post disapper from the "View New Post" and there is no post to display till the first one write a new post...

    I think this is a different issue. It's suppose to work this way.
  2. <object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=62VmJReYNNI"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/watch?v=62VmJReYNNI" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

  3. I honestly never thought of using a for loop. I always used a while loop since the beginning of time. What's even more curious is that of all the LabVIEW programmers I've interacted with, not even once has anyone brought this point up. I'm not trying to suggest that your implementation is invalid or any less worthy. I'm just shocked that this is the first time I've come across this. Learn something new everyday, I guess.

  4. QUOTE(Jim Kring @ Mar 25 2007, 02:01 PM)

    Syndication of the entire blog article does not seem right, to me.
    You can control the syndication on your end and only insert the first sentence or so in the feed (teaser text). This is what NI does on their news feed. Also, to ensuring that appropriate credit is given, include a copyright reference in the final line of the Item Description field of your RSS feed. You can also integrate links back to the source website in the Item description field.

    Finaly, if you want me to remove your blog from the forum, just send me a PM. I've removed the blogs forum from the - All of LAVA- RSS feed. I've kept the NI RSS feed in there however.

  5. QUOTE(lraynal @ Mar 22 2007, 07:03 AM)

    If we use the Arcade game, everybody knows at what time and how many time did we spent on it...
    I think it's a shame that someone from NI has the #1 spot in the Arcade! Where are all the non-NI LAVA members? C'mon guys, this is embarrassing. We have to knock Darren from his perch. This should be our goal as a group...

    ...in addition to adding content on the LabVIEW Wiki of course. ;) .

  6. First of all. This example can be fixed. If you put a delay of 1ms, then it works. Another way is to NOT create a custom property to do something that the built-in Value property already can accomplish. If you use the native value property (to write the data) it works fine. I understand the point of the example is to emphasize the problem but I'm just stating this here for the record.

    This is a known issue with XControls and I'm not sure if NI is working on a fix or not (probably not). This is simply an issue of a race condition inherent to how the XControl works. Reading from a terminal does not require a call to the XControl Facade (only the data store) which means that it is asynchronous to the facade operation. You can write to a property, and read from the terminal (or native value property) before the Facade has a chance to update the internal data store with the new value.

    Your other example about the "Get Image" native method is similar since it does not wait for the Facade to complete the work it has to do. I suggest a workaround is to implement your own replacement "Get Image" which does the same thing as the native one. The difference is that it will force the Facade to execute thus avoiding this problem.

    XControls are a Bitch! Good luck!

  7. I started adding some user boxes to the Wiki. These are just simple templates with preformatted text you can add to your user profile. When you add it, it automatically adds you to that category. Just add the following snipet of Wiki code to your page:

    {{LabVIEW Champion}}

    Produces:

    http://forums.lavag.org/index.php?act=attach&type=post&id=5241

    {{LAVA Premium Member}}

    Produces:

    http://forums.lavag.org/index.php?act=attach&type=post&id=5242

    {{NI Employee}}

    Produces:

    http://forums.lavag.org/index.php?act=attach&type=post&id=5243

    I also Added:

    {{Certified LabVIEW Architect}}

    http://forums.lavag.org/index.php?act=attach&type=post&id=5245

    {{Certified LabVIEW Developer}}

    http://forums.lavag.org/index.php?act=attach&type=post&id=5246

    Perhaps someone can add:

    OpenG Developer?

×
×
  • Create New...

Important Information

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