Jump to content

Mike King

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Mike King

  1. Antoine, sorry for slow replies.  I've been working still on some updates, but haven't pushed it back to previous versions yet, just limited in time, so mostly want to develop it, not port back, I've been hoping someone else would help contribute and could put a release back in previous versions, but alas.  Just keep an eye on the github project, I'll see if I can get to it there sometime.

  2. MikaelH, 

     

    Yes the date column sets up a date value type right now, but no date picker.  The picker can be done as you say, its a lot more involved though handling custom cell or column templates since there is much more event integration to handle the class differences. Date validation would be nice to add first I think, but certainly the date picker would be the best. Read more here:

    https://msdn.microsoft.com/en-us/library/7tas5c80.aspx

  3. Have you considered making it an XControl so it is a drop in replacement?

    I haven't because I've really always hated XControls for there bugginess, troubleshooting difficultly and the fact that most people don't or can't develop them well.  I've always hit performance problems with them as well when handling large data and I think the instancing of .NET controls may just add to that in an XControl.   I'm not saying its not possible or even a good idea, just that I don't care to do it myself.  You could certainly contribute that though if you're better in XControls than I am.

     

     

    Great work, I realy love it.

    Thanks, please add any ideas or thoughts if you test it out more closely then.

    • Like 1
  4. Thought of a couple more,

    If you use the autowire tool, you can change the tool between the hand and text over many controls (such as enum types) by pressing shift and ctrl instead of just clicking it which usually just selects the items.

    Also, ctrl-A will perform the last align that you did again. So, if you align some stuff on the left, select new items, ctrl-a will realign the new items again on the left.

    ctrl-d does the same but for the distribute option. very handly.

  5. I have attached what I am using for my SCC menu in LabVIEW 7.1.1. I have added my own items at the top of the menu. Actually the OpenG commander utilizes this as well.

    panaman, didn't see this attached, but would love to know how to do this. Please add details or pm it to me. Thanks.

    My tip is for the icon editor. Anything in the clipboard (image, text, control) can be pasted intot he icon editor and automatically sized to fit if you have a cut rectangle already set. Perfect for scaling things into place without doing it in an image editor. not perfect, but very usefull.

×
×
  • Create New...

Important Information

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