[Laszlo-checkins] r11332 - openlaszlo/trunk/demos/amazon
jcrowley@openlaszlo.org
jcrowley at openlaszlo.org
Thu Oct 2 20:15:46 PDT 2008
Author: jcrowley
Date: 2008-10-02 20:15:29 -0700 (Thu, 02 Oct 2008)
New Revision: 11332
Modified:
openlaszlo/trunk/demos/amazon/resources.lzx
Log:
Change 20081002-laszlo-8 by laszlo at T43-L3XEXMW on 2008-10-02 16:38:21 EDT
in /home/laszlo/src/svn/openlaszlo/trunk-bigboss
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: SWF9: Amazon: OK and Cancel button have artifacts
New Features:
Bugs Fixed: LPP-7104 - SWF9: Amazon: OK and Cancel button have artifacts
Technical Reviewer: promanik
QA Reviewer: max
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details: This is a really weird issue, since I can't seem
to reproduce it outside of this app. I've tried a few
test cases, and nothing seems to reproduce the effects.
I fixed it the same way as I did with the other buttons,
where I just switched to using the png resources for
these buttons.
Tests: Run Amazon demo in SWF9. Open the Check Out panel
and click "Add Address", or edit one of the existing
ones. There should be no clipping.
Modified: openlaszlo/trunk/demos/amazon/resources.lzx
===================================================================
--- openlaszlo/trunk/demos/amazon/resources.lzx 2008-10-03 02:45:57 UTC (rev 11331)
+++ openlaszlo/trunk/demos/amazon/resources.lzx 2008-10-03 03:15:29 UTC (rev 11332)
@@ -45,15 +45,15 @@
</resource>
<resource name="ok_butt">
- <frame src="images/ok_butt_norm.swf"/>
- <frame src="images/ok_butt_roll.swf"/>
- <frame src="images/ok_butt_down.swf"/>
+ <frame src="images/autoPng/ok_butt_norm.png"/>
+ <frame src="images/autoPng/ok_butt_roll.png"/>
+ <frame src="images/autoPng/ok_butt_down.png"/>
</resource>
<resource name="cancel_butt">
- <frame src="images/cancel_butt_norm.swf"/>
- <frame src="images/cancel_butt_roll.swf"/>
- <frame src="images/cancel_butt_down.swf"/>
+ <frame src="images/autoPng/cancel_butt_norm.png"/>
+ <frame src="images/autoPng/cancel_butt_roll.png"/>
+ <frame src="images/autoPng/cancel_butt_down.png"/>
</resource>
<resource name="info_butt">
More information about the Laszlo-checkins
mailing list