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

Make SD file create and SD file open accept string value instead of text entry field #544

Open
AndyLindsay opened this issue Jan 21, 2021 · 1 comment
Labels
enhancement New feature or request needs discussion Issue that requires further refinement before any code changes

Comments

@AndyLindsay
Copy link

Customer suggestion: Make SD file create and SD file open accept string value instead of text entry field.

NOTE, this would be consistent with one of the most commonly used terminal print blocks.

image

The default in the string value would still be filename.txt. It's just that it would reside in a string value block instead of the text entry field that is currently used. This would also allow users to dynamically create files by supplying a variable set to a string.

@zfi zfi added enhancement New feature or request needs discussion Issue that requires further refinement before any code changes labels Jan 21, 2021
@zfi
Copy link
Contributor

zfi commented Jan 21, 2021

The SD File Open block is currently doing real-time filename validation. This can also be applied to a string input block but within the OnChange event handler instead of the hard-coded string input the block has now.

There is not a RD Create File block in the project. I believe that this is under discussion in Solo #529.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs discussion Issue that requires further refinement before any code changes
Projects
None yet
Development

No branches or pull requests

2 participants