RMXOS - GUI Beta testing

Started by Ryex, October 10, 2009, 10:07:39 pm

Previous topic - Next topic

Ryex

October 10, 2009, 10:07:39 pm Last Edit: October 12, 2009, 10:02:47 pm by Ryexander
I completed my GUI for RMX-OS and now I need people to test it before i publicly release it

requirements to test:
1) You MUST have a RMX-OS server that you can run on your computer complete with a working MySql Database that you can connect to
(it is best if you have already run the server an know that it works)
2) You must be familiar with how to set up RMX-OS
3) You must be willing to report any errors in full, including screen shots and a full description
4) You  have to sign up  ;)

If you want to test it please PM me. I will allow the first four people to test the GUI

Slot 1: Game_Guy
Slot 2: Desecration
Slot 3: Jcsnider
Slot 4: legacyblade
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Aqua

What's the GUI for?
Set up or what? XD

Ryex

it provides a GUI for running the server, viewing the logs, and setting up the configuration. it even has an option to test the connection the the MySQL server. eventualy I'll add things like the ability to register new members and the like.
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Aqua

Sound cool :)
Good luck with it.

(I don't use RMX-OS, so I can't really test)

G_G

Sign me up for a quick test but can I test it tomorrow but still sign up right now? I recently had to format my hd again but of course backing all my data so I need to reinstall ruby and mysql.

I do know how to set everything up tho.

jcsnider


legacyblade


Ryex

and LB makes 4
once all the beta tester have reported in I'll release a bug fixed version to the public and start on the new tools.
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

G_G

k for some reasong mysql or ruby isnt working so I need to reinstall.

Ryex

October 13, 2009, 12:13:10 am #9 Last Edit: October 13, 2009, 12:14:27 am by Ryexander
UPDATE: for I added the ability for the GUI to run cloaked. when you press the run button now the server starts hidden and if you close the form it will ask if you want to keep running in the task bar. if you say yes it hides and you can then start and stop the server from the task bar. If you completely close the GUI it will make sure to close the server so its not hidden and running in the background.

Beta testers sorry but you don't get to test this functionality
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

G_G

K well here's what I think about your GUI.

Its very easy to use and noob friendly in my oppinion. Might want to include a manual anyways.
Runs and closes server perfectly. Checks for mysql just right it does everything its supposed to.
I really like it and I'll probably use this when I make a game with rmx-os. So yea I have not found
any bugs yet.

I think its a pretty cool program. Maybe you could also make it generate the config for the script as well
where you edit the connections ect in the actual script. But it works like its supposed to and I think its
a great program.

Is there anything else you needed to know?

Ryex

nope thanks G_G when LB reports in and I fix any bugs he finds I'll post the public copy
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

fugibo

Have you considered making a web-based frontend, similar to what some routers use?

Ryex

Quote from: Longfellow on October 13, 2009, 05:01:14 pm
Have you considered making a web-based frontend, similar to what some routers use?


if I knew how. I think that would require creating some sort of web server. I considered making a remote client that can connect to the GUI and do things but that's still beyond me for the moment. I'm still trying to figure out how data is stored in a DataSet when it is dwran from a MySQL server
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

fugibo

Quote from: Ryexander on October 13, 2009, 07:11:00 pm
Quote from: Longfellow on October 13, 2009, 05:01:14 pm
Have you considered making a web-based frontend, similar to what some routers use?


if I knew how. I think that would require creating some sort of web server. I considered making a remote client that can connect to the GUI and do things but that's still beyond me for the moment. I'm still trying to figure out how data is stored in a DataSet when it is dwran from a MySQL server


You are correct, except for the "beyond me" part. It's a lot easier than you think to make a simple HTTP server with the right library than you think; I'd recommend you play around with Ruby and WEBrick a little to get used to the general concept, then see what you can do in C# if you want. Not that it's necessary, but it would be a covenience for those remote-managing their RMX-OS servers. 

Blizzard

Just throwing out there that database access through DataSets is crap, but it's a good alternative if you have no knowledge about SQL. When you learn more, try avoiding DataSets.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Ryex

lol I'm already using MySqlDataReader as I found out that it is much easier to understand
I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />

Blizzard

That one's alright. But as I said, you usually need to know SQL to be able to use it properly.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

RoseSkye


Ryex

October 14, 2009, 06:31:18 pm #19 Last Edit: October 14, 2009, 06:32:31 pm by Ryexander
to late Rose. I'll reserve a spot on the next beta though. when I test the tools and other stuff I add. the first version will be out once I get results from LB

I no longer keep up with posts in the forum very well. If you have a question or comment, about my work, or in general I welcome PM's. if you make a post in one of my threads and I don't reply with in a day or two feel free to PM me and point it out to me.<br /><br />DropBox, the best free file syncing service there is.<br />