cfry / dde

Dexter Development Environment
Other
44 stars 25 forks source link

"choose_file" as a file name doesn't pop up a choose file dialog #105

Open JamesNewton opened 5 months ago

JamesNewton commented 5 months ago

Eval the following job:

new Job({
    name: "job2",
    do_list: [
        Dexter.draw_dxf({}),
        ]
    })

Notice the error: The result of evaling JS new Job({... is... ReferenceError: choose_file is not defined

In the past, that would have popped up a dialog box with which to select a new file.