Jump to content




SelectOS v.1.4.4 Alpha [ Colours ] [ Programs ]



130 replies to this topic

Poll: SelectOS - Poll (63 member(s) have cast votes)

What do you want me to add?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.

What do you think of SelectOS

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.

What programs do you want?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Vote Guests cannot vote

#1 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 26 January 2013 - 01:49 PM

SelectOS

Current version : v.1.4.4 Alpha

From a glance at my dull forum post decoration SelectOS may look boring, useless or even pointless

but its not I assure you. I spend my spare time coding SelectOS because its fun ( for myself).

SelectOS comes with many features such as Mouse support & keyboard support, and it even has scrolling!

It comes with a Calculator, redstone timer, and a file browser currently.

I release updates which add new features and fix bugs often which you can all download while using SelectOS by clicking

'Check for Updates'. I could release updates with new features more often if you guys help point out bugs for me in SelectOS.

This way I can quickly fix that bug and then when I'm coding in new features it won't have any problems.



Pastebin:


'pastebin get Xmqc41ik selectos'


Screenshots:

Spoiler


Current Features


- Colours!
- Mouse / Keyboard File Browser
- Fully mouse & keyboard UI

- Optional AutoUpdater

- Calculator

- Timer

- Auto updating of programs that come with SelectOS



Planned / Upcoming Features

- Control Panel / Options - [ In Progress ]
- Username & Password System
- Command Prompt - [ Rewriting]
- Program Manager - [ In Progress ]

- Error Handling

- More to come!

- Games


Changelog:

Spoiler



#2 crazyguymgd

  • Members
  • 139 posts
  • LocationUSA

Posted 26 January 2013 - 03:54 PM

Well I'm not exactly interested in working on developing this project with you, I do always like helping people solve problems. So if you have any specific problems that you come across during development, post them here and I'd be happy to take a look.

#3 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 27 January 2013 - 10:33 AM

Wow, this is a really nice project. I think this can come out to maybe if you think big... to an OS (operating system). I am not skilled enough to help you developing this, but I will give constructive feedback on the outcome of this. Hope to hear much from this :)

#4 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 27 January 2013 - 11:47 AM

 crazyguymgd, on 26 January 2013 - 03:54 PM, said:

Well I'm not exactly interested in working on developing this project with you, I do always like helping people solve problems. So if you have any specific problems that you come across during development, post them here and I'd be happy to take a look.

 Engineer, on 27 January 2013 - 10:33 AM, said:

Wow, this is a really nice project. I think this can come out to maybe if you think big... to an OS (operating system). I am not skilled enough to help you developing this, but I will give constructive feedback on the outcome of this. Hope to hear much from this :)

Thank you guys for your support!

I am currently working on a file browser, I would appreciate any help and support.
Eventually I will add a Mouse-supported version of SelectGUI which will be quite different from the keyboard version.
(keyboard version can be used in 'safe-mode')

#5 dan14941

  • Members
  • 45 posts

Posted 27 January 2013 - 01:52 PM

 AnthonyD98, on 27 January 2013 - 11:47 AM, said:

 crazyguymgd, on 26 January 2013 - 03:54 PM, said:

Well I'm not exactly interested in working on developing this project with you, I do always like helping people solve problems. So if you have any specific problems that you come across during development, post them here and I'd be happy to take a look.

 Engineer, on 27 January 2013 - 10:33 AM, said:

Wow, this is a really nice project. I think this can come out to maybe if you think big... to an OS (operating system). I am not skilled enough to help you developing this, but I will give constructive feedback on the outcome of this. Hope to hear much from this :)

Thank you guys for your support!

I am currently working on a file browser, I would appreciate any help and support.
Eventually I will add a Mouse-supported version of SelectGUI which will be quite different from the keyboard version.
(keyboard version can be used in 'safe-mode')
for a file browser you could use the fs (api) if you want to find a file.

If this helped click my Posted Image!

#6 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 27 January 2013 - 01:54 PM

I know I can use the FS API but the information on the wiki is a bit confusing.

#7 dan14941

  • Members
  • 45 posts

Posted 27 January 2013 - 02:01 PM

 AnthonyD98, on 27 January 2013 - 01:54 PM, said:

I know I can use the FS API but the information on the wiki is a bit confusing.
ok ill give you the direct code and info to browse a file.link: link Code:
fs.list(path) --add where you want to browse in "path"

Click my "Posted Image" if i helped!

i would like to help develop this os im making my own lol so i want to help!

#8 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 27 January 2013 - 02:03 PM

 dan14941, on 27 January 2013 - 02:01 PM, said:

 AnthonyD98, on 27 January 2013 - 01:54 PM, said:

I know I can use the FS API but the information on the wiki is a bit confusing.
ok ill give you the direct code and info to browse a file.link: link Code:
fs.list(path) --add where you want to browse in "path"

Click my "Posted Image" if i helped!

i would like to help develop this os im making my own lol so i want to help!

Okay you can help with the OS, what area in the OS would you like to help with?

#9 dan14941

  • Members
  • 45 posts

Posted 27 January 2013 - 02:06 PM

 AnthonyD98, on 27 January 2013 - 02:03 PM, said:

 dan14941, on 27 January 2013 - 02:01 PM, said:

 AnthonyD98, on 27 January 2013 - 01:54 PM, said:

I know I can use the FS API but the information on the wiki is a bit confusing.
ok ill give you the direct code and info to browse a file.link: link Code:
fs.list(path) --add where you want to browse in "path"

