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
project/solution loaded into VS 2013 on a Win 8.1/64 machine
compiled and run "as is."
Main Window comes up with its TitleBar area above the top of the screen. With effort it can be "pulled down" and re-sized.
fatal error:
starting to type in the text-entry field for "Mirror Size:"
throws an exception in the public int GeometryWidth 'setter:
if (value < MinGeometryWidth || value > MaxGeometryWidth)
throw new ArgumentException();
"Message: An exception of type 'System.ArgumentException' occurred in KaleidoscopeGenerator.UI.WPF.exe but was not handled in user code
Additional information: Value does not fall within the expected range.
An exception of type 'System.ArgumentException' occurred in KaleidoscopeGenerator.UI.WPF.exe but was not handled in user code Additional information: Value does not fall within the expected range."
The text was updated successfully, but these errors were encountered:
Thanks for this interesting project !
starting to type in the text-entry field for "Mirror Size:"
throws an exception in the public int GeometryWidth 'setter:
if (value < MinGeometryWidth || value > MaxGeometryWidth)
throw new ArgumentException();
"Message: An exception of type 'System.ArgumentException' occurred in KaleidoscopeGenerator.UI.WPF.exe but was not handled in user code
Additional information: Value does not fall within the expected range.
An exception of type 'System.ArgumentException' occurred in KaleidoscopeGenerator.UI.WPF.exe but was not handled in user code Additional information: Value does not fall within the expected range."
The text was updated successfully, but these errors were encountered: