Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

Forms : Mouse events part II

In this second chapter, the bean is able to etablish the correspondance between the Java components and the Forms module's items.
When the mouse enter an item, the background color is changed, then an event is sent to Forms to indicate which item is concerned. The message indicates the Forms item name.

This demonstrates that you can get events from every item with a single Bean component.

Mouse events part II

Read the article
Publicité
Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article
M
<br /> <br /> Dear Francois:<br /> <br /> <br /> I tested this bean and it worked when for is left_to_right, when I use the form in right_to_left direction it doesn't work.<br /> <br /> <br /> I want to ask is there a way to know the form item name inside the java bean other than matching the x,y of each object?. isn't there a property for the oracle.forms.ui.>>> item to<br /> return the corresponding form item name.<br /> <br /> <br /> Thanks<br /> <br /> <br /> <br />
Répondre
F
<br /> <br /> Unfortunately, there is no way to establish the correspondance between the Formsitem and the underlying Java component :(<br /> <br /> <br /> <br />