Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,214
  • Joined

  • Last visited

  • Days Won

    117

Everything posted by Michael Aivaliotis

  1. The library is still useful. But it can be useful and dead at the same time.
  2. So were the VIM versions ever incorporated into the latest OpenG?
  3. NI create directory does this already.
  4. I don't know if JKI is now managing the packages from within GitHub or if those are dead repos. I guess JKI should chime in to explain. For one thing. All the links to open.org are dead. So at least the packages need to be updated to remove that crap.
  5. Well, your comments are definitely valid for any tool distributed as a package. Not just OpenG. Also, for OpenG specifically, NI has started to incorporate some of the functionality of VIs from OpenG into the default distribution. There are numerous examples. It makes it even less attractive to use it. There are a handful of VIs in OpenG that I use that I wouldn't miss and could easily be replaced by creating replacements and dropping them into my own library. If there is no development or improvement of OpenG, then it becomes less useful and it just encourages people to roll their own. I think if there is to be any development of OpenG then it should be moved from SourceForge into a different repository system like GitLab or GitHub. This way others can contribute. That would be a good start.
  6. @0_o, thanks for the morning laugh! ? I guess I deserved that.
  7. In this thread, a user makes a suggestion for an improvement to an OpenG VI. Let's say we all agree and want to make changes to the OpenG ini VIs. Now what? What is the procedure to do this? How is this package managed and by whom? In this thread @rolfk states the original authors have moved on and the library is pretty much archived. On the other hand, JKI has migrated the OpenG code to LabVIEW NXG. So there is some interest to keep it alive. What is the state of the union on OpenG? How are changes and improvements made, then released? Is OpenG a dead library?
  8. Reminds me of the most recent Microsoft update bug. They had to pull it: https://www.engadget.com/2018/10/05/windows-10-october-update-1809-delete-data-wipe-user-profile/
  9. I'm sure if you request that from JKI, they could help. But last I recall VIPM typically installs the installer in: C:\ProgramData\JKI\VI Package Manager 20xx\updates\VIPM This might have changed, but try there. Also, if the setup isn't there, look for the vipm-update.aiu file in that area. It's a text file that includes a URL to the installer. PS: I don't work at JKI.
  10. So basically, if someone forgot to wire the error out. Gotcha.
  11. Thanks for the report. Can others reproduce this? Want to know if it's browser specific or associated with some other behavior.
  12. If you don't already have a systematic way to manage errors in your code and are relying on automatic error handling exclusively, then that's a problem. Automatic error handling has some limited usefulness early on in development perhaps, to detect areas of your code that are not plugged into your current error handling system. However you shouldn't depend on it exclusively for handling errors.
  13. The icon has a question mark but it's bold and solid. Not grey and dimmed. Missing VIs or nodes show up dimmed.
  14. Don't use the NI LabVIEW installer. Use the installer distributed from JKI. Uninstall VIPM then install it form JKI. Never use the NI installer for VIPM.
  15. Do people still use ini files? I mean XML, Json? What is the consensus. Should any effort be put into this? Yes, the MGI tool is way faster. Yes, I'm derailing this post...
  16. I was already subscribed and looked at what my podcast player (Apple podcasts) was using as the URL. So ya, I cheated.
  17. Well technically, an event frame is for user events. If you programmatically resize the panel (which is not a user action), then it's your job to tell everyone to fix themselves. Sure we could argue forever on that one point. But it seems much less hacky to send a panel resize cleanup message than to jiggle the splitters. Imagine someone trying to read your code and figure out why you're jiggling the splitters.
  18. Try this: https://anchor.fm/s/71f9ee0/podcast/rss Also, if you go to the podcast homepage on Anchor, click on the button that says: Listen in your favorite app.
  19. I assume you already have a mechanism to send messages to these sub-paneled VIs? Could you use that?
  20. Ya, that's strange. I tested it on chrome and safari and it looks fine for me. I notice the dots are working and the discussion round icon is dimmed. So it seems it's partially working, but not the bolding? What browser? Chrome?
  21. The scrollbar is behaving as it should. I suggest you create property nodes for the scrollbar and investigate the help on those. When you create a brand new scrollbar it sets the DocMax and DocMin to 10 and 0 respectively. It uses that as a reference if you don't set them yourself. So when the data fed to the scrollbar exceeds 10 then LabVIEW automatically adjusts the scrollbar slider width to handle the visualization of the larger data. LabVIEW also takes into consideration the actual width of the scrollbar as well. So if you stretch it out then the slider will resize larger accordingly. If you wanted to make the slider wider, then you need to set the PageSize property to be a certain fraction of DocMax. Since the default is probably 1, which will make the slider super-thin.
  22. Hmm, I'm not seeing this message myself. Try logging out and back in to see if it goes away.
  23. Which notification? Do you mean the "Something went wrong" message? So I think you are mentioning 2 issues. One is the message and the other is the incomplete profile step.
×
×
  • Create New...

Important Information

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