fslaborg / fslaborg/FSharp.Charting

Modal versus Modeless window

Open
#137 1 comment 0 reactions 1 assignee Claimed by @simra View on GitHub
Dominant language
F#
Stars
209
Forks
65
PR merge metrics
No merged PRs in 30d

Description

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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.