Skip to content

New list, Form init variables. #183

@ssweber

Description

@ssweber

The couple last things that are on my list:

  • Integrate autosave as a constant. Eg _prompt_save = AUTOSAVE, making it clear that it’s a mode of prompt_save. Add to Form init, and have Dataset get init value from Form if their init is None.
  • Add save_quiet = True/False as a form init, that will disable popups on save_none or save_sucess
  • Related to save_quiet, make an example use the new popup.last_info as a sg.statusbar
  • Add duplicate_children as Form/Dataset init. So users can toggle behavior they want. Either only allow parents, or allow both
  • description_column_names / column index position
  • confirm_delete - to delete without prompting user "Are you sure"
  • confirm_duplicate - to duplicate (honoring parent only, or parent and children) without prompting user?
  • default order clause

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions