could this be public?
i wanted a Chooser for saving directories. I see there are various helper functions that call this in various ways, but not for what i want.
could this be public?
i wanted a Chooser for saving directories. I see there are various helper functions that call this in various ways, but not for what i want.
That’s just a messy internal method that’s best kept private… Could change the other methods to do what you need though, e.g. add a browseForDirectoryToSave() or something?
Yes, i thought that would be better. If you want to add this method please do.
thanks.
Actually, that class needed a bit of a spring-clean: I’ve changed that showDialog method now to take some nicer flags instead of bools, and made it public.
Thanks, that’s even better. I did think that there would otherwise be a long list of various “helper” functions.
I got all your other changes too, everything works fine. thanks very much.
– hugh.