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

AX-OS The OS Of Tomorrow.

Started by BabyCodder, 14 April 2013 - 08:55 PM
BabyCodder #1
Posted 14 April 2013 - 10:55 PM
Hey there! I come to you with a OS (Operating System) it does have some under construction screens but it is what we have currently. Very soon will come a app store and a terminal for all your coding needs!

1How to install:
To install you will need to have the http api turned on in your configs and you must be connected to the internet.
Go into your ComputerCraft computer and type "pastebin get C9ZsQqvt startup" and hit enter.
It should download the file "startup" once it has type into the computer "reboot"
You should be ready to rock!

Pictures:
SpoilerComing Soon!
sjele #2
Posted 14 April 2013 - 11:24 PM
This os looked nice untill I had completed registred and logged in, the main screen looks so ugly compared to login, register and settings. You guys should really work on the main screen.
BabyCodder #3
Posted 14 April 2013 - 11:36 PM
This os looked nice untill I had completed registred and logged in, the main screen looks so ugly compared to login, register and settings. You guys should really work on the main screen.
Noted.
BabyCodder #4
Posted 14 April 2013 - 11:38 PM
This os looked nice untill I had completed registred and logged in, the main screen looks so ugly compared to login, register and settings. You guys should really work on the main screen.
Do you like the OS apart from the GUI? Any other problems?
sjele #5
Posted 14 April 2013 - 11:45 PM
Yeah, only one little thing that bugging me.
When logging in: While inputing text to one of the feilds I have to click enter to be able to select the other. Not a biggie but a bit annyoying.
BabyCodder #6
Posted 15 April 2013 - 12:28 AM
Yeah, only one little thing that bugging me.
When logging in: While inputing text to one of the feilds I have to click enter to be able to select the other. Not a biggie but a bit annyoying.
You will find that with all OS's; there is no way around it.
wilcomega #7
Posted 15 April 2013 - 12:58 AM
Yeah, only one little thing that bugging me.
When logging in: While inputing text to one of the feilds I have to click enter to be able to select the other. Not a biggie but a bit annyoying.
You will find that with all OS's; there is no way around it.
there is a way around it. its just very hard :3
BabyCodder #8
Posted 15 April 2013 - 01:17 AM
Yeah, only one little thing that bugging me.
When logging in: While inputing text to one of the feilds I have to click enter to be able to select the other. Not a biggie but a bit annyoying.
You will find that with all OS's; there is no way around it.
there is a way around it. its just very hard :3
Could you enlighten me?
wilcomega #9
Posted 15 April 2013 - 01:22 AM
Yeah, only one little thing that bugging me.
When logging in: While inputing text to one of the feilds I have to click enter to be able to select the other. Not a biggie but a bit annyoying.
You will find that with all OS's; there is no way around it.
there is a way around it. its just very hard :3
Could you enlighten me?
well you would have to make a main "run loop" and in there you detect if the user clicks on the text b ox, if so it sets the current focus on that text box, then if the event "char" fires you put it at the end of the string, and if the key is back space you remove one character before the cursor position. with keys arrow left and right you mode the cursor position. thtas the basic idea
sjele #10
Posted 15 April 2013 - 02:16 AM
shell.run() should not be used as a way to loop something multiple times. Doing so will eventually cause a stackoverflow.
This problem exsists in settings.

How to recreate this:
Spam click on one of the 3 selection you can change around 256/257 times

How to loop something properly, without stackoverflows:
http://www.computercraft.info/forums2/index.php?/topic/4273-the-stack-and-you-how-to-not-crash-your-program/
http://www.computercraft.info/forums2/index.php?/topic/7999-loops/
nutcase84 #11
Posted 15 April 2013 - 04:45 AM
No pics, no clicks.
theoriginalbit #12
Posted 15 April 2013 - 04:53 AM
No pics, no clicks.
http://www.computercraft.info/forums2/index.php?/topic/12018-coming-ax-os/
SuicidalSTDz #13
Posted 15 April 2013 - 04:56 AM
No pics, no clicks.
Isn't true for all things. (EnderOS for example, no pics. I still get clicks :P/>)

Main Post: I like the OS and all, I just think the UI's could be nicer. Other than that, nice job ^_^/>
BabyCodder #14
Posted 15 April 2013 - 06:19 AM
No pics, no clicks.
Isn't true for all things. (EnderOS for example, no pics. I still get clicks :P/>)

Main Post: I like the OS and all, I just think the UI's could be nicer. Other than that, nice job ^_^/>
Thanks :)/>
nutcase84 #15
Posted 16 April 2013 - 06:18 AM

Wow… hardcore GUI you got there. :P/>
BabyCodder #16
Posted 16 April 2013 - 06:20 AM
I'm sorry. Was that suppost to be sarcasm?
nutcase84 #17
Posted 17 April 2013 - 05:48 AM

Yes. I think the GUI SUCKS.(Sorry to be rude.)