Skip to content

File.OpenFolderDialog not waiting, caller continues before dialog opens #14

@sjsepan3

Description

@sjsepan3

GetFolderName appears to return with empty value before dialog is shown; the value I select in the dialog is not getting into the variable I check.

`
'------------------------------------------------
Function GetFolderName()
returnValue = ""

WriteError("before")
returnValue = File.OpenFolderDialog("c:")
WriteError("after")
Return returnValue
EndFunction

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions