Jump to content

Jim Kring

Members
  • Posts

    3,905
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by Jim Kring

  1. QUOTE (Michael_Aivaliotis @ May 31 2008, 12:39 PM) I still get a blank screen when I try to view any of my PM messages.
  2. [cross-post] I'd like to challenge developers at NI to find more ways to incorporate stand-alone (built) LabVIEW applications into their internal systems and processes. Here's a Thinking in G article that explains why: A Challenge to NI: Use your Application Builder I hope you enjoy it Thanks, -Jim
  3. I'm not so sure that's Nevada -- look closer.
  4. I was hoping to see LabVIEW and some NI Hardware on their instrumentation photos page, but didn't notice anything:
  5. QUOTE (Justin Goeres @ May 23 2008, 10:19 PM) ...and that you know what a "meme" is
  6. Congratulations, AQ, and thank you for your many valuable contributions to LAVA and LabVIEW. The LabVIEW community wouldn't be the same without you
  7. Mikael, Thanks for the response. > I guess you have to use some windows API to get the content of the dragged file. Yes, that's the missing link. T_Schott, > i use the following events to check the file content: Thanks for posting your solution. However, this is using a listbox as the drag source -- I'm interested in using Windows File Explorer (the OS) as the drag source. Cheers, -Jim
  8. [cross-post] I want to be able to detect that a user has draged a file into a path control, before they actually drop it. I can get the drop event, via that Value Changed event for the path control, but I need to know about the file path before they actually drop it (i.e., drag enter/over). Is there any way to do this? Perhaps by using some Windows API functions? Thanks, -Jim
  9. QUOTE (crelf @ May 20 2008, 01:43 PM) If 'ifs' and 'buts' were candy and nuts...
  10. QUOTE (jgcode @ May 20 2008, 09:15 AM) Hi JG, It's important to keep in mind that "licensing" software (what people agree to do) and "enforcing/managing licensing" (a.k.a. "activation" or what you try to make people do) are two seperate beasts. I can't go into how VIPM works, beyond what's in the documentation. What I can recommend is that, when you feel you are ready for a software activation system, you look for an off-the-shelf solution or keep your system as simple as possible. Remember, most of the time you should only be trying create a system that lets honest people easily/painlessly comply with your licensing terms. Most of the time, your energy is better spent on (1) creating a great software product that people will want to use and tell others about and (2) making it very easy for people to give you money. Only after you solve those two challenges, is there much value in trying to enforce licensing terms. Cheers, -Jim
  11. QUOTE (Bryan @ May 20 2008, 04:47 AM) Congratulations, Bryan! And, welcome to the club :thumbup:
  12. Jim Kring

    Alfa String

    I'll throw another log on the fire... Paul Graham just published a new essay, this month, called Lies We Tell Kids. The "Identity" section describes how religious identity, beliefs, and lies are all intertwined in a way that propogates modern religions.
  13. QUOTE (Val Brown @ May 16 2008, 10:20 PM) By copying the repository in Windows File Explorer you *might* possibly corrupt the new copy, but I can't imagine that you would corrupt your repository. You can avoid problems by using the svnadmin dump command. Here is a high-level tool that might help you (but I have no experience with it): http://www.systemwidgets.com/Downloads/FreeDownloads/SVNBackupWidget/tabid/73/Default.aspx' rel='nofollow' target="_blank">SVNBackupWidget.
  14. QUOTE (Val Brown @ May 16 2008, 05:07 PM) Hi Val, For a one person, such as yourself, I would recommend setting up a local subversion repository and regularly backup the local repository onto your external drive/server. A while back, I wrote an article about how do this, using TortoiseSVN: http://thinkinging.com/2007/04/12/creating-a-local-subversion-repository-with-tortoisesvn/' rel='nofollow' target="_blank"> Creating a local Subversion repository with TortoiseSVN Cheers, -Jim
  15. QUOTE (gmart @ May 16 2008, 01:44 PM) > I understand SVN's development model is different. In general have you worked with an IDE (not client like Tortoise) that doesn't get in your way when using SVN (for example, Visual Studio)? Take a look at any of the Java and/or open source IDEs: e.g., Eclipse, Apple XCode, NetBeans. > Is the check in/out model such an impediment that even with the third-party SVN plugin for LabVIEW, you feel your productivity is diminished? Ya, pretty much.
  16. QUOTE (gmart @ May 16 2008, 10:30 AM) Omar mentioned that he was using TortoisSVN, so I'd assume (actually, I know) he's using Subversion. Using subversion with LabVIEW's SCC provider is like swimming against a current. Subversion wasn't designed for the check-in/check-out development model that LabVIEW and SCCAPI assumes, and there is no native support for Subversion. You have to use a third-party SCC API adaptor. All this just gets in the way of things, IMO.
  17. QUOTE (Michael_Aivaliotis @ May 12 2008, 04:11 PM) Library members can be any file type. Ya, that's confusing.
  18. QUOTE (Michael_Aivaliotis @ May 12 2008, 03:35 PM) Looks like you're doing a source distribution and not excluding some libraries in vi.lib.
  19. QUOTE (Yen @ May 12 2008, 11:38 AM) Old? I only turned 0x20 years old in March
  20. QUOTE (Bryan @ May 12 2008, 11:15 AM) Congratulations, Bryan. Yen, I think OpenG Commander might look more like this http://lavag.org/old_files/monthly_05_2008/post-17-1210617048.png' target="_blank">
  21. QUOTE (Bryan @ May 12 2008, 05:46 AM) OpenG Commander? What's that? Do you mean VI Package Manager? There are some useful base 64 VIs inside the OpenG SMTP library, here: http://wiki.openg.org/OpenG_Internet_Connectivity_Tools Thanks, -Jim
×
×
  • Create New...

Important Information

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