├── .cspell.json ├── .github ├── ISSUE_TEMPLATE │ └── issue-template.md └── workflows │ └── main.yml ├── .gitignore ├── .linkcheck.json ├── .markdownlint.json ├── CODEOWNERS ├── CONTRIBUTING.MD ├── Call3rdPartyWebService ├── .cache │ └── Call3rdPartyWebService.gwebprojectcache ├── Builds │ └── WebApp_Default Web Server │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ └── version.json ├── Call3rdPartyWebService.gwebproject ├── Readme.md ├── WebApp.gcomp │ ├── WebApp.gcomp │ ├── index.gviweb │ └── support │ │ ├── Get Earthquake Count.gviweb │ │ ├── Get Earthquake Info.gviweb │ │ ├── Get Earthquake Location.gviweb │ │ ├── Get Map URL.gviweb │ │ └── Get Recent Earthquakes.gviweb ├── WebApp.lvdist └── readme_files │ ├── HTTPGet.png │ ├── Indicators.PNG │ ├── Screenshot.gif │ └── UnflattenJSON.PNG ├── CallJavaScriptFromAWebVI ├── .cache │ └── CallJavaScriptFromAWebVI.gwebprojectcache ├── Builds │ └── WebApp_Default Web Server │ │ ├── Calculator Library │ │ └── javascript │ │ │ ├── Add.js │ │ │ └── Multiply.js │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ └── version.json ├── Calculator Library.gcomp │ ├── Calculator Functions.jsli │ ├── Calculator Library.gcomp │ └── javascript │ │ ├── Add.js │ │ └── Multiply.js ├── CallJavaScriptFromAWebVI.gwebproject ├── Readme.md ├── WebApp.gcomp │ ├── WebApp.gcomp │ ├── index.gviweb │ └── support │ │ ├── Compare Add.gviweb │ │ ├── Compare Multiply.gviweb │ │ └── Format Console Log.gviweb ├── WebApp.lvdist └── readme_files │ ├── JSLI.png │ ├── Screenshot.gif │ ├── log.png │ ├── nodes.png │ └── project.png ├── CallLabVIEWWebService ├── .cache │ └── CallLabVIEWWebService.gwebprojectcache ├── Builds │ └── WebApp_Default Web Server │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ └── version.json ├── CallLabVIEWWebService.gwebproject ├── Readme.md ├── WebApp.gcomp │ ├── WebApp.gcomp │ ├── index.gviweb │ └── support │ │ ├── Observed Data and Fitted Curve.gviweb │ │ └── Set Signal Parameters.gviweb ├── WebApp.lvdist ├── WebService │ ├── AddCORSHeaders.vi │ ├── AddNoise.vi │ ├── ParametricCurve.vi │ ├── ParametricCurveData.vi │ ├── SignalAndSpectrum.vi │ └── WebService.lvproj └── readme_files │ └── Screenshot.gif ├── CallSystemLinkDataServices ├── .cache │ └── Call SystemLink Data Services.gwebprojectcache ├── Basic Data Services.gcomp │ ├── Basic Data Services.gcomp │ ├── LabVIEW Examples │ │ ├── LabVIEW Examples.lvproj │ │ ├── Library.lvlib │ │ ├── Simulate Temperature.vi │ │ ├── Subscribe To Messages.vi │ │ └── Write Tags.vi │ ├── Read TDMS Data.gviweb │ ├── Read Tags.gviweb │ ├── Read Write Messages.gviweb │ ├── demo.tdms │ └── index.gviweb ├── Basic Data Services.lvdist ├── Builds │ ├── Basic Data Services_Default Web Server │ │ ├── NI.SL.Configuration │ │ │ └── NI.SL.Configuration.upgrade │ │ ├── NI.SL.File │ │ │ └── NI.SL.File.upgrade │ │ ├── NI.SL.JSON │ │ │ └── NI.SL.JSON.upgrade │ │ ├── NI.SL.Message │ │ │ └── NI.SL.Message.upgrade │ │ ├── NI.SL.TDMReader │ │ │ ├── Error Cluster From TDM Error Code.gvi.strings.xml │ │ │ └── NI.SL.TDMReader.upgrade │ │ ├── NI.SL.Tag │ │ │ └── NI.SL.Tag.upgrade │ │ ├── NI.SL.Utilities │ │ │ └── NI.SL.Utilities.upgrade │ │ ├── Read TDMS Data.html │ │ ├── Read TDMS Data.via.txt │ │ ├── Read Tags.html │ │ ├── Read Tags.via.txt │ │ ├── Read Write Messages.html │ │ ├── Read Write Messages.via.txt │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ │ ├── BrowserDetection.js │ │ │ ├── DeployedRun.min.js │ │ │ ├── ResourceLoadDetection.js │ │ │ ├── VireoImport.min.js │ │ │ ├── Web │ │ │ │ ├── Styles │ │ │ │ │ └── jqxlegacy │ │ │ │ │ │ ├── backImage.png │ │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ │ ├── bg_black.png │ │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ │ ├── check_black.png │ │ │ │ │ │ ├── check_blue.png │ │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ │ ├── check_white.png │ │ │ │ │ │ ├── close.png │ │ │ │ │ │ ├── close_black.png │ │ │ │ │ │ ├── close_blue.png │ │ │ │ │ │ ├── close_white.png │ │ │ │ │ │ ├── colorpicker │ │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ │ ├── map-hue.png │ │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ │ └── map-saturation.png │ │ │ │ │ │ ├── common.png │ │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ │ ├── crosshair.png │ │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ │ ├── drag.png │ │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ │ ├── error.png │ │ │ │ │ │ ├── filter.png │ │ │ │ │ │ ├── html_editor.png │ │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ │ ├── icon-down.png │ │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ │ ├── icon-first.png │ │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ │ ├── icon-last.png │ │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ │ ├── icon-left.png │ │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ │ ├── icon-right.png │ │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ │ ├── icon-save.png │ │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ │ ├── icon-time.png │ │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ │ ├── icon-up.png │ │ │ │ │ │ ├── info.png │ │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ │ ├── loader.gif │ │ │ │ │ │ ├── mail.png │ │ │ │ │ │ ├── menubutton.png │ │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ │ ├── pin-black.png │ │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ │ ├── pin-white.png │ │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ │ ├── pin.png │ │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ │ ├── pinned.png │ │ │ │ │ │ ├── plus.png │ │ │ │ │ │ ├── plus_white.png │ │ │ │ │ │ ├── pointer.png │ │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ │ ├── search.png │ │ │ │ │ │ ├── search_white.png │ │ │ │ │ │ ├── sortasc.png │ │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ │ ├── sortremove.png │ │ │ │ │ │ ├── star.png │ │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ │ ├── star_hover.png │ │ │ │ │ │ ├── stripes.png │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── tick.png │ │ │ │ │ │ ├── time.png │ │ │ │ │ │ ├── track_classic.png │ │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ │ ├── track_summer.png │ │ │ │ │ │ ├── warning.png │ │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ │ └── wp_check_white.png │ │ │ │ └── dist │ │ │ │ │ └── Styles │ │ │ │ │ └── niBase.DeployedRun.min.css │ │ │ ├── favicon.ico │ │ │ └── node_modules │ │ │ │ ├── @ni-kismet │ │ │ │ └── jqx-elements │ │ │ │ │ └── source │ │ │ │ │ └── styles │ │ │ │ │ ├── font │ │ │ │ │ ├── jqx.icons.eot │ │ │ │ │ ├── jqx.icons.svg │ │ │ │ │ ├── jqx.icons.ttf │ │ │ │ │ ├── jqx.icons.woff │ │ │ │ │ └── jqx.icons.woff2 │ │ │ │ │ └── images │ │ │ │ │ ├── error.png │ │ │ │ │ ├── icons-sprite.svg │ │ │ │ │ ├── icons-stack.svg │ │ │ │ │ ├── info.png │ │ │ │ │ ├── magnifier.png │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── radial.svg │ │ │ │ │ ├── success.png │ │ │ │ │ ├── time.png │ │ │ │ │ └── warning.png │ │ │ │ ├── font-awesome │ │ │ │ └── fonts │ │ │ │ │ └── fontawesome-webfont.woff │ │ │ │ └── vireo │ │ │ │ └── dist │ │ │ │ └── wasm32-unknown-emscripten │ │ │ │ └── release │ │ │ │ └── vireo.core.wasm │ │ └── version.json │ └── Full Data Services App_Default Web Server │ │ ├── NI.SL.Configuration │ │ └── NI.SL.Configuration.upgrade │ │ ├── NI.SL.JSON │ │ └── NI.SL.JSON.upgrade │ │ ├── NI.SL.Message │ │ └── NI.SL.Message.upgrade │ │ ├── NI.SL.Tag │ │ └── NI.SL.Tag.upgrade │ │ ├── NI.SL.Utilities │ │ └── NI.SL.Utilities.upgrade │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ └── version.json ├── Call SystemLink Data Services.gwebproject ├── Full Data Services App.gcomp │ ├── Full Data Services App.gcomp │ └── index.gviweb ├── Full Data Services App.lvdist ├── Readme.md ├── SubVIs.gcomp │ ├── AuthPicker.gtype │ │ └── AuthPicker.gtype │ ├── Build Error Message.gvi │ ├── Check for Error.gvi │ ├── Command.gtype │ │ └── Command.gtype │ ├── Deque Message.gvi │ ├── Determine Next State.gvi │ ├── Initialize.gvi │ ├── Message Cluster.gtype │ │ └── Message Cluster.gtype │ ├── Message.gtype │ │ └── Message.gtype │ ├── MobileTestState.gtype │ │ └── MobileTestState.gtype │ ├── Publish Message.gvi │ ├── Queue FGV Mode.gtype │ │ └── Queue FGV Mode.gtype │ ├── Read Example Tags.gvi │ ├── State.gtype │ │ └── State.gtype │ ├── SubVIs.gcomp │ ├── Update Remaining Queue Indicator.gvi │ └── Write Example Tags.gvi └── readme_files │ ├── Screenshot.gif │ ├── cloud-config.PNG │ ├── data-service-cloud.png │ ├── int-to-bool.PNG │ ├── multi-read.png │ ├── next-state.png │ ├── on-premises-config.PNG │ └── state-machine.png ├── ConnectWebVIToWebSocketEchoServer ├── .cache │ └── ConnectWebVIToWebSocketEchoServer.gwebprojectcache ├── Builds │ └── WebApp_Default Web Server │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ └── version.json ├── ConnectWebVIToWebSocketEchoServer.gwebproject ├── Readme.md ├── WebApp.gcomp │ ├── WebApp.gcomp │ ├── index.gviweb │ └── support │ │ ├── Example Display Error.gviweb │ │ └── Record Message.gviweb ├── WebApp.lvdist └── readme_files │ ├── Close.png │ ├── Open_WS.png │ ├── Read.png │ ├── Screenshot.gif │ └── Send.png ├── CustomizeWithCss ├── .cache │ └── CustomizeWithCss.gwebprojectcache ├── Builds │ └── WebApp_Default Web Server │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ ├── support │ │ └── style.css │ │ └── version.json ├── CustomizeWithCss.gwebproject ├── Readme.md ├── WebApp.gcomp │ ├── WebApp.gcomp │ ├── index.gviweb │ └── support │ │ └── style.css ├── WebApp.lvdist └── readme_files │ └── Screenshot.gif ├── EmbedContentIntoWebVI ├── .cache │ └── EmbedContentIntoWebVI.gwebprojectcache ├── Builds │ └── WebApp_Default Web Server │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ └── version.json ├── EmbedContentIntoWebVI.gwebproject ├── Readme.md ├── WebApp.gcomp │ ├── WebApp.gcomp │ └── index.gviweb ├── WebApp.lvdist └── readme_files │ └── Screenshot.gif ├── Guides ├── CSS │ ├── README.md │ └── readme_files │ │ └── htmlclassattribute.png └── Readme.md ├── IncorporateUserResources ├── .cache │ └── IncorporateUserResources.gwebprojectcache ├── Builds │ └── WebApp_Default Web Server │ │ ├── images │ │ └── WebVIDiagram.png │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ └── version.json ├── IncorporateUserResources.gwebproject ├── Readme.md ├── WebApp.gcomp │ ├── WebApp.gcomp │ ├── images │ │ └── WebVIDiagram.png │ └── index.gviweb ├── WebApp.lvdist └── readme_files │ └── Screenshot.gif ├── LICENSE ├── MultipleTopLevelWebVIs ├── .cache │ └── MultipleTopLevelWebVIs.gwebprojectcache ├── Builds │ └── WebApp_Default Web Server │ │ ├── Efficiency.html │ │ ├── Efficiency.via.txt │ │ ├── Emergency.html │ │ ├── Emergency.via.txt │ │ ├── Energy.html │ │ ├── Energy.via.txt │ │ ├── Engine.html │ │ ├── Engine.via.txt │ │ ├── index.html │ │ ├── index.via.txt │ │ ├── ni-webvi-resource-v0 │ │ ├── BrowserDetection.js │ │ ├── DeployedRun.min.js │ │ ├── ResourceLoadDetection.js │ │ ├── VireoImport.min.js │ │ ├── Web │ │ │ ├── Styles │ │ │ │ └── jqxlegacy │ │ │ │ │ ├── backImage.png │ │ │ │ │ ├── backgroundTop.png │ │ │ │ │ ├── bg_black.png │ │ │ │ │ ├── bg_black_horizontal.png │ │ │ │ │ ├── bg_blackhover.png │ │ │ │ │ ├── bg_blackhover_horizontal.png │ │ │ │ │ ├── bg_blackpressed.png │ │ │ │ │ ├── bg_blackpressed_horizontal.png │ │ │ │ │ ├── bg_blueenergy.png │ │ │ │ │ ├── bg_darkblue.png │ │ │ │ │ ├── bg_darkbluehover.png │ │ │ │ │ ├── bg_darkbluepressed.png │ │ │ │ │ ├── black_gradient.png │ │ │ │ │ ├── blackbackground.png │ │ │ │ │ ├── check_black.png │ │ │ │ │ ├── check_blue.png │ │ │ │ │ ├── check_blue_indeterminate.png │ │ │ │ │ ├── check_disabled.png │ │ │ │ │ ├── check_indeterminate_black.png │ │ │ │ │ ├── check_indeterminate_disabled.png │ │ │ │ │ ├── check_indeterminate_white.png │ │ │ │ │ ├── check_lightblue.png │ │ │ │ │ ├── check_lightblue_indeterminate.png │ │ │ │ │ ├── check_white.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── close_black.png │ │ │ │ │ ├── close_blue.png │ │ │ │ │ ├── close_white.png │ │ │ │ │ ├── colorpicker │ │ │ │ │ ├── bar-hue.png │ │ │ │ │ ├── bar-saturation.png │ │ │ │ │ ├── map-hue.png │ │ │ │ │ ├── map-saturation-overlay.png │ │ │ │ │ └── map-saturation.png │ │ │ │ │ ├── common.png │ │ │ │ │ ├── crosshair-white.png │ │ │ │ │ ├── crosshair.png │ │ │ │ │ ├── darkred_gradient.png │ │ │ │ │ ├── drag.png │ │ │ │ │ ├── dragcancel.png │ │ │ │ │ ├── error.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── html_editor.png │ │ │ │ │ ├── html_editor_white.png │ │ │ │ │ ├── icon-calendar-light.png │ │ │ │ │ ├── icon-calendar-metro-light.png │ │ │ │ │ ├── icon-calendar-metro-yellow-light.png │ │ │ │ │ ├── icon-calendar-white.png │ │ │ │ │ ├── icon-calendar.png │ │ │ │ │ ├── icon-cancel-white.png │ │ │ │ │ ├── icon-cancel.png │ │ │ │ │ ├── icon-delete-white.png │ │ │ │ │ ├── icon-delete.png │ │ │ │ │ ├── icon-down-blue.png │ │ │ │ │ ├── icon-down-transparent.png │ │ │ │ │ ├── icon-down-white.png │ │ │ │ │ ├── icon-down.png │ │ │ │ │ ├── icon-edit-white.png │ │ │ │ │ ├── icon-edit.png │ │ │ │ │ ├── icon-first-blue.png │ │ │ │ │ ├── icon-first-transparent.png │ │ │ │ │ ├── icon-first-white.png │ │ │ │ │ ├── icon-first.png │ │ │ │ │ ├── icon-last-blue.png │ │ │ │ │ ├── icon-last-transparent.png │ │ │ │ │ ├── icon-last-white.png │ │ │ │ │ ├── icon-last.png │ │ │ │ │ ├── icon-left-blue.png │ │ │ │ │ ├── icon-left-transparent.png │ │ │ │ │ ├── icon-left-white.png │ │ │ │ │ ├── icon-left.png │ │ │ │ │ ├── icon-menu-minimized-white.png │ │ │ │ │ ├── icon-menu-minimized.png │ │ │ │ │ ├── icon-plus-white.png │ │ │ │ │ ├── icon-plus.png │ │ │ │ │ ├── icon-recurrence-exception-white.png │ │ │ │ │ ├── icon-recurrence-exception.png │ │ │ │ │ ├── icon-recurrence-white.png │ │ │ │ │ ├── icon-recurrence.png │ │ │ │ │ ├── icon-right-blue.png │ │ │ │ │ ├── icon-right-transparent.png │ │ │ │ │ ├── icon-right-white.png │ │ │ │ │ ├── icon-right.png │ │ │ │ │ ├── icon-save-white.png │ │ │ │ │ ├── icon-save.png │ │ │ │ │ ├── icon-showpassword-white.png │ │ │ │ │ ├── icon-showpassword.png │ │ │ │ │ ├── icon-time-white.png │ │ │ │ │ ├── icon-time.png │ │ │ │ │ ├── icon-up-blue.png │ │ │ │ │ ├── icon-up-transparent.png │ │ │ │ │ ├── icon-up-white.png │ │ │ │ │ ├── icon-up.png │ │ │ │ │ ├── info.png │ │ │ │ │ ├── loader-small.gif │ │ │ │ │ ├── loader.gif │ │ │ │ │ ├── mail.png │ │ │ │ │ ├── menubutton.png │ │ │ │ │ ├── metro-icon-down-white.png │ │ │ │ │ ├── metro-icon-down.png │ │ │ │ │ ├── metro-icon-first-white.png │ │ │ │ │ ├── metro-icon-first.png │ │ │ │ │ ├── metro-icon-last-white.png │ │ │ │ │ ├── metro-icon-last.png │ │ │ │ │ ├── metro-icon-left-white.png │ │ │ │ │ ├── metro-icon-left.png │ │ │ │ │ ├── metro-icon-right - Copy.png │ │ │ │ │ ├── metro-icon-right-white.png │ │ │ │ │ ├── metro-icon-right.png │ │ │ │ │ ├── metro-icon-up-white.png │ │ │ │ │ ├── metro-icon-up.png │ │ │ │ │ ├── multi-arrow.gif │ │ │ │ │ ├── office-icon-down.png │ │ │ │ │ ├── office-icon-first.png │ │ │ │ │ ├── office-icon-last.png │ │ │ │ │ ├── office-icon-left.png │ │ │ │ │ ├── office-icon-right.png │ │ │ │ │ ├── office-icon-up.png │ │ │ │ │ ├── pin-black.png │ │ │ │ │ ├── pin-blue.png │ │ │ │ │ ├── pin-lightblue.png │ │ │ │ │ ├── pin-white.png │ │ │ │ │ ├── pin-yellow.png │ │ │ │ │ ├── pin.png │ │ │ │ │ ├── pinned-black.png │ │ │ │ │ ├── pinned-blue.png │ │ │ │ │ ├── pinned-lightblue.png │ │ │ │ │ ├── pinned-white.png │ │ │ │ │ ├── pinned-yellow.png │ │ │ │ │ ├── pinned.png │ │ │ │ │ ├── plus.png │ │ │ │ │ ├── plus_white.png │ │ │ │ │ ├── pointer.png │ │ │ │ │ ├── rangebar_classic.png │ │ │ │ │ ├── rangebar_darkblue.png │ │ │ │ │ ├── rangebar_shinyblack.png │ │ │ │ │ ├── rangebar_summer.png │ │ │ │ │ ├── red_arrow_down.png │ │ │ │ │ ├── red_arrow_up.png │ │ │ │ │ ├── red_gradient.png │ │ │ │ │ ├── roundbg_check_black.png │ │ │ │ │ ├── roundbg_check_disabled.png │ │ │ │ │ ├── roundbg_check_indeterminate.png │ │ │ │ │ ├── roundbg_check_white.png │ │ │ │ │ ├── roundbg_classic_hover.png │ │ │ │ │ ├── roundbg_classic_normal.png │ │ │ │ │ ├── roundbg_disabled.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── search_white.png │ │ │ │ │ ├── sortasc.png │ │ │ │ │ ├── sortascbutton.png │ │ │ │ │ ├── sortdesc.png │ │ │ │ │ ├── sortdescbutton.png │ │ │ │ │ ├── sortremove.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── star_disabled.png │ │ │ │ │ ├── star_hover.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── success.png │ │ │ │ │ ├── tick.png │ │ │ │ │ ├── time.png │ │ │ │ │ ├── track_classic.png │ │ │ │ │ ├── track_darkblue.png │ │ │ │ │ ├── track_shinyblack.png │ │ │ │ │ ├── track_summer.png │ │ │ │ │ ├── warning.png │ │ │ │ │ ├── wp_check_indeterminate_white.png │ │ │ │ │ └── wp_check_white.png │ │ │ └── dist │ │ │ │ └── Styles │ │ │ │ └── niBase.DeployedRun.min.css │ │ ├── favicon.ico │ │ └── node_modules │ │ │ ├── @ni-kismet │ │ │ └── jqx-elements │ │ │ │ └── source │ │ │ │ └── styles │ │ │ │ ├── font │ │ │ │ ├── jqx.icons.eot │ │ │ │ ├── jqx.icons.svg │ │ │ │ ├── jqx.icons.ttf │ │ │ │ ├── jqx.icons.woff │ │ │ │ └── jqx.icons.woff2 │ │ │ │ └── images │ │ │ │ ├── error.png │ │ │ │ ├── icons-sprite.svg │ │ │ │ ├── icons-stack.svg │ │ │ │ ├── info.png │ │ │ │ ├── magnifier.png │ │ │ │ ├── mail.png │ │ │ │ ├── radial.svg │ │ │ │ ├── success.png │ │ │ │ ├── time.png │ │ │ │ └── warning.png │ │ │ ├── font-awesome │ │ │ └── fonts │ │ │ │ └── fontawesome-webfont.woff │ │ │ └── vireo │ │ │ └── dist │ │ │ └── wasm32-unknown-emscripten │ │ │ └── release │ │ │ └── vireo.core.wasm │ │ ├── support │ │ ├── Attribution.html │ │ ├── Attribution.via.txt │ │ ├── Attributions.txt │ │ ├── Engine.gif │ │ └── EngineStopped.png │ │ └── version.json ├── MultipleTopLevelWebVIs.gwebproject ├── Readme.md ├── WebApp.gcomp │ ├── Efficiency.gviweb │ ├── Emergency.gviweb │ ├── Energy.gviweb │ ├── Engine.gviweb │ ├── WebApp.gcomp │ ├── index.gviweb │ └── support │ │ ├── Attribution.gviweb │ │ ├── Attributions.txt │ │ ├── Engine.gif │ │ ├── EngineStopped.png │ │ └── GetErrorStatus.gvi ├── WebApp.lvdist └── readme_files │ └── Screenshot.gif ├── ProgrammingBasics ├── Arrays │ ├── ArrayToCluster │ │ ├── .cache │ │ │ └── Array To Cluster.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── Array to Cluster.gviweb │ │ └── Array To Cluster.gwebproject │ ├── BuildArray │ │ ├── .cache │ │ │ └── Build Array.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── Build Array.gviweb │ │ └── Build Array.gwebproject │ ├── ReplaceArrayElements │ │ ├── .cache │ │ │ └── Replace Array Elements.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── Replace Array Elements.gviweb │ │ └── Replace Array Elements.gwebproject │ └── SeparateArrayValues │ │ ├── .cache │ │ └── Separate Array Values.gwebprojectcache │ │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Separate Array Values.gviweb │ │ └── Separate Array Values.gwebproject ├── Booleans │ └── BooleanLogic │ │ ├── .cache │ │ └── Boolean Logic.gwebprojectcache │ │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Boolean Logic.gviweb │ │ └── Boolean Logic.gwebproject ├── Comparision │ ├── CompareCharacterTypes │ │ ├── .cache │ │ │ └── Compare Character Types.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── Compare Character Types.gviweb │ │ └── Compare Character Types.gwebproject │ ├── ComparisonNodes │ │ ├── .cache │ │ │ └── Comparison Nodes.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── Comparison Nodes.gviweb │ │ └── Comparison Nodes.gwebproject │ ├── InRangeandCoerce │ │ ├── .cache │ │ │ └── In Range and Coerce.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── In Range and Coerce.gviweb │ │ └── In Range and Coerce.gwebproject │ └── MaxAndMin │ │ ├── .cache │ │ └── Max And Min.gwebprojectcache │ │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Max and Min.gviweb │ │ └── Max And Min.gwebproject ├── ControlsAndIndicators │ └── BasicGraph │ │ ├── .cache │ │ └── Basic Graph.gwebprojectcache │ │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ ├── Basic Graph.gviweb │ │ └── Sine Wave generator.gviweb │ │ └── Basic Graph.gwebproject ├── GWebCardScreenShot.PNG ├── Numerics │ └── NumericFunctions │ │ ├── .cache │ │ └── Numeric Functions.gwebprojectcache │ │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Numeric Functions.gviweb │ │ └── Numeric Functions.gwebproject ├── Readme.md ├── Strings │ ├── ConcatenateStrings │ │ ├── .cache │ │ │ └── Concatenate Strings.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── Concatenate Strings.gviweb │ │ └── Concatenate Strings.gwebproject │ ├── ExtractNumbersWithMatchPattern │ │ ├── .cache │ │ │ └── Extract Numbers With Match Pattern.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── Extract Numbers With Match Pattern.gviweb │ │ └── Extract Numbers With Match Pattern.gwebproject │ ├── StringLength │ │ ├── .cache │ │ │ └── String Length.gwebprojectcache │ │ ├── Application.gcomp │ │ │ ├── Application.gcomp │ │ │ └── String Length.gviweb │ │ └── String Length.gwebproject │ └── UnflattenFromJSON │ │ ├── .cache │ │ └── Unflatten From JSON.gwebprojectcache │ │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Unflatten From JSON.gviweb │ │ └── Unflatten From JSON.gwebproject └── Structures │ ├── DisableStructure │ ├── .cache │ │ └── Disable Structure.gwebprojectcache │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Disabled Structure.gviweb │ └── Disable Structure.gwebproject │ ├── HandlingCommonUserInterfaceEvents │ ├── .cache │ │ └── Handling Common User Interface Events.gwebprojectcache │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Handling Common User Interface.gviweb │ └── Handling Common User Interface Events.gwebproject │ ├── LoopTunnelModes │ ├── .cache │ │ └── Loop Tunnel Modes.gwebprojectcache │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Loop Tunnel Modes.gviweb │ └── Loop Tunnel Modes.gwebproject │ ├── SimpleCaseStructure │ ├── .cache │ │ └── Simple Case Structure.gwebprojectcache │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Simple Case Structure.gviweb │ └── Simple Case Structure.gwebproject │ ├── SimpleForLoop │ ├── .cache │ │ └── Simple For Loop.gwebprojectcache │ ├── Application.gcomp │ │ ├── Application.gcomp │ │ └── Simple For Loop.gviweb │ └── Simple For Loop.gwebproject │ └── StateMachineFundamentals │ ├── .cache │ └── State Machine Fundamentals.gwebprojectcache │ ├── Application.gcomp │ ├── Application.gcomp │ ├── Function.gviweb │ └── Type.gtype │ │ └── Type.gtype │ └── State Machine Fundamentals.gwebproject ├── Readme.md └── package.json /.cspell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/.cspell.json -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/issue-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/.github/ISSUE_TEMPLATE/issue-template.md -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/.gitignore -------------------------------------------------------------------------------- /.linkcheck.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/.linkcheck.json -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/.markdownlint.json -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CONTRIBUTING.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CONTRIBUTING.MD -------------------------------------------------------------------------------- /Call3rdPartyWebService/.cache/Call3rdPartyWebService.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/.cache/Call3rdPartyWebService.gwebprojectcache -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/index.html -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backImage.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_blue.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_blue.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/crosshair.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/dragcancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/dragcancel.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-edit.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-first.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-plus.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-right.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-save.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-time.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/menubutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/menubutton.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-black.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-white.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-yellow.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus_white.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortremove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortremove.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star_hover.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /Call3rdPartyWebService/Builds/WebApp_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Builds/WebApp_Default Web Server/version.json -------------------------------------------------------------------------------- /Call3rdPartyWebService/Call3rdPartyWebService.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Call3rdPartyWebService.gwebproject -------------------------------------------------------------------------------- /Call3rdPartyWebService/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/Readme.md -------------------------------------------------------------------------------- /Call3rdPartyWebService/WebApp.gcomp/WebApp.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/WebApp.gcomp/WebApp.gcomp -------------------------------------------------------------------------------- /Call3rdPartyWebService/WebApp.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/WebApp.gcomp/index.gviweb -------------------------------------------------------------------------------- /Call3rdPartyWebService/WebApp.gcomp/support/Get Earthquake Count.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/WebApp.gcomp/support/Get Earthquake Count.gviweb -------------------------------------------------------------------------------- /Call3rdPartyWebService/WebApp.gcomp/support/Get Earthquake Info.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/WebApp.gcomp/support/Get Earthquake Info.gviweb -------------------------------------------------------------------------------- /Call3rdPartyWebService/WebApp.gcomp/support/Get Earthquake Location.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/WebApp.gcomp/support/Get Earthquake Location.gviweb -------------------------------------------------------------------------------- /Call3rdPartyWebService/WebApp.gcomp/support/Get Map URL.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/WebApp.gcomp/support/Get Map URL.gviweb -------------------------------------------------------------------------------- /Call3rdPartyWebService/WebApp.gcomp/support/Get Recent Earthquakes.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/WebApp.gcomp/support/Get Recent Earthquakes.gviweb -------------------------------------------------------------------------------- /Call3rdPartyWebService/WebApp.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/WebApp.lvdist -------------------------------------------------------------------------------- /Call3rdPartyWebService/readme_files/HTTPGet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/readme_files/HTTPGet.png -------------------------------------------------------------------------------- /Call3rdPartyWebService/readme_files/Indicators.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/readme_files/Indicators.PNG -------------------------------------------------------------------------------- /Call3rdPartyWebService/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /Call3rdPartyWebService/readme_files/UnflattenJSON.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Call3rdPartyWebService/readme_files/UnflattenJSON.PNG -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/.cache/CallJavaScriptFromAWebVI.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/.cache/CallJavaScriptFromAWebVI.gwebprojectcache -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/Calculator Library/javascript/Add.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/Calculator Library/javascript/Add.js -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/Calculator Library/javascript/Multiply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/Calculator Library/javascript/Multiply.js -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/index.html -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Builds/WebApp_Default Web Server/version.json -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Calculator Library.gcomp/Calculator Functions.jsli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Calculator Library.gcomp/Calculator Functions.jsli -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Calculator Library.gcomp/Calculator Library.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Calculator Library.gcomp/Calculator Library.gcomp -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Calculator Library.gcomp/javascript/Add.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Calculator Library.gcomp/javascript/Add.js -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Calculator Library.gcomp/javascript/Multiply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Calculator Library.gcomp/javascript/Multiply.js -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/CallJavaScriptFromAWebVI.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/CallJavaScriptFromAWebVI.gwebproject -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/Readme.md -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/WebApp.gcomp/WebApp.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/WebApp.gcomp/WebApp.gcomp -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/WebApp.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/WebApp.gcomp/index.gviweb -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/WebApp.gcomp/support/Compare Add.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/WebApp.gcomp/support/Compare Add.gviweb -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/WebApp.gcomp/support/Compare Multiply.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/WebApp.gcomp/support/Compare Multiply.gviweb -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/WebApp.gcomp/support/Format Console Log.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/WebApp.gcomp/support/Format Console Log.gviweb -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/WebApp.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/WebApp.lvdist -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/readme_files/JSLI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/readme_files/JSLI.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/readme_files/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/readme_files/log.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/readme_files/nodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/readme_files/nodes.png -------------------------------------------------------------------------------- /CallJavaScriptFromAWebVI/readme_files/project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallJavaScriptFromAWebVI/readme_files/project.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/.cache/CallLabVIEWWebService.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/.cache/CallLabVIEWWebService.gwebprojectcache -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/index.html -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backImage.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_darkblue.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_black.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_blue.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_white.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_black.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_blue.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_white.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/crosshair.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/dragcancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/dragcancel.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/html_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/html_editor.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-cancel.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-delete.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-edit.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-first.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-plus.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-right.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-save.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-time.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/menubutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/menubutton.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/multi-arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/multi-arrow.gif -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-black.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-white.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-yellow.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-blue.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus_white.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortremove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortremove.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star_hover.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /CallLabVIEWWebService/Builds/WebApp_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Builds/WebApp_Default Web Server/version.json -------------------------------------------------------------------------------- /CallLabVIEWWebService/CallLabVIEWWebService.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/CallLabVIEWWebService.gwebproject -------------------------------------------------------------------------------- /CallLabVIEWWebService/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/Readme.md -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebApp.gcomp/WebApp.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebApp.gcomp/WebApp.gcomp -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebApp.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebApp.gcomp/index.gviweb -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebApp.gcomp/support/Observed Data and Fitted Curve.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebApp.gcomp/support/Observed Data and Fitted Curve.gviweb -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebApp.gcomp/support/Set Signal Parameters.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebApp.gcomp/support/Set Signal Parameters.gviweb -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebApp.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebApp.lvdist -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebService/AddCORSHeaders.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebService/AddCORSHeaders.vi -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebService/AddNoise.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebService/AddNoise.vi -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebService/ParametricCurve.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebService/ParametricCurve.vi -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebService/ParametricCurveData.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebService/ParametricCurveData.vi -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebService/SignalAndSpectrum.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebService/SignalAndSpectrum.vi -------------------------------------------------------------------------------- /CallLabVIEWWebService/WebService/WebService.lvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/WebService/WebService.lvproj -------------------------------------------------------------------------------- /CallLabVIEWWebService/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallLabVIEWWebService/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /CallSystemLinkDataServices/.cache/Call SystemLink Data Services.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/.cache/Call SystemLink Data Services.gwebprojectcache -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/Basic Data Services.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/Basic Data Services.gcomp -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/LabVIEW Examples.lvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/LabVIEW Examples.lvproj -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/Library.lvlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/Library.lvlib -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/Simulate Temperature.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/Simulate Temperature.vi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/Subscribe To Messages.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/Subscribe To Messages.vi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/Write Tags.vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/LabVIEW Examples/Write Tags.vi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/Read TDMS Data.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/Read TDMS Data.gviweb -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/Read Tags.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/Read Tags.gviweb -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/Read Write Messages.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/Read Write Messages.gviweb -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/demo.tdms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/demo.tdms -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.gcomp/index.gviweb -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Basic Data Services.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Basic Data Services.lvdist -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/NI.SL.File/NI.SL.File.upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/NI.SL.File/NI.SL.File.upgrade -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/NI.SL.JSON/NI.SL.JSON.upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/NI.SL.JSON/NI.SL.JSON.upgrade -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/NI.SL.Message/NI.SL.Message.upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/NI.SL.Message/NI.SL.Message.upgrade -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/NI.SL.Tag/NI.SL.Tag.upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/NI.SL.Tag/NI.SL.Tag.upgrade -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read TDMS Data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read TDMS Data.html -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read TDMS Data.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read TDMS Data.via.txt -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read Tags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read Tags.html -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read Tags.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read Tags.via.txt -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read Write Messages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read Write Messages.html -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read Write Messages.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/Read Write Messages.via.txt -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/index.html -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Basic Data Services_Default Web Server/version.json -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/NI.SL.JSON/NI.SL.JSON.upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/NI.SL.JSON/NI.SL.JSON.upgrade -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/NI.SL.Tag/NI.SL.Tag.upgrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/NI.SL.Tag/NI.SL.Tag.upgrade -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/index.html -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Builds/Full Data Services App_Default Web Server/version.json -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Call SystemLink Data Services.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Call SystemLink Data Services.gwebproject -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Full Data Services App.gcomp/Full Data Services App.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Full Data Services App.gcomp/Full Data Services App.gcomp -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Full Data Services App.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Full Data Services App.gcomp/index.gviweb -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Full Data Services App.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Full Data Services App.lvdist -------------------------------------------------------------------------------- /CallSystemLinkDataServices/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/Readme.md -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/AuthPicker.gtype/AuthPicker.gtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/AuthPicker.gtype/AuthPicker.gtype -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Build Error Message.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Build Error Message.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Check for Error.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Check for Error.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Command.gtype/Command.gtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Command.gtype/Command.gtype -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Deque Message.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Deque Message.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Determine Next State.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Determine Next State.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Initialize.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Initialize.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Message Cluster.gtype/Message Cluster.gtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Message Cluster.gtype/Message Cluster.gtype -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Message.gtype/Message.gtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Message.gtype/Message.gtype -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/MobileTestState.gtype/MobileTestState.gtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/MobileTestState.gtype/MobileTestState.gtype -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Publish Message.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Publish Message.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Queue FGV Mode.gtype/Queue FGV Mode.gtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Queue FGV Mode.gtype/Queue FGV Mode.gtype -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Read Example Tags.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Read Example Tags.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/State.gtype/State.gtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/State.gtype/State.gtype -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/SubVIs.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/SubVIs.gcomp -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Update Remaining Queue Indicator.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Update Remaining Queue Indicator.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/SubVIs.gcomp/Write Example Tags.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/SubVIs.gcomp/Write Example Tags.gvi -------------------------------------------------------------------------------- /CallSystemLinkDataServices/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /CallSystemLinkDataServices/readme_files/cloud-config.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/readme_files/cloud-config.PNG -------------------------------------------------------------------------------- /CallSystemLinkDataServices/readme_files/data-service-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/readme_files/data-service-cloud.png -------------------------------------------------------------------------------- /CallSystemLinkDataServices/readme_files/int-to-bool.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/readme_files/int-to-bool.PNG -------------------------------------------------------------------------------- /CallSystemLinkDataServices/readme_files/multi-read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/readme_files/multi-read.png -------------------------------------------------------------------------------- /CallSystemLinkDataServices/readme_files/next-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/readme_files/next-state.png -------------------------------------------------------------------------------- /CallSystemLinkDataServices/readme_files/on-premises-config.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/readme_files/on-premises-config.PNG -------------------------------------------------------------------------------- /CallSystemLinkDataServices/readme_files/state-machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CallSystemLinkDataServices/readme_files/state-machine.png -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/.cache/ConnectWebVIToWebSocketEchoServer.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/.cache/ConnectWebVIToWebSocketEchoServer.gwebprojectcache -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/index.html -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/Builds/WebApp_Default Web Server/version.json -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/ConnectWebVIToWebSocketEchoServer.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/ConnectWebVIToWebSocketEchoServer.gwebproject -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/Readme.md -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/WebApp.gcomp/WebApp.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/WebApp.gcomp/WebApp.gcomp -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/WebApp.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/WebApp.gcomp/index.gviweb -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/WebApp.gcomp/support/Example Display Error.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/WebApp.gcomp/support/Example Display Error.gviweb -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/WebApp.gcomp/support/Record Message.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/WebApp.gcomp/support/Record Message.gviweb -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/WebApp.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/WebApp.lvdist -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/readme_files/Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/readme_files/Close.png -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/readme_files/Open_WS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/readme_files/Open_WS.png -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/readme_files/Read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/readme_files/Read.png -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /ConnectWebVIToWebSocketEchoServer/readme_files/Send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ConnectWebVIToWebSocketEchoServer/readme_files/Send.png -------------------------------------------------------------------------------- /CustomizeWithCss/.cache/CustomizeWithCss.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/.cache/CustomizeWithCss.gwebprojectcache -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/index.html -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backImage.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backgroundTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backgroundTop.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_blackhover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_blackhover.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_blueenergy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_blueenergy.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_darkblue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/black_gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/black_gradient.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_black.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_blue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_disabled.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/check_white.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_black.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_blue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close_white.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/crosshair.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/dragcancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/dragcancel.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/html_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/html_editor.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-calendar.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-cancel.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-delete.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down-blue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-edit.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-first.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last-blue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left-blue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-plus.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-right.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-save.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-time.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up-blue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up-white.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader-small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader-small.gif -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/menubutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/menubutton.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/metro-icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/metro-icon-up.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/multi-arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/multi-arrow.gif -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/office-icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/office-icon-up.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-black.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-lightblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-lightblue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-white.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-yellow.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-black.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-blue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-white.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned-yellow.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus_white.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/red_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/red_arrow_down.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/red_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/red_arrow_up.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/red_gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/red_gradient.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search_white.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortascbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortascbutton.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdescbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdescbutton.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortremove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortremove.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star_disabled.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star_hover.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/track_classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/track_classic.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/track_darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/track_darkblue.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/track_summer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/track_summer.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/wp_check_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/wp_check_white.png -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/support/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/support/style.css -------------------------------------------------------------------------------- /CustomizeWithCss/Builds/WebApp_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Builds/WebApp_Default Web Server/version.json -------------------------------------------------------------------------------- /CustomizeWithCss/CustomizeWithCss.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/CustomizeWithCss.gwebproject -------------------------------------------------------------------------------- /CustomizeWithCss/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/Readme.md -------------------------------------------------------------------------------- /CustomizeWithCss/WebApp.gcomp/WebApp.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/WebApp.gcomp/WebApp.gcomp -------------------------------------------------------------------------------- /CustomizeWithCss/WebApp.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/WebApp.gcomp/index.gviweb -------------------------------------------------------------------------------- /CustomizeWithCss/WebApp.gcomp/support/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/WebApp.gcomp/support/style.css -------------------------------------------------------------------------------- /CustomizeWithCss/WebApp.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/WebApp.lvdist -------------------------------------------------------------------------------- /CustomizeWithCss/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/CustomizeWithCss/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/.cache/EmbedContentIntoWebVI.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/.cache/EmbedContentIntoWebVI.gwebprojectcache -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/index.html -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/backImage.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/crosshair.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-down.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-edit.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-last.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-left.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-plus.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-save.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-time.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-black.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-white.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Builds/WebApp_Default Web Server/version.json -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/EmbedContentIntoWebVI.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/EmbedContentIntoWebVI.gwebproject -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/Readme.md -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/WebApp.gcomp/WebApp.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/WebApp.gcomp/WebApp.gcomp -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/WebApp.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/WebApp.gcomp/index.gviweb -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/WebApp.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/WebApp.lvdist -------------------------------------------------------------------------------- /EmbedContentIntoWebVI/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/EmbedContentIntoWebVI/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /Guides/CSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Guides/CSS/README.md -------------------------------------------------------------------------------- /Guides/CSS/readme_files/htmlclassattribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Guides/CSS/readme_files/htmlclassattribute.png -------------------------------------------------------------------------------- /Guides/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Guides/Readme.md -------------------------------------------------------------------------------- /IncorporateUserResources/.cache/IncorporateUserResources.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/.cache/IncorporateUserResources.gwebprojectcache -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/images/WebVIDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/images/WebVIDiagram.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/index.html -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /IncorporateUserResources/Builds/WebApp_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Builds/WebApp_Default Web Server/version.json -------------------------------------------------------------------------------- /IncorporateUserResources/IncorporateUserResources.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/IncorporateUserResources.gwebproject -------------------------------------------------------------------------------- /IncorporateUserResources/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/Readme.md -------------------------------------------------------------------------------- /IncorporateUserResources/WebApp.gcomp/WebApp.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/WebApp.gcomp/WebApp.gcomp -------------------------------------------------------------------------------- /IncorporateUserResources/WebApp.gcomp/images/WebVIDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/WebApp.gcomp/images/WebVIDiagram.png -------------------------------------------------------------------------------- /IncorporateUserResources/WebApp.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/WebApp.gcomp/index.gviweb -------------------------------------------------------------------------------- /IncorporateUserResources/WebApp.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/WebApp.lvdist -------------------------------------------------------------------------------- /IncorporateUserResources/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/IncorporateUserResources/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/.cache/MultipleTopLevelWebVIs.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/.cache/MultipleTopLevelWebVIs.gwebprojectcache -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Efficiency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Efficiency.html -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Efficiency.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Efficiency.via.txt -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Emergency.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Emergency.html -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Emergency.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Emergency.via.txt -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Energy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Energy.html -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Energy.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Energy.via.txt -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Engine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Engine.html -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Engine.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/Engine.via.txt -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/index.html -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/index.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/index.via.txt -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/BrowserDetection.js -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/DeployedRun.min.js -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/ResourceLoadDetection.js -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/VireoImport.min.js -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/bg_black.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/close.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/common.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/drag.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/error.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/filter.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/icon-up.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/info.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/loader.gif -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/mail.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin-blue.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pin.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pinned.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/plus.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/pointer.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/search.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortasc.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/sortdesc.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/star.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/stripes.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/success.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/tick.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/time.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/Web/Styles/jqxlegacy/warning.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/ni-webvi-resource-v0/favicon.ico -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/Attribution.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/Attribution.html -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/Attribution.via.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/Attribution.via.txt -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/Attributions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/Attributions.txt -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/Engine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/Engine.gif -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/EngineStopped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/support/EngineStopped.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Builds/WebApp_Default Web Server/version.json -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/MultipleTopLevelWebVIs.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/MultipleTopLevelWebVIs.gwebproject -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/Readme.md -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/Efficiency.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/Efficiency.gviweb -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/Emergency.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/Emergency.gviweb -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/Energy.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/Energy.gviweb -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/Engine.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/Engine.gviweb -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/WebApp.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/WebApp.gcomp -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/index.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/index.gviweb -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/support/Attribution.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/support/Attribution.gviweb -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/support/Attributions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/support/Attributions.txt -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/support/Engine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/support/Engine.gif -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/support/EngineStopped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/support/EngineStopped.png -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.gcomp/support/GetErrorStatus.gvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.gcomp/support/GetErrorStatus.gvi -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/WebApp.lvdist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/WebApp.lvdist -------------------------------------------------------------------------------- /MultipleTopLevelWebVIs/readme_files/Screenshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/MultipleTopLevelWebVIs/readme_files/Screenshot.gif -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/ArrayToCluster/.cache/Array To Cluster.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/ArrayToCluster/.cache/Array To Cluster.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/ArrayToCluster/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/ArrayToCluster/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/ArrayToCluster/Application.gcomp/Array to Cluster.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/ArrayToCluster/Application.gcomp/Array to Cluster.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/ArrayToCluster/Array To Cluster.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/ArrayToCluster/Array To Cluster.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/BuildArray/.cache/Build Array.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/BuildArray/.cache/Build Array.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/BuildArray/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/BuildArray/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/BuildArray/Application.gcomp/Build Array.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/BuildArray/Application.gcomp/Build Array.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/BuildArray/Build Array.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/BuildArray/Build Array.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/ReplaceArrayElements/.cache/Replace Array Elements.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/ReplaceArrayElements/.cache/Replace Array Elements.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/ReplaceArrayElements/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/ReplaceArrayElements/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/ReplaceArrayElements/Application.gcomp/Replace Array Elements.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/ReplaceArrayElements/Application.gcomp/Replace Array Elements.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/ReplaceArrayElements/Replace Array Elements.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/ReplaceArrayElements/Replace Array Elements.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/SeparateArrayValues/.cache/Separate Array Values.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/SeparateArrayValues/.cache/Separate Array Values.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/SeparateArrayValues/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/SeparateArrayValues/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/SeparateArrayValues/Application.gcomp/Separate Array Values.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/SeparateArrayValues/Application.gcomp/Separate Array Values.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Arrays/SeparateArrayValues/Separate Array Values.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Arrays/SeparateArrayValues/Separate Array Values.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Booleans/BooleanLogic/.cache/Boolean Logic.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Booleans/BooleanLogic/.cache/Boolean Logic.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Booleans/BooleanLogic/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Booleans/BooleanLogic/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Booleans/BooleanLogic/Application.gcomp/Boolean Logic.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Booleans/BooleanLogic/Application.gcomp/Boolean Logic.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Booleans/BooleanLogic/Boolean Logic.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Booleans/BooleanLogic/Boolean Logic.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/CompareCharacterTypes/.cache/Compare Character Types.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/CompareCharacterTypes/.cache/Compare Character Types.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/CompareCharacterTypes/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/CompareCharacterTypes/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/CompareCharacterTypes/Application.gcomp/Compare Character Types.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/CompareCharacterTypes/Application.gcomp/Compare Character Types.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/CompareCharacterTypes/Compare Character Types.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/CompareCharacterTypes/Compare Character Types.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/ComparisonNodes/.cache/Comparison Nodes.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/ComparisonNodes/.cache/Comparison Nodes.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/ComparisonNodes/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/ComparisonNodes/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/ComparisonNodes/Application.gcomp/Comparison Nodes.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/ComparisonNodes/Application.gcomp/Comparison Nodes.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/ComparisonNodes/Comparison Nodes.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/ComparisonNodes/Comparison Nodes.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/InRangeandCoerce/.cache/In Range and Coerce.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/InRangeandCoerce/.cache/In Range and Coerce.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/InRangeandCoerce/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/InRangeandCoerce/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/InRangeandCoerce/Application.gcomp/In Range and Coerce.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/InRangeandCoerce/Application.gcomp/In Range and Coerce.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/InRangeandCoerce/In Range and Coerce.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/InRangeandCoerce/In Range and Coerce.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/MaxAndMin/.cache/Max And Min.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/MaxAndMin/.cache/Max And Min.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/MaxAndMin/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/MaxAndMin/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/MaxAndMin/Application.gcomp/Max and Min.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/MaxAndMin/Application.gcomp/Max and Min.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Comparision/MaxAndMin/Max And Min.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Comparision/MaxAndMin/Max And Min.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/ControlsAndIndicators/BasicGraph/.cache/Basic Graph.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/ControlsAndIndicators/BasicGraph/.cache/Basic Graph.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/ControlsAndIndicators/BasicGraph/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/ControlsAndIndicators/BasicGraph/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/ControlsAndIndicators/BasicGraph/Application.gcomp/Basic Graph.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/ControlsAndIndicators/BasicGraph/Application.gcomp/Basic Graph.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/ControlsAndIndicators/BasicGraph/Application.gcomp/Sine Wave generator.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/ControlsAndIndicators/BasicGraph/Application.gcomp/Sine Wave generator.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/ControlsAndIndicators/BasicGraph/Basic Graph.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/ControlsAndIndicators/BasicGraph/Basic Graph.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/GWebCardScreenShot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/GWebCardScreenShot.PNG -------------------------------------------------------------------------------- /ProgrammingBasics/Numerics/NumericFunctions/.cache/Numeric Functions.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Numerics/NumericFunctions/.cache/Numeric Functions.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Numerics/NumericFunctions/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Numerics/NumericFunctions/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Numerics/NumericFunctions/Application.gcomp/Numeric Functions.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Numerics/NumericFunctions/Application.gcomp/Numeric Functions.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Numerics/NumericFunctions/Numeric Functions.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Numerics/NumericFunctions/Numeric Functions.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Readme.md -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/ConcatenateStrings/.cache/Concatenate Strings.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/ConcatenateStrings/.cache/Concatenate Strings.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/ConcatenateStrings/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/ConcatenateStrings/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/ConcatenateStrings/Application.gcomp/Concatenate Strings.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/ConcatenateStrings/Application.gcomp/Concatenate Strings.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/ConcatenateStrings/Concatenate Strings.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/ConcatenateStrings/Concatenate Strings.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/ExtractNumbersWithMatchPattern/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/ExtractNumbersWithMatchPattern/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/ExtractNumbersWithMatchPattern/Extract Numbers With Match Pattern.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/ExtractNumbersWithMatchPattern/Extract Numbers With Match Pattern.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/StringLength/.cache/String Length.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/StringLength/.cache/String Length.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/StringLength/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/StringLength/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/StringLength/Application.gcomp/String Length.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/StringLength/Application.gcomp/String Length.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/StringLength/String Length.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/StringLength/String Length.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/UnflattenFromJSON/.cache/Unflatten From JSON.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/UnflattenFromJSON/.cache/Unflatten From JSON.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/UnflattenFromJSON/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/UnflattenFromJSON/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/UnflattenFromJSON/Application.gcomp/Unflatten From JSON.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/UnflattenFromJSON/Application.gcomp/Unflatten From JSON.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Strings/UnflattenFromJSON/Unflatten From JSON.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Strings/UnflattenFromJSON/Unflatten From JSON.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/DisableStructure/.cache/Disable Structure.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/DisableStructure/.cache/Disable Structure.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/DisableStructure/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/DisableStructure/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/DisableStructure/Application.gcomp/Disabled Structure.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/DisableStructure/Application.gcomp/Disabled Structure.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/DisableStructure/Disable Structure.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/DisableStructure/Disable Structure.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/HandlingCommonUserInterfaceEvents/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/HandlingCommonUserInterfaceEvents/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/LoopTunnelModes/.cache/Loop Tunnel Modes.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/LoopTunnelModes/.cache/Loop Tunnel Modes.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/LoopTunnelModes/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/LoopTunnelModes/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/LoopTunnelModes/Application.gcomp/Loop Tunnel Modes.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/LoopTunnelModes/Application.gcomp/Loop Tunnel Modes.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/LoopTunnelModes/Loop Tunnel Modes.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/LoopTunnelModes/Loop Tunnel Modes.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/SimpleCaseStructure/.cache/Simple Case Structure.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/SimpleCaseStructure/.cache/Simple Case Structure.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/SimpleCaseStructure/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/SimpleCaseStructure/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/SimpleCaseStructure/Application.gcomp/Simple Case Structure.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/SimpleCaseStructure/Application.gcomp/Simple Case Structure.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/SimpleCaseStructure/Simple Case Structure.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/SimpleCaseStructure/Simple Case Structure.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/SimpleForLoop/.cache/Simple For Loop.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/SimpleForLoop/.cache/Simple For Loop.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/SimpleForLoop/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/SimpleForLoop/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/SimpleForLoop/Application.gcomp/Simple For Loop.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/SimpleForLoop/Application.gcomp/Simple For Loop.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/SimpleForLoop/Simple For Loop.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/SimpleForLoop/Simple For Loop.gwebproject -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/StateMachineFundamentals/.cache/State Machine Fundamentals.gwebprojectcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/StateMachineFundamentals/.cache/State Machine Fundamentals.gwebprojectcache -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/StateMachineFundamentals/Application.gcomp/Application.gcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/StateMachineFundamentals/Application.gcomp/Application.gcomp -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/StateMachineFundamentals/Application.gcomp/Function.gviweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/StateMachineFundamentals/Application.gcomp/Function.gviweb -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/StateMachineFundamentals/Application.gcomp/Type.gtype/Type.gtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/StateMachineFundamentals/Application.gcomp/Type.gtype/Type.gtype -------------------------------------------------------------------------------- /ProgrammingBasics/Structures/StateMachineFundamentals/State Machine Fundamentals.gwebproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/ProgrammingBasics/Structures/StateMachineFundamentals/State Machine Fundamentals.gwebproject -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/Readme.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ni/webvi-examples/HEAD/package.json --------------------------------------------------------------------------------