Overblog
Editer l'article Suivre ce blog Administration + Créer mon blog

Search

Free tool

Look and Feel Project

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

Partager cet article
Repost0

commentaires

B
<br /> Quand j'essaie d'exécuter j'obtiens l'erreur suivante :<br /> <br /> <br /> java.lang.SecurityException: class "oracle.forms.fd.GetImageFileName"'s signer information does not match signer information of other classes in the same package<br />     at java.lang.ClassLoader.checkCerts(Unknown Source)<br />     at java.lang.ClassLoader.preDefineClass(Unknown Source)<br />     at java.lang.ClassLoader.defineClassCond(Unknown Source)<br />     at java.lang.ClassLoader.defineClass(Unknown Source)<br />     at java.security.SecureClassLoader.defineClass(Unknown Source)<br />     at java.net.URLClassLoader.defineClass(Unknown Source)<br />     at java.net.URLClassLoader.defineClass(Unknown Source)<br /> <br />
Répondre
F
<br /> <br /> You probably have other JARs in your archive tag signed with different certificates. re-sign all the JARs (except frmall.jar) with the same certificate.<br /> <br /> <br /> <br />
C
<br />  <br /> <br /> <br /> Hello,<br /> <br /> <br /> Greetings,<br /> <br /> <br /> I found another bug on your good demo. when droping a image with long filename it gives me this error but if i rename to shortname it accept. please try also the folders with spaces or desktop it<br /> give the error when dropping to the bean. but for normal loading file from the button its all ok.<br /> <br /> <br /> Searching JAR for WorkCentre_C226_20111127_023142.jpg<br /> Unable to find WorkCentre_C226_20111127_023142.jpg in JAR<br /> Searching docbase for WorkCentre_C226_20111127_023142.jpg<br /> Constructed URL: file:/WorkCentre_C226_20111127_023142.jpg<br /> Image found in DOCBASE: file:/WorkCentre_C226_20111127_023142.jpg
Répondre
F
<br /> <br /> This is fixed now. Please, load the zip again to get the new JAR.<br /> <br /> <br /> <br />