Current version: 1.6.3

Features

  • Display enhanced LOVs with the Look & Feel decoration

  • Display enhanced Alert Boxes with more than 3 options

  • Handle menus at runtime (add, enable, disable, show, hide, remove options)

  • Handle frames at runtime (add, move, modify, hide)

  • Play pre-loaded sounds

  • Receive external asynchronous messages

  • Draw texts anywhere on the screen

  • Display input dialogue boxes

  • JColorChooser
    All features list


Version 1.6.3 comes with the following changes:

  • The LAF_XP_TextArea PJC supports, now, huge texts like CLOB/NCLOB or files with size greater than 32K.

    Here is the list of the new methods:

    SET_BIG_TEXT() indicates that we want to load huge data
    BIG_ADD_TEXT() add some text
    BIG_SHOW() show the added text
    BIG_CLEAR() clear the item
    BIG_READ_FROM_FILE() set the TextArea from a file
    BIG_WRITE_TO_FILE() output the TextArea to a file
    BIG_APPEND_TO_FILE() add the TextArea at the end of a file
    BIG_GET_TEXT() get the text
    BIG_GET_LENGTH() get the text's length
    BIG_SET_OPAQUE() set the TextArea background opaque property


    The SET_BIG_TEXT() method must be the first used in order to use the others.

    The Text Area can be populated from a CLOB/NCLOB database column. It uses procedures/functions stored in the PKG_LAF database package and the PKG_LOB laf.pll package.

    So, you have to compile in the database the new \scripts\PKG_LAF.sql and rebuild the laf.pll.

    You can also populate the Text Area with the content of a file stored on the client machine or on a Web server.

     
    See the LAF_XP_TextArea properties documentation.



    See the old version new features.
Oracle Forms Look and Feel Project created by Francois Degrelle