-
Notifications
You must be signed in to change notification settings - Fork 0
SilverlightFlag
Nonki Takahashi edited this page Apr 24, 2017
·
2 revisions
Use flag silverlight to distinguish whether on browser with Silverlight or desktop environment.
Sub SB_Workaround
' Small Basic | Workaround for Silverlight
' returns silverlight - "True" if in remote
color = GraphicsWindow.GetPixel(0, 0)
If Text.GetLength(color) > 7 Then
silverlight = "True"
msWait = 300
Else
silverlight = "False"
EndIf
EndSub
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.
