Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,196
  • Joined

  • Last visited

  • Days Won

    104

Everything posted by Michael Aivaliotis

  1. Original Post: http://forums.ni.com/ni/board/message?boar...ssage.id=204785 confirmed Response:
  2. Moderators Note: I've merged the original post and this new Code Repository thread into one. Discussions can continue in this new thread. I've also attached some files that were in the first post of the original thread. Download File:post-2-1158006786.zip Download File:post-2-1158006772.zip
  3. File Name: JKI Please Wait Dialog File Submitter: Michael_Aivaliotis File Submitted: 10 Sep 2006 File Updated: 24 Oct 2006 File Category: User Interface JKI Please Wait Dialog V1.0.2 Copyright
  4. There's another reason to become a Premium Member.. :thumbup:
  5. I just spent the last hour or so watching as much Barbie Girl video lip sync videos as I could. I'm all Barbie'd out... These two girls from Germany are my favorite. <embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=5142595364409427415&hl=en"> </embed> Here is the whole lot: Barbie Girl by Aqua Lip Sync Video's on Google Video
  6. Ya, I ran the sub because I was trying to figure out the issue. I down-converted your code to 7.1.1 and could not observ what you describe. This makes sense really. I don't recall ever getting an error because a front panel is not open (but in memory). Are you sure about this error in 7.1? Perhaps you got the error in an executable that had its' panel removed?Download File:post-2-1157553136.llb (LV7.1.1)
  7. So I ran the CtlRefDebug-Sub.vi by itself and removed all of the others from memory. I got an error 1055. So what's the issue?
  8. Original Posting: http://forums.ni.com/ni/board/message?boar...ssage.id=204042 Download File:post-2-1157506227.vi
  9. I've approved your code submission and now this discussion thread has become the support topic for it.
  10. I'd like to take this opportunity to thank the following sponsors of the 2nd LAVA Coding challenge. These members have donated funds towards the coding challeng prize. Member: i2dx Website: http://www.ib-berger.com/ Member: crelf (code repository moderator) Website: http://forums.lavag.org/index.php?automodule=downloads If you would like to be a sponsor of the next LAVA coding challenge. Please contact me.
  11. Why wait people? Just download it and enter your existing SN... sheesh
  12. If you are creating a tool and updating it like this, I suggest you submit it to the Code Repository. This is why the code repository was created. As you can see there's already a GOOP category.
  13. Original Post: http://forums.ni.com/ni/board/message?boar...2&jump=true
  14. Original Post: http://forums.ni.com/ni/board/message?boar...ssage.id=200378 Reported: # 40DAF67U Download File:post-2-1156914149.vi
  15. Original Post: http://forums.ni.com/ni/board/message?boar...ssage.id=201906 Bug report: ID #40LD2E1W was filed.
  16. Original Bug Post: http://forums.ni.com/ni/board/message?boar...ssage.id=202978 Download File:post-2-1156913422.vi
  17. This is not a show stopper but I noticed it. Go to the diagram. Click the coloring tool and select the system custom color picker. pick a color. go back to the diagram and color it. Notice that the VI titlebar does NOT have the focus. Switch to the select tool with the spacebar. Select some code and drag it around. Notice that the VI titlebar STILL does NOT have the focus. Grab the titlebar and move the window around. Eventually the focus will come back. <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="881" HEIGHT="555" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0"> <PARAM NAME=movie VALUE="temp.swf"><PARAM NAME=play VALUE=true><PARAM NAME=loop VALUE=false><PARAM NAME=quality VALUE=low> <EMBED SRC="http://forums.lavag.org/index.php?act=Attach&type=post&id=3408" WIDTH=881 HEIGHT=555 quality=low loop=false TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED></OBJECT> Download File:post-2-1156911542.swf
  18. I agree with this one use case. The DAQ assistant express VI's are usefull because they allow code auto-generation of standard VI's. Very usefull for creating real applications.
  19. I don't use express VI's and I admit I was very dissapointed to see the file dialog function dissapear only to be replaced by an express VI. Perhaps more annoying than this is the fact that they added a new feature that is only available via a configuration page. I'm talking about the multi-select. So you think that if you break the express vi you will get the primitive with the multi-select as a wired input? Nope. You STILL have a property page. What's the solution? You end up creating your own wrapper that allows the wiring of the selection mode.
  20. There's a lot going on here that perhaps you haven't considered. When your app is an exe, how will you store the settings so that they can be recalled later? You probably need to save them to a config file and then read them upon startup. Also, you need to decide on a storage mechanism of your variables that is internal to your program. You can use a local variable as stated to read the array but then how do you pass it throughout your app? Wires and shift registers come to mind but you might want to consider functional globals. Here is a link to a post I made way back that has a working example code of what you might want to do:http://forums.lavag.org/index.php?s=&s...post&p=8956 Notice that, once the configuration panel is closed, the configuration is available from anywhere in the program via the functional global. If you look inside the functional global you will see a state that handles saving of the configuration. Here is where you would implement your preffered method of configuration saving so oan executable can read it. This design pattern may seem trivial but it works.
×
×
  • Create New...

Important Information

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