Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JamesNewton opened this issue Jun 6, 2024 · 0 comments
Open

Comments

@JamesNewton
Copy link
Collaborator

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. 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant