Buttons
#1
Posted 08 April 2012 - 12:23 PM
You could code buttons on the computers and click them.
Imagine the possibilities!
Shortcuts.
Startmenu
etc.
You could also implement re-sizable windows.
Example
f = frame
f.width(400)
f.height(400)
And WAAAYYY more.
#2
Posted 08 April 2012 - 01:09 PM
#3
Posted 08 April 2012 - 01:16 PM
Y u gotteh be so negative?
It could, when it does.. I'll gloat in your face!
If it doesn't ill make it.
You are only a member. Why should I believe you??
#4
Posted 08 April 2012 - 01:25 PM
#5
Posted 10 April 2012 - 01:51 PM
#6
Posted 22 April 2012 - 07:53 AM
Noodle, on 08 April 2012 - 12:23 PM, said:
You could code buttons on the computers and click them.
Imagine the possibilities!
Shortcuts.
Startmenu
etc.
You could also implement re-sizable windows.
Example
f = frame
f.width(400)
f.height(400)
And WAAAYYY more.
Ya... About that
Just use the buttons on the keyboard and bind them to os.pullEvent
#7
Posted 22 April 2012 - 03:34 PM
ComputerCraftFan11, on 22 April 2012 - 07:53 AM, said:
Noodle, on 08 April 2012 - 12:23 PM, said:
You could code buttons on the computers and click them.
Imagine the possibilities!
Shortcuts.
Startmenu
etc.
You could also implement re-sizable windows.
Example
f = frame
f.width(400)
f.height(400)
And WAAAYYY more.
Ya... About that
Just use the buttons on the keyboard and bind them to os.pullEvent
#8
Posted 23 April 2012 - 09:57 PM
#9
Posted 25 May 2012 - 05:36 AM
Ik it does mess with the GUI and/or the main idea.
It just seems easier to, atleast add a button to click on not a "ESC Menu button".
As for teraminer
IKR What if you could do that without going into the config!
#10
Posted 25 May 2012 - 06:25 AM
#11
Posted 25 May 2012 - 07:07 AM
Noodle, on 08 April 2012 - 12:23 PM, said:
You could code buttons on the computers and click them.
Imagine the possibilities!
Shortcuts.
Startmenu
etc.
You could also implement re-sizable windows.
Example
f = frame
f.width(400)
f.height(400)
And WAAAYYY more.
Or this:
f = frame.new()
f.name = "Fart"
f.width = (400)
f.height = (400)
f.text = "Shutdown"
local event, id = os.pullEvent("button")
if id == "Fart" then
os.shutdown()
end
#12
Posted 25 May 2012 - 10:53 AM
#13
Posted 25 May 2012 - 11:17 PM
#14
Posted 26 May 2012 - 01:51 AM
D3matt, on 25 May 2012 - 06:25 AM, said:
#15
Posted 26 May 2012 - 02:18 AM
#16
Posted 30 May 2012 - 05:22 PM
#17
Posted 30 May 2012 - 07:46 PM
Graphical
yeah the button, that oyu style and such
User Interface
it interfaces with the user
#19
Posted 30 May 2012 - 09:58 PM
still missing the point, we already have buttons
#20
Posted 31 May 2012 - 06:34 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











