Jump to content

Jim Kring

JKI Team
  • Posts

    2,200
  • Joined

  • Last visited

  • Days Won

    105

Everything posted by Jim Kring

  1. Hi @Ruslan. A you're noticing, changing the colors so that they look good is a little bit tricky. There is a Boolean Control property you can write to called "Colors [4]" (which is an array of 6 elements, for buttons with hover effects). The 6 elements are: False Color True Color False to True Color True to False Color Hover While False Hover While True Depending on how you're using the button, you'll want to set these colorings appropriately.
  2. Hi Bob. Error 8 is a file permission error. Please try this: 1) shut down LabVIEW 2) Go into VIPM and install EasyXML 3) Wait for VIPM to start LabVIEW, and then see if EasyXML installed OK If that doesn't work, retry the above steps, but launch VIPM as Administrator -- try it first with VIPM launched normally. Please let me know how that works for you.
  3. That's very interesting and odd. I haven't been able to reproduce this on my end, and I don't know if I've heard anyone else complain about this. I guess it could be due to some dependency. The JKI Design Palette is built into a PPL, so it should be pretty well isolated from such problems. When that happens, can you try opening the design palette manually (using File >> Open) and see if it's broken and if there's any useful information about why it won't run?
  4. Thanks, @kosist! This will be fixed in the next release! I see you found the CTL file. You can modify and save that file, and it should work for you. Here is a fixed file, in case you need it: Boolean--Add-Plus-Transparent-Button-(flat).ctl You can replace the existing/buggy file in the "<LabVIEW 2017>\resource\JKI\Design Palette\Themes\JKI Flat UI 2.0" folder so that this new fixed one will show up in the Design Palette.
  5. I'll follow up with you by email, regarding how to do this.
  6. Hi there. In these cases it's either because the Installation ID had a typo when copied/typed into the web dorm or a different email address was used (or there was a typo). Please double check that, and let us know if it's still not working.
  7. I just checked and it looks like there's one digit missing in your Installation ID data. I'm trying to figure that out, and have sent you an email to try to resolve it. Please reply to that email.
  8. Hi Sebastian. I'm pretty sure the only way to change this is by tweaking the menu color settings in Windows. So, if your customer is willing to do that for all Windows applications, then that could be a good solution. There are some other LabVIEW users who have discussed this here: https://forums.ni.com/t5/LabVIEW/ring-selection-label-appearance-customization/m-p/3259968#M950846 I wish I had a better solution for you. Maybe someone else can think of one.
  9. Hi @kosist Thanks for reporting this issue. Here is a fixed version you can download: Boolean--Settings-Configure-Options-Gear-Cog-Button-(flat).ctl We will include this fixed file in the next release. In the meantime, you can replace the existing/buggy file in the "<LabVIEW 2017>\resource\JKI\Design Palette\Themes\JKI Flat UI 2.0" folder so that this new fixed one will show up in the Design Palette.
  10. Hi @Alfredo_Figueroa. Yes, you can programmatically set the Colors[4] property, which is an array of 6 elements. The last two elements are the hover colors for the TRUE and FALSE states (or maybe vice versa -- can't recall order off the top of my head).
  11. Great. Glad you found a workaround that suits your needs.
  12. Hi Roger, When you purchase VIPM Pro, it is a perpetual license. VIPM 2018 Pro will work with LabVIEW 2018 forever. However, if you purchase an upgrade to LabVIEW 2019 from NI, then you'll also need to purchase an upgrade to VIPM 2019 Pro. It sounds like that feels unfair to you, and I'm sorry. As I mentioned, on JKI's side, it is investing effort to keep VIPM interoperable with new releases of LabVIEW (and Windows OS), so it seems reasonable to charge for VIPM Pro interoperability with newer releases of LabVIEW. That's the world we live in, now -- things are changing constantly, and software vendors must progress to more of a subscription model, for new releases, to keep everything working correctly. The alternative is to be unprofitable and end of life a product or go out of business, which would be bad for the users who depend on the software. I hope that makes sense and sorry if it still feels unfair. I long for simpler times, too. -Jim
  13. Thanks for reporting this, Antoine. We just released 1.0.4.193 and it should be available in VIPM shortly.
  14. Hi Roger. JKI has to do a lot of work to keep VIPM working well with newer versions of LabVIEW. I'm sorry that charging for support and major upgrades doesn't feel fair, yet we've got to keep the lights on. 💡
  15. JKI Design Palette 1.0.4 is now available with Display of Selected Control Name at Top of Palette, Usability and Cosmetic Improvements, and more... This builds on the 1.0.3 release and all users are encouraged to upgrade. Release Notes: Display of Selected Control Name at Top of Palette - Name of the selected/hovered control is displayed at the top of the Design Palette, so that it's easy to see the name of the items Usability and Cosmetic Improvements: Double-clicking search string selects all text in the search string (typical/expected behavior), so that it can be quickly replaced with a new search Improved refresh of palette when installing and uninstalling themes, so that one doesn't have to restart LabVIEW after installing/upgrading a theme Minor cosmetic improvements to the selected control red frame (grey when tabbing, red when selected for drop), so that it's more visually appealing/usable Improved drop of selected control (can now click to drop, in addition to drag and drop), so that it selecting and dropping controls works more smoothly Download and Installation: Option A - Download and install with VIPM Option B - Run the JKI Design Palette (Tools >> JKI Design Palette) and click the Updates button on the navbar.
  16. JKI Flat UI Controls 2.0.1 is now available with New Controls and Various Improvements (functional, cosmetic, and search)... This builds on the 2.0 release and all users are encouraged to upgrade. Release Notes New Controls - Text Only Button (“Blank” Button with no Icon -- just text) - File Open Button (120x40 button with File Icon and "Open" text) - File Path Control with folder icon for browse button (in addition to one with a plus “+” icon) - Borderless Cluster (with very small border/edge, which is nice for making arrays of items where extra visual space between elements is not desired) - System Cluster (uses a system recessed frame as cluster border) - System Array (uses a system recessed frame as the array border and a system numeric as the index display) - VISA Resource (looks similar to the existing Flat UI Controls 2.0 Combo Box) Functional Improvements - Mechanical actions of all buttons set to “Latch When Released” (since it tends to be the most commonly used) - String control is now resizable (Removed extra string controls) - Numeric control is now resizable (removed extra string controls) Cosmetic Improvements - Fixed text size and font of combo box control’s display and drop-down list - Improved drop shadows of buttons (it’s a little sharper looking now) - Set all label colors to be consistent across the theme (122,122,127) - Fixed inconsistencies in font size in various controls Search Improvements - Added some some tags to controls for improved search-ability - Added “Flat” tag to all Flat UI Controls - Added “button” tag to all buttons - Fixed typo on “Transparent Boolean” control Download and Installation: Option A - Download and install with VIPM Option B - Run the JKI Design Palette (Tools >> JKI Design Palette) and click the Updates button on the navbar.
  17. HI Gregor, Thanks for posting here. It's my fault that your support request didn't get responded to, in time. I'll follow up with you directly, to make sure you get what you need. -Jim
  18. In version 1.0.3 we've added System Arrays to the "System" theme of the JKI Design Palette. There are two different System Arrays arrays. 1) There's one with a "System Spin Control" for the Index Display (with increment and decrement buttons), which is nice because it's similar to the other array controls (Classic, etc.) 2) There's another one with a "System Numeric" for the Index Display (without increment and decrement buttons), which is nice because sometimes you don't want/need the increment and decrement buttons. These are really useful for creating nice System themed UIs with controls like the ones shown below. Have fun!
  19. In version 1.0.3 we've added a feature, New Design Tip Notification, that will show you when new design tips and articles are available from JKI, which will help you develop lots of skill in creating professional-looking user interfaces! We're planning to post more tips over time, so we hope you find this useful. Here's how this new feature works... When new tips are available, a small badge will show over the Info button (as shown below). Clicking the Info button will show you the tips inside the Information Dialog. New tips are highlighted with the "New Tip!" heading above the tip image. And, the number of remaining, unread tips is shown next to the "Get a new tip" button/link. Note: When you click the Information ("i") button to open the Information dialog, the badge will disappear until a new tip/article is available or you restart LabVIEW. Enjoy!
  20. JKI Design Palette 1.0.3 is now available with New Design Tips Notification, System Arrays and Cluster Improvements, and more... This builds on the 1.0.2 release and all users are encouraged to upgrade. Release Notes: New Design Tips Notification - Information button on toolbar shows the number of new/unread design tips and articles from JKI! System Arrays and Cluster Improvements - We've added System Arrays and improved the System Cluster controls (in the System Theme)! Other minor improvements... Download and Installation: Option A - Download and install with VIPM Option B - Run the JKI Design Palette (Tools >> JKI Design Palette) and click the Updates button on the navbar.
  21. Hi Antoine. Thanks for reporting this. Yes, the Design Palette intentionally ignores VIs running in any NI.* context because these are typically VIs running as UIs for developer/IDE tools. I'm glad you have a work-around for this use case, since I'm not sure if we want to change this behavior, since it could have lots of negative side effects, yet we'll certainly keep this custom build actions use case in mind for the future.
  22. Hi Ivan, Thanks for testing. Sorry it's not working for you. I wonder if it's a permission issue, like maybe it was installed with VIPM Running as Administrator (with launched and ran LabVIEW as administrator) and the installed files are no longer accessible to LabVIEW after restart and no longer running as administrator. Which version of Windows are your running? What happens if you uninstall and then re-install DP? Can you install older versions DP? -Jim
  23. Glad you solved it! 🙂 Hope it's working well for you, now.
  24. Question: Many users have asked how they can install Flat UI Controls 2.0 on a computer which has no network access. Solution: The attached VI Package Configuration (VIPC) file contains everything you need to install the Flat UI Controls. Download it and then double-click ("Apply") it to install both the JKI Flat UI Controls 2.0 and JKI Design Palette. Download: JKI Flat UI Controls 2.0.1.28.vipc Note: There may be a newer version of either the JKI Flat UI Controls 2.0 and/or JKI Design Palette available (you can check for pinned posts in those forums for announcements). If you want a newer version than what's available, here, please post a reply to this topic to let us know you'd like a newer version.
×
×
  • Create New...

Important Information

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