joel16 / CMFileManager-PSP

A multi-purpose file manager for the PSP, heavily inspired by the CM file manager design.
190 stars 5 forks source link

Unable to tick multiple files for batch operation in PSP #10

Closed kathyrollo closed 5 years ago

kathyrollo commented 5 years ago

Summary

Checkboxes cannot be ticked for multiple file processing. Single file operation works.

Screenshot

pic_0000

Steps

  1. Press Triangle on a file/folder (collectively, "item") to open Actions menu.
  2. Select Move (or Copy) option. The current item is not ticked.
  3. Press Triangle to close Actions menu on current item.
  4. Choose another item, press Triangle.
  5. Move has been replaced with Paste. Therefore, user cannot select Move for the additional item.

Actual Result

Selected items are not ticked when actions are performed on them. Batch processing unavailable.

Expected Result

Checkboxes indicate batch processing.

Workaround

Copy/Move/Delete items individually.

Possible Solution

Probably a good candidate for V2 milestone.

Environment

Model: PSP-3000 (TA-090v2, 03g) LCFW: 6.60 PRO-C2

joel16 commented 5 years ago

Not sure if I see the problem here. It allows you to select multiple files and folders in one directory, which you can then move/copy to another directory or simply delete. It works similar to how you hold the CTRL button on windows, which allows you to select multiple files and folder in a single directory, then you can do whatever you want with them. Also the only batch file processing functions are delete/move/copy, I don't really see why I need to not display the others just for this case. They simply won't work, and it's just putting more work on my table :P

kathyrollo commented 5 years ago

Heya @joel16 ,

Are you testing on Vita (touch) or the PSP? So far, I have not managed to do batch processing with the usual PSP-3000 buttons. Might you add additional documentation to the README?

joel16 commented 5 years ago

You press square to check/uncheck and then press triangle to use the options menu to batch move/copy/delete.

Edit: I use a PSP Go for testing.

kathyrollo commented 5 years ago

Looks cool! Closing this.