{}

Naše značky

Impact-Company-Logo-English Black-01-177x54

Vítejte na internetových stránkách společnosti Schneider Electric

Vítejte na našich internetových stránkách.

Prohledejte časté dotazy

Crash of the DEMO of Unity SFCVIEW V2.0

Goals and Symptoms

If you minimize the window of the UnitySFCViewDemo.exe the program crashes.

Facts and Changes

Unity SFCVIEW V2.0
UnitySFCViewDemo.exe

Causes and Fixes

If you have Visual Basic you can solve the problem by changing the source "frmDemoMain.frm" of the UnitySFCViewDemo.exe.

faulty part:

Private Sub Form_Resize()
SFCView1.Height = Me.Height - 1100
If SFCView1.ViewMode <> sfcDetailsSimple Then SFCView1.Width = Me.ScaleWidth
End Sub

correction:

Private Sub Form_Resize()
If Me.Height - 1100 > 0 Then SFCView1.Height = Me.Height - 1100
If SFCView1.ViewMode <> sfcDetailsSimple Then SFCView1.Width = Me.ScaleWidth
End Sub


Legacy KB System (APS) Data: RESL170412 V1.0, Originally authored by on , Last Edited by on
Related ranges: Unity Pro

Schneider Electric Česká republika

Zjistěte více
Zjistěte více