Results 1 to 2 of 2

Thread: BermudaOSK 1.1

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    141,446
    Blog Entries
    3209
    Rep Power
    50

    psp BermudaOSK 1.1

    Bumuckl has released a new version of his OSK for the PSP, heres the release details;

    This ain't no real homebrew, it's just a powerful LUA "library" for LUA developers!

    BermudaOSK is a virtual keyboard, actually developed for
    Bermuda CS 9 (before version 9, the FuzzieBoard by Fuzzie360 has been used)
    and Dow! - Develop on the go, programmed in LUA and meant as a
    LUA Library for developers.

    BermudaOSK has lots of advantages, not just towards the original SonyOSK,
    but also towards the other (LUA) OSK's:

    -it is very fast and very easy to use
    -does not just contain simple symbols,
    but also lots of special symbols
    (small letters, capital letters, special symbols, numbers, ...)
    -very easy to implement into your own script
    -got a nice design(which can be changed manually)

    How do you implement BermudaOSK into your own script?
    The subfolder "Lib" contains the file bermudaOSK.blx and a folder called "gfx".
    Copy both into the folder where your mainscriptfile is located.
    At the beginning of your script, you have to include the library file:

    dofile("bermudaOSK.blx")

    Then the OSK can be executed everywhere in the script:

    bermudaOSK()

    The OSK-function returns a string as result, so it's meaningful to call
    the function like this:

    yourtextvar = bermudaOSK()

    Have fun, Bumuckl

    Download and Give Feedback Via Comments

  2. #2
    DCEmu Newbie
    Join Date
    Dec 2006
    Posts
    2
    Rep Power
    0

    Default

    One thing I want to mention:
    It uses the concept of danzeff OSK by danzel...

    And there are at least several LUA OSK's (which I didn't know until yesterday xD)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •