Browse Source

Update Webgadget to 1.0.9.0

Signed-off-by: Imhotheb <Info@Imhotheb.de>
master
Imhotheb 5 years ago
parent
commit
44bcade4a8
  1. 10
      PB.Ex_WebGadget/x64/PB.Ex_WebGadget.pb
  2. 7
      PB.Ex_WebGadget/x64/PB.Ex_WebGadget.pbi
  3. BIN
      PB.Ex_WebGadget/x64/PB.Ex_WebGadget_x64.dll
  4. 32
      PB.Ex_WebGadget/x64/gauge.html
  5. 27
      PB.Ex_WebGadget/x64/gauge.min.js
  6. 7
      PB.Ex_WebGadget/x86/PB.Ex_WebGadget.pb
  7. 7
      PB.Ex_WebGadget/x86/PB.Ex_WebGadget.pbi
  8. BIN
      PB.Ex_WebGadget/x86/PB.Ex_WebGadget_x86.dll
  9. 37
      PB.Ex_WebGadget/x86/debug.log

10
PB.Ex_WebGadget/x64/PB.Ex_WebGadget.pb

@ -1,10 +1,10 @@
;Version: 1.0.8.0 ;Version: 1.0.9.0
EnableExplicit EnableExplicit
Global PBEx_WebGadget Global PBEx_WebGadget
#PBEx_WebGadgetEx_Version$ = "1.0.8.0" #PBEx_WebGadgetEx_Version$ = "1.0.9.0"
#PB_Web_Zoom = 100 #PB_Web_Zoom = 100
CompilerIf #PB_Compiler_Processor = #PB_Processor_x86 CompilerIf #PB_Compiler_Processor = #PB_Processor_x86
@ -94,7 +94,7 @@ If OpenWindow(0, 0, 0, 1200, 768, "Window", #PB_Window_SystemMenu | #PB_Window_S
ButtonGadget(20, 1030, 0, 50, 20, "IsBusy?", 0) ButtonGadget(20, 1030, 0, 50, 20, "IsBusy?", 0)
ButtonGadget(21, 1080, 0, 50, 20, "GetZoom", 0) ButtonGadget(21, 1080, 0, 50, 20, "GetZoom", 0)
ButtonGadget(22, 1130, 0, 60, 20, "Zoom=200", 0) ButtonGadget(22, 1130, 0, 60, 20, "Zoom=200", 0)
Repeat Repeat
Select WaitWindowEvent() Select WaitWindowEvent()
Case #PB_Event_Gadget Case #PB_Event_Gadget
@ -157,11 +157,11 @@ If OpenWindow(0, 0, 0, 1200, 768, "Window", #PB_Window_SystemMenu | #PB_Window_S
ForEver ForEver
EndIf EndIf
; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64) ; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64)
; CursorPosition = 14
; Folding = - ; Folding = -
; EnableXP ; EnableXP
; EnableUser ; EnableUser
; DPIAware
; Executable = PB.Ex_MSSQL.exe ; Executable = PB.Ex_MSSQL.exe
; CompileSourceDirectory ; CompileSourceDirectory
; EnableCompileCount = 504 ; EnableCompileCount = 597
; EnableBuildCount = 7 ; EnableBuildCount = 7

7
PB.Ex_WebGadget/x64/PB.Ex_WebGadget.pbi

@ -1,10 +1,10 @@
;Version: 1.0.8.0 ;Version: 1.0.9.0
EnableExplicit EnableExplicit
Global PBEx_WebGadget Global PBEx_WebGadget
#PBEx_WebGadgetEx_Version$ = "1.0.8.0" #PBEx_WebGadgetEx_Version$ = "1.0.9.0"
#PB_Web_Zoom = 100 #PB_Web_Zoom = 100
CompilerIf #PB_Compiler_Processor = #PB_Processor_x86 CompilerIf #PB_Compiler_Processor = #PB_Processor_x86
@ -61,8 +61,7 @@ If PBEx_WebGadget
EndIf EndIf
; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64) ; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64)
; CursorPosition = 61 ; CursorPosition = 18
; FirstLine = 2
; EnableXP ; EnableXP
; EnableUser ; EnableUser
; Executable = PB.Ex_MSSQL.exe ; Executable = PB.Ex_MSSQL.exe

BIN
PB.Ex_WebGadget/x64/PB.Ex_WebGadget_x64.dll

Binary file not shown.

32
PB.Ex_WebGadget/x64/gauge.html

@ -0,0 +1,32 @@
<html>
<head>
<script type="application/javascript" src="./gauge.min.js"></script>
<style>body{padding:0;margin:0;background:#222}</style>
</head>
<body>
<canvas id="gauge1"></canvas>
<canvas id="gauge2"></canvas>
<script type="application/javascript">
var gauge1 = new RadialGauge({
renderTo: 'gauge1',
width: 200,
height: 200,
minValue: 0,
maxValue: 100,
}).draw();
var gauge2 = new RadialGauge({
renderTo: 'gauge2',
width: 200,
height: 200,
minValue: 0,
maxValue: 100,
}).draw();
</script>
</body>
</html>

27
PB.Ex_WebGadget/x64/gauge.min.js

File diff suppressed because one or more lines are too long

7
PB.Ex_WebGadget/x86/PB.Ex_WebGadget.pb

@ -1,10 +1,10 @@
;Version: 1.0.8.0 ;Version: 1.0.9.0
EnableExplicit EnableExplicit
Global PBEx_WebGadget Global PBEx_WebGadget
#PBEx_WebGadgetEx_Version$ = "1.0.8.0" #PBEx_WebGadgetEx_Version$ = "1.0.9.0"
#PB_Web_Zoom = 100 #PB_Web_Zoom = 100
CompilerIf #PB_Compiler_Processor = #PB_Processor_x86 CompilerIf #PB_Compiler_Processor = #PB_Processor_x86
@ -157,8 +157,7 @@ If OpenWindow(0, 0, 0, 1200, 768, "Window", #PB_Window_SystemMenu | #PB_Window_S
ForEver ForEver
EndIf EndIf
; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64) ; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64)
; CursorPosition = 157 ; CursorPosition = 6
; FirstLine = 98
; Folding = - ; Folding = -
; EnableXP ; EnableXP
; EnableUser ; EnableUser

7
PB.Ex_WebGadget/x86/PB.Ex_WebGadget.pbi

@ -1,10 +1,10 @@
;Version: 1.0.8.0 ;Version: 1.0.9.0
EnableExplicit EnableExplicit
Global PBEx_WebGadget Global PBEx_WebGadget
#PBEx_WebGadgetEx_Version$ = "1.0.8.0" #PBEx_WebGadgetEx_Version$ = "1.0.9.0"
#PB_Web_Zoom = 100 #PB_Web_Zoom = 100
CompilerIf #PB_Compiler_Processor = #PB_Processor_x86 CompilerIf #PB_Compiler_Processor = #PB_Processor_x86
@ -61,8 +61,7 @@ If PBEx_WebGadget
EndIf EndIf
; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64) ; IDE Options = PureBasic 5.71 beta 1 LTS (Windows - x64)
; CursorPosition = 61 ; CursorPosition = 10
; FirstLine = 2
; EnableXP ; EnableXP
; EnableUser ; EnableUser
; Executable = PB.Ex_MSSQL.exe ; Executable = PB.Ex_MSSQL.exe

BIN
PB.Ex_WebGadget/x86/PB.Ex_WebGadget_x86.dll

Binary file not shown.

37
PB.Ex_WebGadget/x86/debug.log

@ -1,37 +0,0 @@
[0426/090842.836:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0426/090844.665:INFO:CONSOLE(2)] "JQMIGRATE: Migrate is installed, version 1.4.1", source: https://www.rsbasic.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 (2)
[0426/090844.899:WARNING:angle_platform_impl.cc(52)] compileToBinary(232):
C:\fakepath(73,10-42): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
C:\fakepath(95,10-42): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[0426/094916.923:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0426/094918.694:INFO:CONSOLE(2)] "JQMIGRATE: Migrate is installed, version 1.4.1", source: https://www.rsbasic.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 (2)
[0426/094918.904:WARNING:angle_platform_impl.cc(52)] compileToBinary(232):
C:\fakepath(73,10-42): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
C:\fakepath(95,10-42): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[0426/094919.978:WARNING:CONSOLE(3124)] "document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.", source: chrome-devtools://devtools/shell.js (3124)
[0426/094920.026:WARNING:CONSOLE(3082)] "Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.", source: chrome-devtools://devtools/shell.js (3082)
[0426/094921.924:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0427/082859.811:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0427/082904.913:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0427/082909.915:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0427/082910.424:INFO:CONSOLE(2)] "JQMIGRATE: Migrate is installed, version 1.4.1", source: https://www.rsbasic.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 (2)
[0427/082914.917:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0427/082927.116:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0427/082928.899:INFO:CONSOLE(2)] "JQMIGRATE: Migrate is installed, version 1.4.1", source: https://www.rsbasic.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 (2)
[0427/082931.028:INFO:CONSOLE(0)] "Uncaught (in promise) System.InvalidOperationException: Could not execute method: call(MyJSCallback, Hello PureBasic) ---> System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
bei System.Collections.Generic.Dictionary`2.get_Item(TKey key)
bei PBEx.PBProcedure.call(String PBProcedureName, String Parameter)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
bei System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
bei CefSharp.Internals.JavascriptObjectRepository.TryCallMethod(Int64 objectId, String name, Object[] parameters, Object& result, String& exception) in C:\projects\cefsharp\CefSharp\Internals\JavascriptObjectRepository.cs:Zeile 273.
--- Ende der internen Ausnahmestapelüberwachung ---
bei CefSharp.Internals.JavascriptObjectRepository.TryCallMethod(Int64 objectId, String name, Object[] parameters, Object& result, String& exception) in C:\projects\cefsharp\CefSharp\Internals\JavascriptObjectRepository.cs:Zeile 304.", source: https://www.rsbasic.de/ (0)
[0427/082932.119:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0427/083345.245:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
[0427/083347.073:INFO:CONSOLE(2)] "JQMIGRATE: Migrate is installed, version 1.4.1", source: https://www.rsbasic.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 (2)
[0427/083350.248:WARNING:dns_config_service_win.cc(669)] Failed to read DnsConfig.
Loading…
Cancel
Save

Impressum | Datenschutz