Title       : OKViCE Tester v0.1
Author      : Guillem Reinoso (aka Oankali)
E-mail      : oankali@nekanium.com
Web site    : www.nekanium.com

Description : Well, like last year, what I submit this time is another technical demo
              of a programming library I'm working on.

              OKViCE means OanKali Visual Control Engine.

              This library is aimed to allow coders to code quickly apps that involve
              a lot of interaction/options between the app and the user.
              Good examples are PDA apps, strategic games, emus (options).
              In this test program you will fin Button, Label, Dialog, TitleBar,
              CheckBox, OptionButton, Panel and GroupBox controls.
              Other controls need to be included like TextBox or ListBox and
              also a virtual keyboard of some kind. Perhaps chatboard support if I
              can find one.
              You can change the skin, fonts, try enabling and disabling controls or
              set the visibility of them.
              There is also a dialog to test the console's buttons and see what
              the different combinations of the keys will be supposed to do.

              I've started it at the end of last year and had it a little forgotten.
              But now I need it to make a level editor of one of my games.
              I hope it will be more popular than my font library (OKF Font Engine),
              as I have involved a lot more time in this one.
              The library is not finished but it is in a very advanced state.
              Actually is only for the GP32, but it wouldn't be dificult to port it
              to other platforms.

              I hope you will find it interesting and useful for other coders. 
               