0 Members and 1 Guest are viewing this topic.
Quote from: compu on August 09, 2013, 07:10:33 amSure. And by the way, would it be possible to make the program loader of ndless available to launched programs?I have just added nl_exec() to Ndless/Ndless SDK r877. I haven't been able to test it extensively yet, tell me if everything works for you.Implementing shortcuts should be straightforward, storing the target path in a plain text file with a .lnk extension should do.
Sure. And by the way, would it be possible to make the program loader of ndless available to launched programs?
Will hiding them fix the speed issue? I know that on the TI-84+, when programs are locked and not visible from the EDIT menu, there is a massive lag when moving the cursor from one program to another below 50+ locked programs. Of course, the Nspire is a different calc, but since TI still coded it, who knows? >.< I never ever tried any file management tool for the TI-Nspire.
Will hiding them fix the speed issue? [...] who knows? >.<
Do we want to support calculators without ndless installed (newer models, or if the owner isn't allowed to)?
Can libticables send files to hidden folders?
Quote from: DJ Omnimaga on August 10, 2013, 04:03:57 amWill hiding them fix the speed issue? [...] who knows? >.<Experiments have shown that hiding files solves the big delay encoured when accessing the My Document view, so we know.
QuoteDo we want to support calculators without ndless installed (newer models, or if the owner isn't allowed to)?I'm not sure how could we support calculators without Ndless installed, when neither BASIC, nor Lua, can read and write files ?What's more, in general, on principle grounds, we don't need or want to support the views of the manufacturer and school system. Most programs which could be installed through a package managers are games, because it's easier to make games than integrate with the OS.
I'd be great to have the appstore recognize packages installed with pacspire and vice versa.
you're simply restraining the target of the whole project to a few dozens people...
- if the calc is not ndlessed, warn the user that the files won't be transfered outside of /documents, and that, of course, only Basic + Lua based .tns will work, unless they install Ndless (give a link and/or automate the installation if the user accepts to install it).- if ndlessed, then, it will be transfered within /documents temporarily and then handled by the calc program to be moved somewhere else with a directly-user-accessible link created.
There are far more than "a few dozen persons" who can install Ndless...
OK, so you're thinking about moving more functionality on the computer side than I was thinking. That could be an option.
Quoteyou're simply restraining the target of the whole project to a few dozens people...There are far more than "a few dozen persons" who can install Ndless...
Quote- if the calc is not ndlessed, warn the user that the files won't be transfered outside of /documents, and that, of course, only Basic + Lua based .tns will work, unless they install Ndless (give a link and/or automate the installation if the user accepts to install it).- if ndlessed, then, it will be transfered within /documents temporarily and then handled by the calc program to be moved somewhere else with a directly-user-accessible link created.OK, so you're thinking about moving more functionality on the computer side than I was thinking. That could be an option.
We're still very heavily in the brainstorming / planning phase, we'll prioritize features and make a design later