Skip to content

Modal versus Modeless window #137

@janpop2017

Description

@janpop2017

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions