Mirror Utility Program - Contents Of Computer Screen On Monitor. v5.0
#21
Posted 11 May 2014 - 04:26 PM
multishell:39: attempt to call nil
and then it shuts down the computer.
Why does it do this?
#22
Posted 11 May 2014 - 04:41 PM
wojbie, on 08 May 2014 - 06:55 AM, said:
#23
#24
Posted 16 November 2014 - 12:14 PM
mirror monitor_0 edit test
multishell:39: attempt to call nil
mirror monitor_0 shell
shell:4 attempt to call nil
When i look at the specified lines its alway term.current(), is there a way to fix it?
#25
Posted 16 November 2014 - 01:03 PM
Luca0208, on 16 November 2014 - 12:14 PM, said:
mirror monitor_0 edit test
multishell:39: attempt to call nil
mirror monitor_0 shell
shell:4 attempt to call nil
When i look at the specified lines its alway term.current(), is there a way to fix it?
Quote
I am working on new improved version but its a little bit in future because of lack of time to code right now.
Will update as soon as its ready.
#26
Posted 30 December 2014 - 07:34 PM
i have a problem, the size of the displayed content, doesn't resize..
Do i have to do a command for this?
#27
Posted 22 January 2015 - 10:15 PM
#28
Posted 23 January 2015 - 07:13 AM
["current"] = saveterm["current"],
... then it should otherwise work more or less "as-is". It won't play all that well with multishell, but it'll likely handle whatever job you're wanting it for so long as you don't try working with multiple tabs.
#31
Posted 03 October 2015 - 09:36 AM
Bomb Bloke, on 03 October 2015 - 07:31 AM, said:
But with optional 3rd arg for setCursorPos
And more optional arguments for mouse_click event like z, side
More colors, too
It would be so cool!
Edited by Green, 03 October 2015 - 09:37 AM.
#32
Posted 03 October 2015 - 10:20 AM
Bomb Bloke, on 03 October 2015 - 07:31 AM, said:
More like side effect of finalizing work on lua side of this thing and internal want to revive Mirror. But those holograms are on todo list for future. Now that i have made terminal handling side all i have to do is create term.blit that blits onto hologram using font stuff instead of onto terminal. rest of code would stay exactly the same. I just don't feel muse for hologram project atm.
On side note if any of you find any programs that are erroring with the mirror and working fine without it i would be grateful for info. At the moment all that errors for me is battleship treasure disk. And i am working on figuring out why.
Edited by wojbie, 03 October 2015 - 10:36 AM.
#33
Posted 03 October 2015 - 11:11 AM
wojbie, on 03 October 2015 - 10:20 AM, said:
Toggle shift and toggle ctrl... for example for multiselection in (my filebrowser, see in my signature
It is already a great program and has great potencial.
#34
Posted 03 October 2015 - 12:03 PM
Green, on 03 October 2015 - 11:11 AM, said:
Toggle shift and toggle ctrl... for example for multiselection in (my filebrowser, see in my signature
Well truthfully i consider this program done and finished. It has one job - copy terminal onto monitor. Mouse interaction is in cause it was easy to do and there was no point in not including it. And truthfully from my standpoint there is no need to reinvent the keyboard when there are many mods that already give you better keyboard that on-screen one could ever be. Like this per example.
Edited by wojbie, 03 October 2015 - 12:04 PM.
#35
Posted 03 October 2015 - 02:24 PM
wojbie, on 03 October 2015 - 10:20 AM, said:
You may have already gotten this sorted out, but I'm seeing the issue being triggered here:
--redirect just to block scroll
local redir={}
for k,v in pairs(originalTerm) do
if k~="scroll" then
redir[k]=v
else
redir[k]=function() end
end
end
originalTerm = term.redirect(redir)
If something is available through a metatable, but is not actually in the table said metatable is built out of, then "pairs" won't see it. In this case, it believes "originalTerm" to be empty (because your createMultitable() function returns empty tables).
#36
Posted 03 October 2015 - 02:36 PM
Bomb Bloke, on 03 October 2015 - 02:24 PM, said:
*Sound of Wojbie facepalming so hard that he falls out of chair*
I placed wrong createMultitable version in this program. Thanks a lot for that. On accident I placed fluid one instead of static one.
This one (fluid) was created for when tables inside multitable change a lot.
Will need to find where i put my static one and replace it.
Thanks for the help. I was looking for error in completely wrong place (function). Its right what they say. Sometimes you just need a pair of new eyes or a rubber duck so solve problems. ( and i may have lost Mr. Duckpants)
Edited by Wojbie, 16 January 2016 - 07:16 PM.
#37
Posted 03 October 2015 - 03:34 PM
- Bugfix with creation of terminal object.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











