You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not happen every time, and not on every computer (i have it repeatably on my Desktop PC with a large screen - maybe related to the problem)...
This does not happen in the WebACS.
The text was updated successfully, but these errors were encountered:
dockEventGrid.Width = dockableComponentProperties.ContainerPane.ActualWidth - 15;
If ContainerPane.ActualWidth is 0, the result width is -15, which is stated in the error message. No idea what the exact meaning is or why ContainerPane.ActualWidth is 0 sometimes.
thanks for having a look!
could we catch that exception - so that we prevent the ACS from crashing completely ... ?
I have no idea how often (or in which system constellation) the problem occurs - but if it happens, the model can't be used with the ACS at all ...
Yeah, would make sense to catch the exception or to prevent it by using a default value if 0 is returned. However I've no clue what this code is actually doing, this should be investigated before changing something here.
just found a very strange bug in the ACS: when opening certain models, e.g.:
https://github.com/asterics/AsTeRICS/blob/master/bin/ARE/models/useCaseDemos/mouseControl/crosshairCursorControl_1key.acs
the ACS crashes with attached error message:
This does not happen every time, and not on every computer (i have it repeatably on my Desktop PC with a large screen - maybe related to the problem)...
This does not happen in the WebACS.
The text was updated successfully, but these errors were encountered: