Jump to content

[CR] JKI Progress Bar Dialog


Recommended Posts

index.php?app=downloads&module=display&section=screenshot&id=25

Name: JKI Progress Bar Dialog

Submitter: [/url]

Submitted: 02 Jul 2009

Category: User Interface

LabVIEW Version: 7.1

License Type: BSD (Most common)

Copyright © 2006, James Kring, Inc.

All rights reserved.

Author:

Michael Aivaliotis

Instructions:

This code has been tested to run under LabVIEW 7.1.1. It will probably work on any newer versions but it has not been tested. Just unzip the code into any folder of your chosing and open the example called, JKI PBD Example.vi. This shows a typical use case where you want to pop-up a non-blocking dialog within a process loop and display a message and updated text from a parallel running task. In addition, you can pass a max value and updated progress value and the dialog will automatically present a percentage complete progress bar.

Features:

- Contains an abort button on the dialog that can assist in aborting a running process.

- You only need to pass the total number of tasks\items and the dialog automatically calculates percent complete.

- Can specify a limited preset amount of progress images via the "animation" selector

- Can update the status messages and progress in real-time after the dialog has been launched.

- Setting an animation value of 0 disables animation and displays only text.

- Handles being built into an application

- The dialog is not modal when run in the development environment however it becomes modal when built into an executable.

Version History:

1.0.0:

Initial release of the code.

Click here to download this file

Link to comment
  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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