Skip to content

[Suggestion] CFileDialog and CFolderDialog rewrite #2

@sancarn

Description

@sancarn

Suggestions for inspiration:

CFileDialog and CFolderDialog are simply wrappers around FileSelectFile and FileSelectFolder

This seems fairly pointless in my opinion. It'd be much better if these were full extendable GUIs which you could customise with your own behaviours. E.G.

class MyFileDialog extends CFileDialog {
  specialButton := this.AddControl("Button","specialButton".""."Clicky")
  specialButton_click(){
    ;create some menu to choose some stuff... e.g. choose between file:///, ftp:// and http:// protocols.
  }
}

The GUI was build from the ground up in CGUI that would be amazing (and significantly more useful!)

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