-
Notifications
You must be signed in to change notification settings - Fork 4
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
Archiving files #33
Comments
Do you mean that when transferring the file ends up on the calculator, already archived? I guess that would be a matter of setting the right property, but I'd have to figure that out and build it into ticalc-usb. And seeing that you can achieve the same result by archiving the file on the device after the transfer, it's not really a priority at the moment. (I wrote ticalc.link and ticalc-usb because I didn't find any linking software that "just worked" and that I liked for MacOS, after about a decade of not touching TI calculators. So ironically enough, I'm really not familiar with the features of other software 🙈 Please let me know if you meant something completely different!) |
yes! TI-Connect can do this, and it would be helpful to have in ticalc.link |
Alright, I'm sure someone reading this will be able to confirm if I'm correct in thinking that this would be a matter of setting ticalc-usb/src/dusb/ti84series.js Lines 125 to 129 in f5b3033
If that's the case, it wouldn't be much work, I guess. |
@debrouxl ^ ? |
Yup. Simply add a mode where you force entry.attributes.archived to true before passing said entry to the variable sending code. |
On ticalc.link, there is currently no way to archive files when transferring like in TI-Connect. Is there any way to add this?
--reese
The text was updated successfully, but these errors were encountered: