Author Topic: Ndless Commander 0.4 -- TI-Nspire File Browser  (Read 28896 times)

0 Members and 1 Guest are viewing this topic.

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #15 on: June 07, 2012, 08:12:29 pm »
Lol you mean triple post.  Good job though :P
You just lost the game.



Offline ajorians

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 105
  • Rating: +47/-0
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #16 on: June 23, 2013, 01:36:50 am »
I found your program really useful!  I desired to delete some files that were created at the root (at '/' not '/documents') and I didn't know of a program that could delete them.  So I made a super quick modification to your program to accomplish such a thing.  And I tried to be very careful.  If I have time I'd like to add just a tad of UI like what you did when a file is copied; as well as fix any bugs related to the change.

I have the program ask the user if they are sure before deleting.  After I delete visible in My Documents view, such as a file in /documents/ , I still see it listed when I exit the program.  So I just press the On key and then go back into My Documents and it is gone as expected.

Below are the modified source files.  I figure that if somebody needs to use the delete functionality they probably know how to compile ndless programs.  Though if people want I'll upload the Nspire TNS file.

Have a great day!

Offline excale

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 103
  • Rating: +19/-1
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #17 on: June 23, 2013, 06:18:16 am »
Not that I want to advertise my program, but here is another way to achieve this: http://tiplanet.org/forum/viewtopic.php?t=9430 :)

Offline ajorians

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 105
  • Rating: +47/-0
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #18 on: June 23, 2013, 08:19:34 am »
Hi excale,

Actually thanks for sharing this!  I was looking for that and didn't know if it already existed.  I bet others (if not today, then some day in the future) will need it.

Have a great day!

Offline AlexisVieira

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 100
  • Rating: +1/-1
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #19 on: June 23, 2013, 01:24:16 pm »
Not that I want to advertise my program, but here is another way to achieve this: http://tiplanet.org/forum/viewtopic.php?t=9430 :)
btw, I think that rootdoc is great :)
I'm Portuguese, sorry bad English

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #20 on: June 29, 2013, 10:28:23 am »
I have the program ask the user if they are sure before deleting.  After I delete visible in My Documents view, such as a file in /documents/ , I still see it listed when I exit the program.  So I just press the On key and then go back into My Documents and it is gone as expected.
There's a libndls function to refresh the document screen called refresh_osscr() ;)

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #21 on: July 10, 2013, 04:46:11 pm »
There's a libndls function to refresh the document screen called refresh_osscr() ;)
Also notice that this function is time critical if the user has a lot of documents.
In other words, it is as slow as doing Home+2
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline CleanUser2020

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 6
  • Rating: +0/-0
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #22 on: April 20, 2016, 11:39:39 am »
.
« Last Edit: January 06, 2018, 08:46:21 am by Jaroslav Nassedkin »

Offline SpiroH

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +153/-23
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #23 on: April 29, 2016, 09:56:29 am »
....
can we get the TNS. file ? ;)

Well, maybe  :-\

Procedure:
1. Download this ndless version that still works on windows: ndless-v3.6-beta-r990-sdk.zip
which i've just uploaded here: http://s000.tinyupload.com/index.php?file_id=13615468116496279843
Is a bit old but should be more than enough.

2. Go to this topic's first page and download 'nc0.4.zip' https://www.omnimaga.org/ti-nspire-projects/ndless-commander-0-4-ti-nspire-file-browser/msg304508/#msg304508

3. Install ndless sdk v3.6-beta, try to compile one or two samples, and later recompile nc to regenerate NC.tns It should be straightforward (if we have the very basics in programming)

4. If all goes well, your are just about ready to also (re)compile ajorians's files, making a project copy and replacing the files with the same name.

Let us know about your progress.
Good luck,  ;)




Offline Vogtinator

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1193
  • Rating: +108/-5
  • Instruction counter
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #24 on: April 29, 2016, 02:36:26 pm »
Quote
1. Download this ndless version that still works on windows: ndless-v3.6-beta-r990-sdk.zip
which i've just uploaded here: http://s000.tinyupload.com/index.php?file_id=13615468116496279843

The latest SDK works on Windows just fine. There are no binaries though.

Offline ajorians

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 105
  • Rating: +47/-0
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #25 on: May 01, 2016, 02:11:49 pm »
Hey Jaroslav,

Yes!  I attached a .zip file containing the nc.prg.tns file that has the delete capability that I added (via the backspace key).  It is version 0.4 of Hoffa's Ndless Commander + my little addition.  I updated it to work with the latest NDless SDK (it was just a simple is_cx to has_colors replacement), and I updated the Makefile to use Genzehn.  Give it a try when you get a chance (of course be careful with deleting files).

Ikj: I didn't add the refresh_osscr() function call.  But I probably should; it would be nice.

By the way I am working on a TI-Nspire game as we speak (it is a puzzle game).  I have been busy this past year and was unable to create anything new; but I'm still here!  This will always be a hobby on mine! :)

Well have a great day!

Offline Legimet

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +29/-0
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #26 on: May 01, 2016, 09:14:18 pm »
Please don't add refresh_osscr. It is really slow if you have a lot of documents.

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: Ndless Commander 0.4 -- TI-Nspire File Browser
« Reply #27 on: May 02, 2016, 03:23:27 pm »
It is very slow, but it's also quite confusing when changes are just not displayed until the OS calls refresh_osscr itself (I always forget about that :P). But yeah, it seems that there's more or less a consensus that the slowness is the more annoying of the two.

Nice to see that you're still around and doing Nspire programming ;)