sam
-
Posts
148 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Downloads
Gallery
Files posted by sam
-
String AutoComplete
By sam in User Interface
Copyright © 2006, Sam Behashtei
All rights reserved.
Author:
Sam Behashtei
--see readme file for contact information
Description::
In most modern application, in web based application, the user input Textbox, or (String-Control) have the ability to Auto-Complete the words being typed. This utility helps the programmer give the Auto-Complete behavior to a LabVIEW String.
Version History:
1.0.1:
The mechanism to store suggestion list has been changed.
1.0.0:
Initial release of the code.
2,114 downloads
Updated
-
Data Repository with INI files (not a Source-Code-Control)
By sam in Database & File IO
Copyright © 2006, Sam Behashtei
All rights reserved.
Author:
Sam Behashtei
--see readme file for contact information
Description:
Data.vi V1.0.0
LabVIEW Versions 7.0,7.1
The purpose of the VI is to demonstrate how to save all your application’s parameter in one central INI file. Using this method will reduce errors and eases debugging.
This Data VI has the following functionality
1: Can be used as a Central Data Repository for your Application.
2: It allows access to the Data via SET/GET method.
3: It uses semaphores to stop any race conditions and (concurrent SET access to data)
It will allow parallel "READ-ONLY" access to the Data.
4: A Function to Save all of the DATA to an INI file.
5: A Function to Load a previously saved Data from the INI file.
Library Dependency:
OpenG: oglib_variantconfig-2.6-
OpenG: oglib_lvdata-2.5-1
http://web.archive.org/web/20071205114227/http://www.openg.org/
Version History:
1.0.1:
Added LabVIEW 7.0 code.
1.0.0:
Initial release of the code.
1,322 downloads
Submitted