Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,196
  • Joined

  • Last visited

  • Days Won

    103

Everything posted by Michael Aivaliotis

  1. I'll have to dig deeper into this over the weekend.
  2. Where did you get this file from? Is this stored locally? This is not the current content from LAVA. The latest XML file can be retrieved from here.
  3. This issue is now resolved. Everyone can report posts now. Admin edit: this post was reported successfully by Ton Plomp with the following text: "This is a test report"
  4. I wonder if this is an outlook issue. As I said, not happening for me in Google Reader. Does deleting the item from outlook signal to outlook that it should retrieve it again next time? Doesn't make sense. RSS is just an updated XML file. It doesn't have a cache or any smarts. It just has the latest content. I'd like to see the XML file you are linking to with evidence that it contains duplicate entries.
  5. Yes this issue is still present because those threads are probably being moved from the 1.0 forum to the 2.0 forum and somebody replied to it. It's not getting worse, it just depends on the number of old topics that have new replies. Once the full thread is received in your reader once, you should only see the new replies from then on, not the old ones anymore. I use Google reader and this is the behavior I see.
  6. Thanks I took care of it. I'm working on fixing the reporting problem. Already reported it to support. Awaiting response.
  7. You can also create a case in your state machine called: "Update UI", then pull the values out using a "Get Data" Method. Then just write the data to the UI using local variables. I know that this may not cover all your scenarios, but it's the method I use most often. For some reason I feel dirty when I use control references.
  8. Youtube Video: <object width="480" height="385"><param name="movie" value=" name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src=" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
  9. Just stumbled across this new feature in LV2009: Build Application from VI
  10. I think everyone's missing the point of the DVR. The biggest benefit of the DVR, IMO, is the ability to use the IPE (In Place Element) structure to read write data. Using the structure provides exclusive lock to the data access AND eliminates copies. Doing this with a SEQ (Single element queue) is a PITA and requires a whole bunch of lock and unlock code. On top of that you create extra data copies when you read the queue element. Data Value Reference Read / Write Element Border Node
  11. Hey Alfa, you should update your profile image too, not just your avatar.
  12. I looked at your example. My understanding of Object References is different. See Images. One issue to resolve with this method is dynamic dispatching. It seems that you can't do dynamic dispatching using Data Value reference terminals. Hopefully this will be added in a future LabVIEW release. In the meantime you will probably have to do dynamic dispatching inside the In Place Element Structure.
  13. What version of Camtasia are you using? I'm using V6 and it works just fine for me. No issues. You can also try Jing which is made by the same company. Jing is just a recorder (you can't do editing) but maybe you will get different results. One more thing, in your Camtasia recorder options try enabling layered window recording.
  14. The software demo's were done primarily with Camtasia Studio. The graphic animation section was done in Powerpoint and captured via Camtasia. I also had to do some Photoshop work on some of the images.
  15. Yes, the LAVA lounge is currently open to serve you... All of us have strange sideline interests that can be tapped into. For example, I've made a MAME machine and I'm currently building an HTPC. I'm also getting pretty good and making videos for the web (I can help with gear, editing and publishing). I put together the latest VIPM video. Of course, most of us have to interface LabVIEW with actual hardware. So it requires knowledge beyond programming to get the job done.
  16. I just posted an image. It seems to work fine. Have you tried the standard uploader? What browser and version are you using?
  17. Note: This file has now been moved to the LAVA CR. You can download the latest here. Continue support discussions about it here.
  18. He means the Block Diagram is password protected.
  19. Works for me: <object width="444" height="282"> <param name="movie" value="http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/jingswfplayer.swf"></param>'>http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/jingswfplayer.swf"></param> <param name="quality" value="high"></param> <param name="bgcolor" value="#FFFFFF"></param> <param name="flashVars" value="thumb=http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/FirstFrame.jpg&containerwidth=444&containerheight=282&loaderstyle=jing&content=http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/2009-08-13_2152.swf"></param> <param name="allowFullScreen" value="true"></param> <param name="scale" value="showall"></param> <param name="allowScriptAccess" value="always"></param> <param name="base" value="http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/"></param>'>http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/"></param> <embed src="http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/jingswfplayer.swf" quality="high" bgcolor="#FFFFFF" width="444" height="282" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/FirstFrame.jpg&containerwidth=444&containerheight=282&loaderstyle=jing&content=http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/2009-08-13_2152.swf" allowFullScreen="true" base="http://content.screencast.com/users/Michael_Aivaliotis/folders/Jing/media/42812b34-e8d7-4dfb-b1ba-f3e6649a8085/" scale="showall"></embed> </object>
  20. The trick is to make sure that company A doesn't slap on a more restrictive license of their own. If you can't improve the code then maybe someone else in the community can. You want to make sure the license allows that. Speaking of NI's Instrument Driver Network. Can someone tell me what license those drivers are under?
×
×
  • Create New...

Important Information

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