mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-27 12:05:34 +00:00
pagination
parent
a0c9699173
commit
4ec6560c00
@ -6,10 +6,17 @@ Used to manage files on the SD Card.
|
|||||||
- Use the select (center) key enter a folder or to select an item to take an action on.
|
- Use the select (center) key enter a folder or to select an item to take an action on.
|
||||||
- Use the right button to select a folder to take an action on (e.g. rename a folder).
|
- Use the right button to select a folder to take an action on (e.g. rename a folder).
|
||||||
- Use the left button or select the ".." folder to go up a directory.
|
- Use the left button or select the ".." folder to go up a directory.
|
||||||
|
- click on "-->" to get to next page, you will generally find it at the bottom of the list
|
||||||
|
- click on "<--" to get to previous page, you will generally find it at the top the list
|
||||||
|
|
||||||
A small, blinking arrow on the right indicates that there are more items if you scroll down.
|
A small, blinking arrow on the right indicates that there are more items if you scroll down.
|
||||||
|
|
||||||
### File type handlers
|
## Pagination
|
||||||
|
When there are too much elements, the sorting is disabled (not enough memory to do it) but the pagination is turning on, allowing to view a lot more elements.
|
||||||
|
|
||||||
|
On pagination buttons lines and in place of the size, there will be a page number indicating to which page you will be going.
|
||||||
|
|
||||||
|
## File type handlers
|
||||||
Selecting certain types of files launch a viewer for the content. Use the right button to enter the toolbar for these file types. Exiting the viewer when launched this way will return back to Fileman.
|
Selecting certain types of files launch a viewer for the content. Use the right button to enter the toolbar for these file types. Exiting the viewer when launched this way will return back to Fileman.
|
||||||
- BMP files will open in the Splash viewer. If the file is of the correct size and type, it can be set as the splash screen.
|
- BMP files will open in the Splash viewer. If the file is of the correct size and type, it can be set as the splash screen.
|
||||||
- TXT files will open in Notepad
|
- TXT files will open in Notepad
|
||||||
@ -62,7 +69,7 @@ When an item has been selected, the following commands are available in the tool
|
|||||||
|
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
- Only the first 100 items in a directory can be shown (sometimes less; an "out of memory" error may occur if too many).
|
- items are listed unsorted after a fixed number of element (hardware limitation, no enough memory to sort all the files).
|
||||||
- Copy & Paste does not work on folders. (Note that Cut & Paste _is_ now supported on folders.)
|
- Copy & Paste does not work on folders. (Note that Cut & Paste _is_ now supported on folders.)
|
||||||
- Folders must be empty in order to be deleted (use the Clean button to empty a folder first).
|
- Folders must be empty in order to be deleted (use the Clean button to empty a folder first).
|
||||||
- Cut/Copy/Paste does not work with "partner" files.
|
- Cut/Copy/Paste does not work with "partner" files.
|
||||||
|
Loading…
Reference in New Issue
Block a user