Please send your notes to laszlo-user, and send a copy to the dev list as
well , that would be very valuable, and we can either start a Wiki page, or
work
it into a tutorial of some kind.

I don't know enough about the DHTML browser capabilities to know if there is
a cross-browser way to implement color tinting; I am pretty
sure Safari and Firefox could do it now, but IE7 is always the weak link it
seems. Max, do you know if what the state of the art
is in applying color tints in DHTML?

If we had a technique that worked for all the browsers, we could add it to
the LzSprite DHTML implementation. I suppose it would be
worthwhile even if it only worked in Firefox.


Your bug is filed as http://jira.openlaszlo.org/jira/browse/LPP-6041 and
there is a fix out for review. You can
patch your solo-deploy .jsp file as follows

Index: lps/admin/solo-dhtml-deploy.jsp
===================================================================
--- lps/admin/solo-dhtml-deploy.jsp    (revision 9320)
+++ lps/admin/solo-dhtml-deploy.jsp    (working copy)
@@ -415,6 +415,11 @@
              copyFileToZipFile(zout, srcfile, dstfile, zippedfiles);
          }

+         // special case for IE7, need to copy lps/includes/blank.gif to
lps/resources/lps/includes/blank.gif
+         String srcfile = basedir + "/" + "lps/includes/blank.gif";
+         String dstfile = "lps/resources/lps/includes/blank.gif";
+         copyFileToZipFile(zout, srcfile, dstfile, zippedfiles);
+
         // Copy the DHTML LFC to lps/includes/LFC-dhtml.js
          ArrayList lfcfiles = new ArrayList();
          listFiles(lfcfiles, new File(basedir + "/lps/includes/lfc"));
badtzmaru-2:trunk2 hqm$



-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to