キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

Converting Controls to Silver

You can use this to simplifiy conveting controls in a VI to the silver style.

メッセージ1/12
10,292件の閲覧回数

A much improved version.  Unfortunately Undo/Redo doesn't work most of the time; something is deleting the transactions, ans I haven't figured out what.

 

0 件の賞賛
メッセージ2/12
10,223件の閲覧回数

Now with undo/redo working (and a few other enhancements & bug fixes).

Getting the undo/redo to work required some terribly kudgey code to replace the 'GetImage' method.

メッセージ3/12
10,192件の閲覧回数

Have you placed this on the Community pages at all? If not, consider creating a document in the User Interfaces interest group.

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 件の賞賛
メッセージ4/12
10,188件の閲覧回数

What are the community pages?

0 件の賞賛
メッセージ5/12
10,153件の閲覧回数
Go to the NI Developer Zone and find the Community pages there.
Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 件の賞賛
メッセージ6/12
10,142件の閲覧回数

Bugs fixed:

    Controls on tab controls were not showing up in the list

    With clusters that had autosizing turned on, the positions of the controls inside were being corrupted

 

Enhancements:

    Save button

    Save As button

 

メッセージ7/12
10,107件の閲覧回数

This has got to be one of the coolest things I've seen done in labview.  Honestly this kind of stuff should be baked into labview whenever they add new versions of controls.  Thanks for your hard work, we love it!

0 件の賞賛
メッセージ8/12
9,605件の閲覧回数

Very neat congradulations on your work.  I think it should be mentioned that there are several Private functions used in this.  While this doesn't mean bad things will happen, just know that the functionality of these methods may change without warning between versions, and you won't get support from NI if  your application uses this and has problems.

0 件の賞賛
メッセージ9/12
9,593件の閲覧回数

I've also got this Silver Conversion Tool for Quick Drop that isn't quite as automated, but is still pretty handy. The only private functionality it calls is setting the FXP type info on Fixed-Point numerics. In the tool posted above, the Get Property/Set Property stuff is clever, but quite susceptible to being affected by changes in LabVIEW between versions.

0 件の賞賛
メッセージ10/12
9,575件の閲覧回数