Jump to content

crelf

Members
  • Posts

    5,759
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by crelf

  1. Want to jazz up your #labview user interface? A @lavag member has uploaded a gah-zillion custom front panel controls! http://bit.ly/rnVcpP

  2. Do you have the build chekc box that includes custom error codes checked? I'm not sure if you need any of the custom error codes installed on your development PC - unchecking that might be a workaround. No idea on hte root cause though...
  3. Oops - sorry, I stand corrected: yes, notifyicon works fine for me on XP - I was thinking about something else. Move along people, nothing to see here.
  4. Can't imagine you're going to find anything - if your device is flaky at times, then dead reckoning might be your best bet. You can make it more robust by dead roeckoning way back to the base menu (or whatever it is) but knowing the depth of the deepest menu you ever enter (or that exists < safer) and escaping (or whatever) that many times to the base menu, and then renavigating back in from there. Horrible, yes, robust, mostly. Unless you can tell us what the instrument(s) are that you're looking at, that's about all I think I can offer.
  5. I had issues using notifyicon on XP - I couldn't get it to work.
  6. Find out why @lavag members go to NIWeek: http://bit.ly/nGUkXh

  7. What do you mean "you people"?!?! Oh, they're all LAVA members... https://decibel.ni.com/content/groups/niweek-2011/blog/2011/07/19/why-do-you-come-to-niweek
  8. I think that might be an option for distribution, but not development (eg: can't handle methods in SCC).
  9. User access strategies - how to make sure the right people have access to only what they need in your #labview app: http://bit.ly/pT7Hy8

  10. We use active directory - you can create groups, and add memebers to thsoe groups: then query the groups for their members - if the logged on user belongs ot the group, then enable the functionality. This is beneficial for several reasons, including the ability to decouple "admin"-like functions from actual software application admins and local (or network) PC admins (these two groups are rarely the same, so there's little reason to couple them), and also that you can manage user access remotely using native controls (I know ppl often shy away from asking their IT departments to do anything, but all they need to do is create the groups, and give you permission to add/remove people to/form them). It's simple, and it's easy to control.
  11. Message Routing Architecture - download & discuss: http://bit.ly/p8OmiR

  12. Moderator's Note: mballa's Message Routing Architecture post was moved to its own thread here.
  13. Listen to senior LAVA members talk about the must-see things at NIWeek 2011: http://bit.ly/omJxwy

  14. Is s #labview variant attribute list always sorted? http://bit.ly/oKZvcm

  15. If you're worried about an undocumented feature going away, why not just add a sort after the read?
  16. 10% off coupn code: SHAREMEOFFER
  17. #labview LVOOP class mutation history explained: http://bit.ly/pTrjRF

  18. I'd agree, but I feel that you should use the best tool for the job. Storing complex data as XML (whether using the built-in XML functions or the super awesome JKI EasyXML toolkit <- if you haven't tried it, get a demo copy and check it out) certainly fits the requirements of a lot of use cases, but one thing I like the class mutation history for is when I have a bunch of classes (let's call them plugins) that grow over the years, and now I want to add something to the class and/or deprecate something else, because my plugin interface needs to change - the mutation history can certainly help. I'm not saying it's perfect (eg: typedefs), but if you know that your class structure will change (eg: an app that's going to be in service for a looooooong time, with many new plugins coming online relatively regularily) then, with proper planning, it's a good choice.
  19. I just ran a few tests - I can't see what the problem is
  20. Neat! #labview Unbundle Cluster Array XNode - download & discuss: http://bit.ly/qZD5m2

  21. Tru dat! Unfortunately, getting to and from the Salt Lick is a problem. The Block (Diagram) Party is the official opening of the exhibition (downstairs in the Expo Hall), where you can wander the booths and have a few beers. From last year's NIWeek blog:
  22. Vote now for the First-Ever #labview Graphical System Design Achievement Awards Community’s Choice Award Winner http://bit.ly/nyhWIP

  23. Cranky, yet you continue to remain polite - you must be English.
×
×
  • Create New...

Important Information

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