Just a few days ago i said i wouldn't do anything more with CXEx, yet i seem to be driven to experiment on it :D
With everyone drooling over one-app-interfaces for Wrappers instead of app based functions, i tried my hand at an Interface.
I liked the app-based structure of Wrappers, you could do specific things in less time than navigating a huge interface.
But, this all-in-one thing may have some benefits as well as i've found out, and the multiple-app interface did have some very annoying aspects.
So i've thrown out all CX apps in the Wrapper, and also i got rid of the single 'Port Information.app' and 'Engine Installer.app' in a CXEx Wrapper, latter one was a GUI dummy anyway.
Because of these steps i had to rewrite the Wrapper and most of all previous app-based programs almost from scratch, to get rid of all apps and to make one GUI for everything.
So this GUI doesn't work on normal CXEx Wrappers.
With this in mind, i didn't plan to release this, but i wanted some input about the CXEx Settings GUI from you guys anyway, perhaps i'll push out one last Update to CXEx with the reconfigured Wrapper and the universal Settings app.
New Inside of the Wrapper:

So here's the GUI:
Launching Wrapper with pressed option key gives you this:
Tab Screen 1:

Tab Screen 1 is pretty clear.
Tab Screen 2:

Tab Screen 2 has everything you'd need for installation or file management, even the Grim Reaper has found a home.
(isn't the little creep cute ^^ )
Tab Screen 3:

Tab Screen 3 has a mini-preview of the Startup Screen on the current Wrapper, and there are some buttons which let you open the banner & text file in your editors.
Also some icon import options, import .icns file or convert a picture into a .icns file and import it.
Under all that is a preview button for the call to the normal Startup Screen.
Tab Screen 4:

Engine Changer, custom app maker, edit reg files, view log files.
So nothing new here in terms of functions, just every app that was there previously in one GUI.
What could i do better? Which screen should be the first tab? Are the buttons grouped well together?
As said, this may not get released at all, i was just experimenting on a all-in-one GUI; and almost every fuction currently relies on a bash-call, since i'm just a XCode beginner.
Aside from that, it's not just a dumb .nib file in Xcode, but a fully working Interface for a frankenbuild of a CXEx Wrapper.
While Drakulix always tells me to 'buy the damn XCode book' to get more into XCode, i plan on doing things the way i've found out pretty much everything, by pressing all buttons and seeing what each one does
Seems to work out pretty well so far :P