Posted: Sun Jul 13, 2008 9:15 pm Post subject: Custom GUI
This has been long in the waiting for most - but I like working on a couple large projects at the same time, which often stretches the release date into the future.
Anywho, This is my custom GUI v1.4a
I still have to reorganize the rest - but I have the button procedure done!
I used no outside images whatsoever, and was still able to replicate the XP GUI for turing!
(complete with rollover effects and button down effects)
Read the README on the top of the code to understand how it works.
It's best to add a screenshot of things like this, since people mainly want to know what stuff like this looks like before bothering with trying it out. I was personally questioning why you'd need 1000+ lines of code for a simple button. Then again, I ignored the readme and clicked run right away.
What you could do next is make a GUI that is dependant on images. Like manipulating an image into 9 sectors for the corners, the edges and the center, then stretching or tiling the cut up image to create a button.
That way gave me glitches before, which I tried ironing out. I wasn't able to, so I switched to this method. This also takes less space on your comp, which is a convenience; the only negative that I know of is more lines - but the lines weren't meant to be tampered with anywho.
This way proves to show no real errors, without being slow either. It wasn't slow for you guys, was it?
I say very good job man. Still can't believe you used turing graphics to create the buttons...how long did it take you! I would have probably given up half way... Although, I still wonder why you tried to recreate the xp graphics on turing. Next time pick a theme that you like and make something original. Looks like you put much effort into it.
The EOD one was original.
(Zren's Screenshot - Second Last)
Anyways Thanks!
I created the XP one as well because I thought some people would rather use something like that over the built-in GUI.
And it took me a long time, lol.
+bits?
andrew.
Posted: Fri Jul 18, 2008 9:06 am Post subject: RE:Custom GUI
I like it. It's very nice and fast. Also, I was too lazy to look through your code, but did you draw all the buttons from within Turing? If you did, wow.
Posted: Tue Sep 09, 2008 11:55 am Post subject: Re: Custom GUI
Wow, this really is the best GUI i have seen in a LONG time. Keep up the good work, your code is exterimly neat, and i can only hope to be that organized in my life.
Many thanks mate, I worked a good long time on that one.
It was quite messy when I first made it, so when I started the process of eliminating outside images (I was getting errors when I used images, besides its better I think to be able to eliminate all that extra space) I completely reorganized the code.