{}

Our Brands

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

Welcome to the Schneider Electric Website

Welcome to our website.

Search FAQs

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 Ireland

Explore more
Explore more
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.