Hi all,
I’ve recently been trying to implement a Open and Save dialog window in my project. The best implementation I found was from this post by khalibloo: [here][1]. The dialog window in itself works fine, but I cannot figure out how to set default name for the file I’m saving so that I don’t have to type one in every time.
I know from [here][2] it should start with ‘\0’, but for the life of me I couldn’t get anything to be set as default name, it always stays blank (see picture).
Has anyone had similar troubles getting the default name to appear?