Mercredi 21 mars 2012 3 21 /03 /Mars /2012 19:03

I have just updated the Image Item Java Bean, that allows the end user to drag and drop an image file directly to the Image component. A new feature - SETTOOLTIP() - has also been added to attach a tooltip to the Image Item.

 

   See the new version

 

Francois

Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Dimanche 18 mars 2012 7 18 /03 /Mars /2012 14:42

 

This version comes with more methods concerning the (LAF_XP_TextArea) BIG Text features.
For those who don't know, the BIG Text feature allows the user to load/edit huge texts up to several megabytes, from the database as well as from a local machine text file.

 

 

   Get it now.

Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Jeudi 1 mars 2012 4 01 /03 /Mars /2012 19:13

You would like to modernize your Forms applications, approach SOA, Webservices, Mobiles...

At OraPlayer, they have the solutions.

 

"Achieving SOA Without Migration
      Database – Refactor Forms Code to the DB
      Services – Running Webservices From Forms
      Client – Using Javascript from Forms 11g
      Messaging – Using Advanced queues for Database Integration and Messaging
A New Approach – Forms Logic to Mobile - ›Live Mobile Demo – Using OraPlayer

Moving Forward with SOA"


Watch a great presentation from their CEO, and get more details from the OraPlayer Web site.

 

Francois


Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Jeudi 23 février 2012 4 23 /02 /Fév /2012 20:35

 

This version comes with the table-block copy/paste from/to the clipboard feature. You can populate a table-block with the content of the clipboard (Excel, Word,...) and also send to the clipboard with the content of a table-block.

 

 

   Get it now.

Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Mercredi 15 février 2012 3 15 /02 /Fév /2012 18:58

 

One of the features of the Look and Feel Project, is the capability to add items at runtime, and more particularly Image items, via the IMG_NEW method. As Google Charts are PNG images, it is easy to use a dynamic image to display them.

 

 

Only 3 instructions are required:

 

Declare
  LC$Chart Varchar2(2000) := 'http://chart.apis.google.com/chart?cht=v&chs=200x100&chd=t:100,80,60,30,25,20,10';
Begin  
  -- add image to the canvas --
  Set_Custom_Property('LAF_BLOCK.LAF_BEAN',1,'IMG_NEW','img,10,80,450,230');
  Set_Custom_Property('LAF_BLOCK.LAF_BEAN',1,'IMG_SET_BORDER','img,line' ) ;
  -- populate image --
  Set_Custom_Property('LAF_BLOCK.LAF_BEAN',1,'IMG_READIMGFILE'
                     ,'img,' || replace(LC$Chart,',','%2C'));
End;

 

That's all !

 

I have added a new test_laf_gchart.fmb sample dialog in the current LAF_1772.zip if you want to play with.

 


See a live video here

 

Francois

Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Samedi 11 février 2012 6 11 /02 /Fév /2012 15:13

 

This version comes with the Text-Item gradient background feature:

 

 

   Get it now.

Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Mardi 7 février 2012 2 07 /02 /Fév /2012 20:18

 

 

 

   See the new features.

Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Vendredi 27 janvier 2012 5 27 /01 /Jan /2012 07:04

Here is an example of how you can design a kind of "Web" menu with the LAF HTML Map feature

 

 

Each menu option is symbolized by an image part to render this modern look and feel.


Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Samedi 14 janvier 2012 6 14 /01 /Jan /2012 11:04

 

This version comes with 3 great new features:

  • Show_In_Rect to show/hide items depending on the mouse location
  • JRE6 Desktop feature to open, print, mail, browse local files
  • new DrawLAF Open/Save file Dialog

 

 

   Get it now.

Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Jeudi 12 janvier 2012 4 12 /01 /Jan /2012 14:14

For the LAf developers that want to have transparent with no border buttons, I see that some people try to use the FunButton PJC (oracle.forms.fd.FunButton), that is not designed to do it. The FunButton has been created to render buttons that have a non-rectangular shape.


If you want to have a nice iconic button with no border and transparent background, set the Forms Push Button Implementation Class to : oracle.forms.fd.LAF_XP_Button, the use the following code:

  -- Transparent iconic EXIT button --
 Set_Custom_Property( 'LAF_BLOCK.PB1',1, 'SET_IMAGE', '/target-32.gif');
 Set_Custom_Property( 'LAF_BLOCK.PB1',1, 'SET_BACKGROUND_COLOR', 'null');
 Set_Custom_Property( 'LAF_BLOCK.PB1',1, 'SET_BORDER', 'false');

 

Francois


Par Francois Degrelle - Publié dans : Oracle Forms
Send a comment - See the 0 comments
Créer un blog gratuit sur over-blog.com - Contact - C.G.U. - Rémunération en droits d'auteur - Signaler un abus - Articles les plus commentés