Jump to content

asbo

Members
  • Posts

    1,256
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by asbo

  1. No, LabVIEW doesn't have any native PDF support.
  2. I would use something like GSpot to actually confirm the video data is encoded the same. Failing that, you're going to have to elucidate as to what "work" and "doesn't accept" really mean in your situation.
  3. I don't use it at work, but another project I have setup uses git + redmine. Redmine processes commits at a specified interval and will act on specific comments in a commit (e.g., "Fixes #37"). Pretty neat. At work, we typically use the SharePoint issue tracker and SVN, but the two don't work together at all. Not sure if it's even capable of such, either.
  4. Just messed with it and ended up with the same solution you had. For whatever reason, I don't think you -can- delete them.
  5. If you're daring, you might try just a repair, but typically a fresh install is the safe way to go.
  6. Weird that so many people have problems with Excel. Some of the work I've done was with a toolkit, but using a plain ActiveX interface wasn't all that complicated for my uses, but then I kind of find that sort of automation "fun".
  7. I don't understand the significance of not having additional installers. Ohh, I see now. Yeah, it sounds like it's re-install time. That was a brand new build specification, right? Have you tried rebooting, just out of curiosity?
  8. Ohhh, right, I'd forgotten. I bet you're looking forward to IE8 in 2013!
  9. This is straying OT, but I've never heard of that - why?
  10. 1) I think the forum software was upgraded in the last 24h, based on this post. (For the record, I don't see the buttons you're talking about!) 2) Browsing from the 'View Unread Content' link (since the RSS isn't by-post anymore ), posts are getting marked read for me (Win7/FF3.6.3). Why are you still using IE anyway!?
  11. Actually, they're just purging all that useless information they stockpiled ...
  12. Before re-installing LV, you might try just recreating the build anew.
  13. Very much so. If there are people who like it, though, I don't see the harm in a threads-only feed.
  14. If you're allowed to, you should post the VI so that other people can eyeball it as well.
  15. I'm having this issue as well. Moreover, I *think* I'm only getting RSS items when a new thread is started, not on every post.
  16. Have you looked up the IShellLink interface? There's probably a third-party commandline interface available somewhere if you look hard enough.
  17. Make sure you're in the OK Button: Value Change case, then right-click the event structure and select "Edit Events Handled By This Case ...". In that dialog, there will be a checkbox for locking the front panel.
  18. A combination of two primitives does exactly what you're looking for.
  19. Citing an admittedly aged nugget (so it doesn't explain any performance gain in LV2009) VA are stored in a red-black tree so lookup is pretty speedy; arrays, on the other hand, must be searched sequentially.
  20. Could your device be interpreting 0x0 as its termination character?
  21. No crash here either. Try poking around in MAX (maybe export what you have and then wipe the slate clean) and see if that provides any enlightenment.
  22. You might consider just pointing Darren's tool at your National Instruments directory.
  23. In a temporary moment of clarity, I have realized I was pressing CTRL+Shift. Cool tip!
  24. Doesn't seem to do anything for me (LV2009) ...
  25. From my understanding, the difference here is that you're pulling from a template, not dropping new components. If you can find where those templates are stashed on disk, you should be able to open them up, untick autogrow, and save them back. Thereafter, no more autogrow!
×
×
  • Create New...

Important Information

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