Overblog
Suivre ce blog Administration + Créer mon blog

Top articles

  • A JavaBean to handle the Forms applet's frames

    20 mars 2006 ( #Bean - general )

    Purpose This JavaBean allows to find and handle the form windows (current window and MDI window). With this handle, you can set some particular properties like the following: . setMovable()* . setClosable()* . setMaximizable()* . setMinimizable()* . setModal()*...

  • An Oracle Forms JavaBean game

    28 mars 2006 ( #Bean - general )

    Purpose Let's have a little bit fun and break the wall with this Oracle Forms JavaBean. The purpose of this research&development unit is only to show that the VBean class allows to do anything in an Oracle Forms application. You are able to build a complete...

  • Mouse events part II

    10 décembre 2006 ( #Bean - general )

    Purpose Here is a Java bean that allows to capture the mouse events and display the properties and methods of the clicked component. In this second chapter, the bean is able to etablish the correspondance between the Java components and the Forms module's...

  • A Full Web Browser Java Bean

    26 décembre 2006 ( #Bean - general )

    Purpose Here is a Java bean that allows to have an enhanced Web Browser. It is a full Web browser that can handle Javascript and display Flash animations. The material comes from a sourceforge project: http://sourceforge.net/project/showfiles.php?group_id=170904...

  • A VBean, FBean and PJC's dispatching event package

    07 février 2007 ( #Bean - general )

    Purpose Here is a package that allows the dispatching of events from Java Beans to Forms on Beans that extend VBean, beans that use the FBean package and also PJCs ! No, you are not dreaming and there is no mist on your glasses, a PJC that dispatch event...

  • A "CardItem" PJC

    26 juin 2011 ( #PJC - Text items )

    Purpose Here is a Pluggable Java Component from Andreas Weiden, to have a "Card" item style within a single Text Item. The Java source CardTextfield.java The implementation class of the PJC (TextItem Item) forms.CardTextfield The PJC initialisation Read...

  • A Javabean to handle Google Maps

    09 mars 2015 ( #Bean - general )

    Purpose Here is a Java bean that allows to have an enhanced Web Browser able to display and handle Google maps. It is a full Web browser that can handle Javascript. The enhanced Web browser JAR comes from the JDIC sourceforge project. The implementation...

  • A Full Web Browser Java Bean 2nd edition

    30 décembre 2008 ( #Bean - general )

    Purpose Here is a Java Bean from Mark Striekwold to have an enhanced Web Browser (2nd edition). It is a full Web browser that can handle Javascript. This bean is based on the idea of the Full Web Browser Java Bean and rewritten so it makes use of the...

  • A simple JavaBean HTML browser

    15 février 2006 ( #Bean - general )

    Purpose Here is a (very) simple HTML browser. This JavaBean component allows to browse some simple HTML pages inside the Oracle Forms frame. It may be a good way to browse into local documents, like documentation html pages. You can click on the hyperlinks...

  • PJC : A button with label and icon

    22 février 2006 ( #PJC - Buttons )

    Purpose This PJC extends default button functionality to show both icon and label. By Oleg Tishchenko The Java code Get the source code here Forms configuration . Copy the lablediconbutton.jar file in the /forms/java directory . Edit the /forms/server/formsweb.cfg...

  • Forms and Images : keep the initial quality

    01 octobre 2006 ( #Bean - general )

    Purpose Here is a Java Bean that allows to read, display and write images. ( See the last evolution of this solution here ) When you load an image within Forms with the Read_Image_File() built-in, you can notice a certain lack of quality, both in the...

  • A "utilities" Java Bean

    08 avril 2006 ( #Bean - general )

    Purpose This Java Bean is the first step to build a utilities' bean that will group several functionalities. In this introduction, the Java Bean starts with a "Font" chapter that allows to get the bounding box for any string of any font, and also to get...

  • A JavaBean to play sound files

    07 mars 2006 ( #Bean - general )

    Purpose This is a JavaBean that allows to play sound files from the file system. The Java code sound.java soundlist.java soundloader.java note : the jar file must be signed Implementation Class property oracle.forms.fd.Sound The properties you can set...

  • Send email with html body and local file attachments

    28 novembre 2006 ( #Bean - general )

    Purpose Here is a Java bean that allows to send emails with html body and attachments. It is a modified version of the Oracle Forms Demo's javamail bean. The javamail Oracle Forms Demo allows to send emails with attachments located on the server side....

  • A Swing JTable within Forms

    09 février 2006 ( #Bean - general )

    Purpose This is a Javabean component that displays a JTable inside/outside of a Forms module. It allows saving the data modified through the JTable into the database. (A special version - fjtable16.jar - permits to sort the JTable on any column, if you...

  • A bean to read the Forms applet parameters

    14 février 2006 ( #Bean - general )

    Purpose Here is a Java Bean component to read the Forms applet parameters The java code Get the source code here Forms configuration Copy the appletproperties.jar file in the /forms/java directory Edit the /forms/server/formsweb.cfg file to add the jar...

  • Text item and custom cursor

    13 octobre 2006 ( #PJC - Text items )

    Purpose Here is a PJC that allows to set the cursor from any image stored in the jar file. This PJC extends VTextField, so you must set the Implementation Class name on a Text item. The Java code JTextFieldIcon.java The implementation class of the Bean...

  • Add buttons on the current canvas at runtime

    20 février 2006 ( #Bean - general )

    Purpose This is a Java Bean that allows to add buttons on the current Forms canvas at runtime. The Java code Get the source code here Forms configuration . Copy the additem.jar file in the /forms/java directory . Edit the /forms/server/formsweb.cfg file...

  • A Javabean timer

    07 février 2006 ( #Bean - general )

    Purpose This is a Javabean component that allows to replace the internal Oracle Forms’ timer The java code package oracle.forms.demo; import oracle.forms.handler.IHandler; import oracle.forms.ui.CustomEvent; import oracle.forms.properties.ID; import oracle.forms.ui.VBean;...

  • Add items on the current canvas at runtime - part III

    03 mars 2006 ( #Bean - general )

    Purpose Sometimes I find questions on forums on how to handle frames at runtime. Of course, at this moment (10gR2), there is no built-in available. This is a workaround that allows to create and handle frames at runtime. The Java code Get the full source...

  • A Dynamic Menu Java Bean

    19 mai 2007 ( #Bean - general )

    Purpose Here is a Java bean to dynamically handle menu options at runtime. You can dynamically add, remove, enable, disable, show and hide menus and menu options. The Java code DynamicMenu.java The implementation class of the Bean Item oracle.forms.fd.DynamicMenu...

  • A HTML map JavaBean

    04 avril 2006 ( #Bean - general )

    Purpose This is a JavaBean that allows to handle a "HTML Map" in a Forms application. The Java code MapComponent.java zone.java The Implementation Class property oracle.forms.fd.MapComponent The properties you can set Set a polygonal area Set_Custom_Property('BL.BEAN',1,...

  • Add items on the current canvas at runtime - part II

    26 février 2006 ( #Bean - general )

    Purpose This is the second part of the chapter on "how to create component at runtime". In this chapter, let's see how to create some titled-framed text items Click here to get the full format image On the Forms module displayed on this screenshot, all...

  • A Swing button PJC

    26 janvier 2007 ( #PJC - Buttons )

    Purpose Here is a Swing JButton that overloads a standard PJC's button. It needs the JRE 1.4 (Sun Java Plug-in) It allows to have a standard Forms button with some nice decoration features. You can apply a gradient color, set rounded borders, justify...

  • Send message to Forms from the outside ? yes you can !

    14 octobre 2006 ( #Bean - general )

    Purpose Here is a Java bean that allows to transform a Forms module into a socket server. This way, it can receive messages from the outside. - In this example, the messages are sent through a telnet session. In this sample dialog, I have opened a telnet...

1 2 3 4 > >>