Click my "Posted Image" if i helped!

i would like to help develop this os im making my own lol so i want to help!

Okay you can help with the OS, what area in the OS would you like to help with?
i would like to help in the menus section please

 dan14941, on 27 January 2013 - 02:05 PM, said:

 AnthonyD98, on 27 January 2013 - 02:03 PM, said:

 dan14941, on 27 January 2013 - 02:01 PM, said:

 AnthonyD98, on 27 January 2013 - 01:54 PM, said:

I know I can use the FS API but the information on the wiki is a bit confusing.
ok ill give you the direct code and info to browse a file.link: link Code:
fs.list(path) --add where you want to browse in "path"

Click my "Posted Image" if i helped!

i would like to help develop this os im making my own lol so i want to help!

Okay you can help with the OS, what area in the OS would you like to help with?
i would like to help in the menus section please
ill make an irc channel for us to talk on

#10 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 27 January 2013 - 02:07 PM

 dan14941, on 27 January 2013 - 02:06 PM, said:

 AnthonyD98, on 27 January 2013 - 02:03 PM, said:

 dan14941, on 27 January 2013 - 02:01 PM, said:

 AnthonyD98, on 27 January 2013 - 01:54 PM, said:

I know I can use the FS API but the information on the wiki is a bit confusing.
ok ill give you the direct code and info to browse a file.link: link Code:
fs.list(path) --add where you want to browse in "path"

Click my "Posted Image" if i helped!

i would like to help develop this os im making my own lol so i want to help!

Okay you can help with the OS, what area in the OS would you like to help with?
i would like to help in the menus section please

 dan14941, on 27 January 2013 - 02:05 PM, said:

 AnthonyD98, on 27 January 2013 - 02:03 PM, said:

 dan14941, on 27 January 2013 - 02:01 PM, said:

 AnthonyD98, on 27 January 2013 - 01:54 PM, said:

I know I can use the FS API but the information on the wiki is a bit confusing.
ok ill give you the direct code and info to browse a file.link: link Code:
fs.list(path) --add where you want to browse in "path"

Click my "Posted Image" if i helped!

i would like to help develop this os im making my own lol so i want to help!

Okay you can help with the OS, what area in the OS would you like to help with?
i would like to help in the menus section please
ill make an irc channel for us to talk on

Okay sure just give me the link to the channel and we can talk about this.

lol! so many quotes!

#11 dan14941

  • Members
  • 45 posts

Posted 27 January 2013 - 02:08 PM

http://esper.net/ channel #ccos

#12 dan14941

  • Members
  • 45 posts

Posted 27 January 2013 - 02:10 PM

may not work fixing it

#13 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 27 January 2013 - 02:22 PM

Hey everyone I'm currently adding some new features to SelectGUI

#14 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 28 January 2013 - 04:48 PM

SelectOS v.1.1.3 Alpha Is out now!

#15 SuicidalSTDz

    Permutator of Strings

  • Members
  • 1,308 posts
  • LocationPennsylvania

Posted 31 January 2013 - 01:44 PM

This is a very nice OS. I hope to see more from this in the near future! As with anyone, I wish you luck with SelectOS.

#16 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 31 January 2013 - 06:23 PM

 SuicidalSTDz, on 31 January 2013 - 01:44 PM, said:

This is a very nice OS. I hope to see more from this in the near future! As with anyone, I wish you luck with SelectOS.

Thanks, I'm back at school now so the development of SelectOS will be a bit slower now, I'll try get an update out for it this weekend.

#17 dan14941

  • Members
  • 45 posts

Posted 01 February 2013 - 12:34 PM

 AnthonyD98, on 31 January 2013 - 06:23 PM, said:

 SuicidalSTDz, on 31 January 2013 - 01:44 PM, said:

This is a very nice OS. I hope to see more from this in the near future! As with anyone, I wish you luck with SelectOS.

Thanks, I'm back at school now so the development of SelectOS will be a bit slower now, I'll try get an update out for it this weekend.
same with me and im releasing my os

#18 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 01 February 2013 - 12:43 PM

Anthony if you don't want to write your own Mouse file browser you could use mine ShockBrowser its pretty cool and has a config were you can set custom color schemes :D I would also help you if you need anything(also i am in the boring process of rewriting it)

#19 AnthonyD98™

  • Members
  • 193 posts
  • LocationAuckland, New Zealand

Posted 01 February 2013 - 04:43 PM

 Skullblade, on 01 February 2013 - 12:43 PM, said:

Anthony if you don't want to write your own Mouse file browser you could use mine ShockBrowser its pretty cool and has a config were you can set custom color schemes :D I would also help you if you need anything(also i am in the boring process of rewriting it)

Thanks for the offer, but I'm going to try make my own file browser first. If I can't successfully make my own file browser then I will consider adding yours to SelectOS.

#20 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 01 February 2013 - 04:49 PM

 AnthonyD98, on 01 February 2013 - 04:43 PM, said:

 Skullblade, on 01 February 2013 - 12:43 PM, said:

Anthony if you don't want to write your own Mouse file browser you could use mine ShockBrowser its pretty cool and has a config were you can set custom color schemes :D I would also help you if you need anything(also i am in the boring process of rewriting it)

Thanks for the offer, but I'm going to try make my own file browser first. If I can't successfully make my own file browser then I will consider adding yours to SelectOS.
Just trying to help but I get it. I never feel that I've accomplished anything unless i do it myself. good luck on the OS and if you have any questions feel free to ask





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users