This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
HORIZON File Manager
Started by -DECE-, 09 February 2018 - 03:43 PMPosted 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
- The screen flickers when I scroll
- The clock only update, when a event like "mouse_scroll" or "key" is incoming
Posted 09 February 2018 - 07:55 PM
UseI found some issues:
- The screen flickers when I scroll
- The clock only update, when a event like "mouse_scroll" or "key" is incoming
os.queueEvent('')
or
os.startTimer(.5)
or wtvrPosted 09 February 2018 - 08:44 PM
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.-snip-
Posted 12 February 2018 - 02:46 PM
I fixed clock