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

Modal versus Modeless window #137

Open
janpop2017 opened this issue Feb 6, 2018 · 1 comment
Open

Modal versus Modeless window #137

janpop2017 opened this issue Feb 6, 2018 · 1 comment
Assignees

Comments

@janpop2017
Copy link

janpop2017 commented Feb 6, 2018

The Display chart function: Show
should be renamed to ShowDialog // a modal window
(because it is calling f.ShowDialog() |> ignore )

A better solution is to change it to f.Show() |> ignore // a modeless window
( which is the correct window type for displaying charts)

@simra
Copy link
Contributor

simra commented Mar 5, 2018

Thanks for opening this issue- I'll have a look.

@simra simra self-assigned this Mar 5, 2018
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

2 participants