8 posts
Location
In a house.
Posted 19 April 2013 - 10:51 AM
MonoWriteWelcome to monowrite!This is a monitor text displayer program. I was using it for a quiz show I'm about to do with a friend, but I thought: Too good to keep it for myself. So, I shared it. Go to this link to recieve a readme file on how to get MonoWrite.20/04/2013 - v2 released!Check the txt file to see what's new!:blink:/>
Attention!Do not post any insults!Download link:LATEST(v2): MediaFirev1: MediaFire
Edited by
500 posts
Posted 19 April 2013 - 10:56 AM
I think you should put the pastebin as well: pastebin get Em64rr35
1852 posts
Location
Sweden
Posted 19 April 2013 - 11:18 AM
Uhmm.. So this is basically a program that writes what you write in the program?
Or is it a function in the program?
Is it something like this?
mon = peripheral.wrap(side)
function drawAt(x,y,text)
--Terminal
term.setCursorPos(x,y)
write(x,y,text)
--Monitor
mon.setCursorPos(x,y)
mon.print(text)
end
Or have I just gotten completly lost?
And keep in mind that most people prefeer pastebin links since it's quick and easy to download from 'em.
8 posts
Location
In a house.
Posted 19 April 2013 - 02:19 PM
Uhmm.. So this is basically a program that writes what you write in the program?
Or is it a function in the program?
Is it something like this?
mon = peripheral.wrap(side)
function drawAt(x,y,text)
--Terminal
term.setCursorPos(x,y)
write(x,y,text)
--Monitor
mon.setCursorPos(x,y)
mon.print(text)
end
Or have I just gotten completly lost?
And keep in mind that most people prefeer pastebin links since it's quick and easy to download from 'em.
It's a program where what you write on the computer is shown on the monitor.
You also shouldn't of put that last part because I put the pastebin code in the txt file.
500 posts
Posted 19 April 2013 - 04:02 PM
Uhmm.. So this is basically a program that writes what you write in the program?
Or is it a function in the program?
Is it something like this?
mon = peripheral.wrap(side)
function drawAt(x,y,text)
--Terminal
term.setCursorPos(x,y)
write(x,y,text)
--Monitor
mon.setCursorPos(x,y)
mon.print(text)
end
Or have I just gotten completly lost?
And keep in mind that most people prefeer pastebin links since it's quick and easy to download from 'em.
It's a program where what you write on the computer is shown on the monitor.
You also shouldn't of put that last part because I put the pastebin code in the txt file.
But it would've
made sense to just post the pastebin link itself.
587 posts
Location
Wrocław, Poland
Posted 20 April 2013 - 10:59 AM
@up
*facepalm*
You used my time at adfly to get a pastebin code to get 8 lines long file.
1583 posts
Location
Germany
Posted 20 April 2013 - 11:03 AM
What happens when you have written a nil side/message or unsuported side like "top right"
#####
###$#
##%##
####
# = free space
$ = monitor
% = computer
•_•
8543 posts
Posted 20 April 2013 - 11:04 AM
Don't use adfly to link to your programs.
Don't be a dick, jesusthekiller. I removed your post. Next time, it's an official warning.
587 posts
Location
Wrocław, Poland
Posted 20 April 2013 - 11:15 AM
What happens when you have written a nil side/message or unsuported side like "top right"
#####
###$#
##%##
####
# = free space
$ = monitor
% = computer
•_•
Bad things like
error("That kind of bad things")
1511 posts
Location
Pennsylvania
Posted 20 April 2013 - 11:18 AM
Bad things like
error("That kind of bad things")
Actually, it will attempt to call nil. Since "top right" is not a valid side.
8 posts
Location
In a house.
Posted 20 April 2013 - 02:05 PM
Bad things like
error("That kind of bad things")
Actually, it will attempt to call nil. Since "top right" is not a valid side.
Keep in mind that back, front, left, right, top, or bottom are valid sides. Wait, I was talking to the wrong person. Oops! My bad.
8 posts
Location
In a house.
Posted 20 April 2013 - 02:11 PM
Don't use adfly to link to your programs.
Don't be a dick, jesusthekiller. I removed your post. Next time, it's an official warning.
Once again, my bad. Never knew that.
Oh, and I'd like to thank you for getting rid of the insult! I thought nobody else would download the program after that post.
1583 posts
Location
Germany
Posted 20 April 2013 - 11:08 PM
Bad things like
error("That kind of bad things")
Actually, it will attempt to call nil. Since "top right" is not a valid side.
Keep in mind that back, front, left, right, top, or bottom are valid sides. Wait, I was talking to the wrong person. Oops! My bad.
I knw ^_^/>
But he don't have error handling :)/>
220 posts
Location
Germany
Posted 20 April 2013 - 11:10 PM
I would test it if there would be a pastebin link…
587 posts
Location
Wrocław, Poland
Posted 21 April 2013 - 02:19 AM
I would test it if there would be a pastebin link…
Code:
write("Monitor position: ")
pos = read()
write("Type message: ")
input = read()
local monitor = peripheral.wrap(pos)
monitor.clear()
monitor.setCursorPos(1,1)
monitor.write(input)
8 posts
Location
In a house.
Posted 21 April 2013 - 03:49 PM
I would test it if there would be a pastebin link…
Code:
write("Monitor position: ")
pos = read()
write("Type message: ")
input = read()
local monitor = peripheral.wrap(pos)
monitor.clear()
monitor.setCursorPos(1,1)
monitor.write(input)
I would test it if there would be a pastebin link…
There's a pastebin link inside the download.
1852 posts
Location
Sweden
Posted 22 April 2013 - 06:05 AM
I would test it if there would be a pastebin link…
Code:
write("Monitor position: ")
pos = read()
write("Type message: ")
input = read()
local monitor = peripheral.wrap(pos)
monitor.clear()
monitor.setCursorPos(1,1)
monitor.write(input)
I would test it if there would be a pastebin link…
There's a pastebin link inside the download.
Do know that noone is interested to download something to get a link to download it..
They want it to be quick and easy for them, So I suggest that you put the pastebin link in your post
or you will probably be ignored, But there are a few atleast that will download it, But not many..
587 posts
Location
Wrocław, Poland
Posted 22 April 2013 - 07:25 AM
He knows. When I told him, he reported my post. . .