Jump to content




AX-OS The OS Of Tomorrow.



  • You cannot reply to this topic
16 replies to this topic

#1 BabyCodder

  • Members
  • 87 posts

Posted 14 April 2013 - 09: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:
Spoiler


#2 sjele

  • Members
  • 334 posts
  • LocationSomewhere on the planet called earth

Posted 14 April 2013 - 10: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.

#3 BabyCodder

  • Members
  • 87 posts

Posted 14 April 2013 - 10:36 PM

View Postsjele, on 14 April 2013 - 10:24 PM, said:

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.

#4 BabyCodder

  • Members
  • 87 posts

Posted 14 April 2013 - 10:38 PM

View Postsjele, on 14 April 2013 - 10:24 PM, said:

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?

#5 sjele

  • Members
  • 334 posts
  • LocationSomewhere on the planet called earth

Posted 14 April 2013 - 10: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.

#6 BabyCodder

  • Members
  • 87 posts

Posted 14 April 2013 - 11:28 PM

View Postsjele, on 14 April 2013 - 10:45 PM, said:

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.

#7 wilcomega

  • Members
  • 466 posts
  • LocationHolland

Posted 14 April 2013 - 11:58 PM

View PostBabyCodder, on 14 April 2013 - 11:28 PM, said:

View Postsjele, on 14 April 2013 - 10:45 PM, said:

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

#8 BabyCodder

  • Members
  • 87 posts

Posted 15 April 2013 - 12:17 AM

View Postwilcomega, on 14 April 2013 - 11:58 PM, said:

View PostBabyCodder, on 14 April 2013 - 11:28 PM, said:

View Postsjele, on 14 April 2013 - 10:45 PM, said:

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?

#9 wilcomega

  • Members
  • 466 posts
  • LocationHolland

Posted 15 April 2013 - 12:22 AM

View PostBabyCodder, on 15 April 2013 - 12:17 AM, said:

View Postwilcomega, on 14 April 2013 - 11:58 PM, said:

View PostBabyCodder, on 14 April 2013 - 11:28 PM, said:

View Postsjele, on 14 April 2013 - 10:45 PM, said:

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

#10 sjele

  • Members
  • 334 posts
  • LocationSomewhere on the planet called earth

Posted 15 April 2013 - 01: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.computerc...h-your-program/
http://www.computerc...pic/7999-loops/

#11 nutcase84

  • Members
  • 711 posts
  • LocationIn My Lonely Little Computer Corner

Posted 15 April 2013 - 03:45 AM

No pics, no clicks.

#12 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 15 April 2013 - 03:53 AM

View Postnutcase84, on 15 April 2013 - 03:45 AM, said:

No pics, no clicks.
http://www.computerc...8-coming-ax-os/

#13 SuicidalSTDz

    Permutator of Strings

  • Members
  • 1,308 posts
  • LocationPennsylvania

Posted 15 April 2013 - 03:56 AM

View Postnutcase84, on 15 April 2013 - 03:45 AM, said:

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 ^_^

#14 BabyCodder

  • Members
  • 87 posts

Posted 15 April 2013 - 05:19 AM

View PostSuicidalSTDz, on 15 April 2013 - 03:56 AM, said:

View Postnutcase84, on 15 April 2013 - 03:45 AM, said:

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 :)

#15 nutcase84

  • Members
  • 711 posts
  • LocationIn My Lonely Little Computer Corner

Posted 16 April 2013 - 05:18 AM

View Posttheoriginalbit, on 15 April 2013 - 03:53 AM, said:


Wow... hardcore GUI you got there. :P

#16 BabyCodder

  • Members
  • 87 posts

Posted 16 April 2013 - 05:20 AM

View Postnutcase84, on 16 April 2013 - 05:18 AM, said:

View Posttheoriginalbit, on 15 April 2013 - 03:53 AM, said:


Wow... hardcore GUI you got there. :P
I'm sorry. Was that suppost to be sarcasm?

#17 nutcase84

  • Members
  • 711 posts
  • LocationIn My Lonely Little Computer Corner

Posted 17 April 2013 - 04:48 AM

View PostBabyCodder, on 16 April 2013 - 05:20 AM, said:

View Postnutcase84, on 16 April 2013 - 05:18 AM, said:

View Posttheoriginalbit, on 15 April 2013 - 03:53 AM, said:


Wow... hardcore GUI you got there. :P
I'm sorry. Was that suppost to be sarcasm?

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





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users