Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems and errors with existing code #2

Open
billwoo opened this issue Nov 8, 2015 · 0 comments
Open

problems and errors with existing code #2

billwoo opened this issue Nov 8, 2015 · 0 comments

Comments

@billwoo
Copy link

billwoo commented Nov 8, 2015

Thanks for this interesting project !

  1. project/solution loaded into VS 2013 on a Win 8.1/64 machine
  2. compiled and run "as is."
  3. Main Window comes up with its TitleBar area above the top of the screen. With effort it can be "pulled down" and re-sized.
  4. 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."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant