Coder Social home page Coder Social logo

gsharp's Introduction

* To start developing, use LabVIEW>>open, point to proj file (C:\Program Files (x86)\National Instruments\LabVIEW 2017\resource\Framework\Providers\addq\G#IDE\AddQ_G#IDE.lvproj). Do not use repo path, will lead to crosslinking.

* Password to the password-protected files of the IDE are found in Doc/PWG#.txt. Use the last password.

* For every change, edit /Installer/G# Framework ReadMe.txt

* Use LinkToRepo.bat (in the /Doc) to create a symbolic link to the G# repository from the installed locations of G#. Use UnlinkFromRepo.bat to unlink.

* To test changes, use "Doc/start LV instance 1.bat" to run a second instance of LabVIEW.

* To build a VIPM-installer, see the readme in the VIPM-folder. VIPM-files cannot link to anything inside the LabVIEW-folder.

* Project provider documentation is in Doc/NI

* Project provider community: https://forums.ni.com/t5/Developer-Center-Resources/Customize-the-LabVIEW-Project-Explorer-Using-the-Project/ta-p/3532774, https://forums.ni.com/t5/LabVIEW-Project-Providers/gp-p/bymqyodmkc. 

Checklist for a release. Mostly used by project lead.
 - G# Framework Readme-file:
  - Date and version 
  - Supported versions
  - Supported Windows/OS version
  - Copyright years, two locations in file
  - New framework version, new G# version?
 - Set version on G# and G# framework in LV
	- Framework: G#IDE.lvlib:SupportLib.lvlib:Version.vi
	- G#: G#Object.lvclass:G#Object_GetRootClassVersion.vi
	- G#: G#Object class file: Provider_TemplateVersion property
 - Set copyright year.
	- G#IDE.lvlib:SupportLib.lvlib:Dialog_VersionInformation.vi
	- Readme-file
	- License text in installer "G# Framework ReadMe.txt"
        - G# Framework\vi.lib\addons\_AddQ\G# BSD license.txt
 - Check crosslinking. Open G#IDE-project and check paths . All files must be saved linking to this location.
 - Manually check every change in the changelog
 - Run tests in Verification folder.
 - Use VIPM to create installer. See readme in VIPM-folder
 - Project provider “bootcamp” for uploading to NI Tools network. 
 - https://basecamp.com/2299158/projects/4706160/
 - Use this form to upload new installer or make changes on tools network: https://form.jotform.com/72135974330960
	(labview tools network contact: [email protected])
 - 
 - Make an announcement on the G#-forum
	https://forums.ni.com/t5/G/gp-p/5049?profile.language=en

gsharp's People

Contributors

materiaddq avatar niusegit avatar tholsan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gsharp's Issues

Cannot create property when accessor exists

Steps to reproduce: Create a class with one attribute. Create a property but with just one accessor. Open Create Property dialog again. the "Create Property" button is disabled and cannot be enabled by choosing accessor or anything. A warning "No attributes exists" is also displayed.

Expected behaviour:

  • Select the possible accessor to create.
  • Disable the already created accessor button (Set/get)
  • Do not warn
  • Enable Create Property button

It would be even better if the scope was settable for both accessors individually to begin with.

Error 1055 overriding VI without error terminals

Create a method in a class and remove its error terminals. Create a sub-class and create a method and select to override the mehotd without error terminals. Error 1055 will occur.

Error 1055 occurred at Property Node in G#IDE.lvlib:ScriptingLib.lvlib:CopyControlsFromTmplVI.vi->G#IDE.lvlib:ProviderG#100.lvclass:CreateMethod.vi->G#IDE.lvlib:AddQ_Item_OnCommand.vi->G#IDE.lvlib:AddQ_Item_OnCommand.vi.ProxyCaller
State: ResizeFP

Possible reason(s):

LabVIEW: (Hex 0x41F) Object reference is invalid.

Cannot clone method from class with same name as destination but in different lvlibs

Steps to reproduce: Create new project. Create two lvlibs. Create two classes, one in each lvlib but with identical class-names. Create a method in one class and try to clone it to the other class.
Issues:

  • The Create-buttons will be greyed out without explanation.
  • The classes available to clone to are listed without namespace (lvlib-name)
  • The source class is included in the list of available classes to clone to (even if it is not originally selected)

Error 1055 when setting library icon

Error 1055 occurs if trying to set a library icon on a library that contains a G#-class. It works with libraries containing native classes.
skarmklipp 2018-11-30 09 24 03

Steps to reproduce: Create a library, add a G#-class, edit library icon, apply. Poof!

Error 1051 when creating a class with a name that already exists in memory

Right-click>Create Class. Name it to a name of a class that already exists. The "Create Class" will be greyed out, but at this point, change the template type (to native e.g.), and then just add a character to the name and delete it again, and the "Create Class" is no longer greyed out. Click "Create Class", then this error appears:

skarmklipp 2018-10-09 13 56 21

Language tag

Trying to find this addon it's listed as HTML, not LabVIEW.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.