Skip to content

Commit

Permalink
source only VIs, PDF Printing,
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinsimon committed Oct 24, 2023
1 parent 3ec6bc8 commit de37c6f
Show file tree
Hide file tree
Showing 28 changed files with 114 additions and 100 deletions.
Binary file removed Source/Example/Dual.vi
Binary file not shown.
Binary file added Source/Example/Multiple Instances.vi
Binary file not shown.
Binary file added Source/Example/PDF Creation.vi
Binary file not shown.
Binary file modified Source/Example/Page Source.vi
Binary file not shown.
Binary file modified Source/Example/WebView2 Demo Browser.vi
Binary file not shown.
6 changes: 5 additions & 1 deletion Source/Example/Webview2 Demo.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
<Property Name="specify.custom.address" Type="Bool">false</Property>
<Item Name="Examples" Type="Folder">
<Item Name="Dual.vi" Type="VI" URL="../Dual.vi"/>
<Item Name="JS Chart.vi" Type="VI" URL="../JS Chart.vi"/>
<Item Name="Multiple Instances.vi" Type="VI" URL="../Multiple Instances.vi"/>
<Item Name="Page Source.vi" Type="VI" URL="../Page Source.vi"/>
<Item Name="PDF Creation.vi" Type="VI" URL="../PDF Creation.vi"/>
<Item Name="Webmessages.vi" Type="VI" URL="../Webmessages.vi"/>
<Item Name="WebView2 Demo Browser.vi" Type="VI" URL="../WebView2 Demo Browser.vi"/>
</Item>
Expand All @@ -37,6 +38,7 @@
<Item Name="Error Code Database.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Error Code Database.vi"/>
<Item Name="ErrWarn.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/ErrWarn.ctl"/>
<Item Name="eventvkey.ctl" Type="VI" URL="/&lt;vilib&gt;/event_ctls.llb/eventvkey.ctl"/>
<Item Name="ex_CorrectErrorChain.vi" Type="VI" URL="/&lt;vilib&gt;/express/express shared/ex_CorrectErrorChain.vi"/>
<Item Name="Find Tag.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Find Tag.vi"/>
<Item Name="Format Message String.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Format Message String.vi"/>
<Item Name="General Error Handler Core CORE.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/General Error Handler Core CORE.vi"/>
Expand All @@ -46,6 +48,7 @@
<Item Name="Get Text Rect.vi" Type="VI" URL="/&lt;vilib&gt;/picture/picture.llb/Get Text Rect.vi"/>
<Item Name="GetHelpDir.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/GetHelpDir.vi"/>
<Item Name="GetRTHostConnectedProp.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/GetRTHostConnectedProp.vi"/>
<Item Name="High Resolution Relative Seconds.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/High Resolution Relative Seconds.vi"/>
<Item Name="Longest Line Length in Pixels.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Longest Line Length in Pixels.vi"/>
<Item Name="LVBoundsTypeDef.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/miscctls.llb/LVBoundsTypeDef.ctl"/>
<Item Name="LVRectTypeDef.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/miscctls.llb/LVRectTypeDef.ctl"/>
Expand All @@ -56,6 +59,7 @@
<Item Name="Set Bold Text.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Set Bold Text.vi"/>
<Item Name="Set String Value.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Set String Value.vi"/>
<Item Name="Simple Error Handler.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Simple Error Handler.vi"/>
<Item Name="subFile Dialog.vi" Type="VI" URL="/&lt;vilib&gt;/express/express input/FileDialogBlock.llb/subFile Dialog.vi"/>
<Item Name="System Directory Type.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/sysdir.llb/System Directory Type.ctl"/>
<Item Name="TagReturnType.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/TagReturnType.ctl"/>
<Item Name="Three Button Dialog CORE.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Three Button Dialog CORE.vi"/>
Expand Down
Binary file added Source/Webview2 Control/Await.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Data.ctl
Binary file not shown.
Binary file modified Source/Webview2 Control/Events Read 5.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Get Environment.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Go Back.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Go Forward.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Init Core.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Init WebView2 Core.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Init.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Paths Read 2.vi
Binary file not shown.
Binary file added Source/Webview2 Control/Print Options Read 2.vi
Binary file not shown.
Binary file added Source/Webview2 Control/Print PDF.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Register Events.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Reload.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Res.ctl
Binary file not shown.
Binary file modified Source/Webview2 Control/Run Javascript.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Site Info Read 4.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/State.ctl
Binary file not shown.
Binary file added Source/Webview2 Control/Task Awaiter.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/URL Read 3.vi
Binary file not shown.
Binary file modified Source/Webview2 Control/Uninit.vi
Binary file not shown.
208 changes: 109 additions & 99 deletions Source/Webview2 Control/WebView2 Control.xctl

Large diffs are not rendered by default.

0 comments on commit de37c6f

Please sign in to comment.