This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
-DECE-'s profile picture

HORIZON File Manager

Started by -DECE-, 09 February 2018 - 03:43 PM
-DECE- #1
Posted 09 February 2018 - 04:43 PM
HORIZON


It is standalone version of powerful and easy-to-use

file maneger from my VedroidOS


Screenshots:
SpoilerGoogle Photo


Download:
Spoiler
pastebin run 6asVpmcC
magiczocker #2
Posted 09 February 2018 - 06:28 PM
I found some issues:
- The screen flickers when I scroll
- The clock only update, when a event like "mouse_scroll" or "key" is incoming
EveryOS #3
Posted 09 February 2018 - 07:55 PM
I found some issues:
- The screen flickers when I scroll
- The clock only update, when a event like "mouse_scroll" or "key" is incoming
Use

os.queueEvent('')
or

os.startTimer(.5)
or wtvr
SquidDev #4
Posted 09 February 2018 - 08:44 PM
-snip-
Both of those will end up firing far more events than are actually needed, slowing down other people's computers. It'd probably be better to use os.setAlarm + and listen to alarm events.
-DECE- #5
Posted 12 February 2018 - 02:46 PM
I fixed clock