Skip to content

TO_PHPP: Add 'overwrite' setting/warning/popup #68

@ed-p-may

Description

@ed-p-may

Add a warning / setting / option to protect the PHPP from 'overwriting' existing cell values.

For example, something like:

import system.windows.Forms as WinForms

confirm = WinForms.MessageBox.Show(
    "Overwrite Existing PHPP Values?", 
    WinForms.MessageBoxButtons.YesNo, 
    winForms.MessageBoxIcon.warning,
)

if confirm == WinForms.DialogResult.Yes:
    # Write to PHPP...
    ...

or: add a setting to the Grasshopper Component?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions