x252618759 / google-checkout-dotnet-sample-code

Automatically exported from code.google.com/p/google-checkout-dotnet-sample-code
0 stars 0 forks source link

Can't change the donate button image with the GCheckoutDonateButton #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add the control to a page
2. Change the image URL to a transparent "Donate Now" button

What is the expected output? What do you see instead?

I expected to see my button. I see the regulate donate button no matter
what I try.

What version of the product are you using? On what operating system?

Version 1.3.2.0

OS: Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by admin%my...@gtempaccount.com on 7 Aug 2008 at 10:32

GoogleCodeExporter commented 9 years ago
Thank you reporting this bug!

Just to confirm; the problem is that you can't get the Donate button with the
transparent background?

Original comment by martin.o...@gmail.com on 7 Aug 2008 at 10:36

GoogleCodeExporter commented 9 years ago
Yes, that is correct. There doesn't seem to be any way to change the button 
image.

Original comment by cama...@gmail.com on 9 Aug 2008 at 10:04

GoogleCodeExporter commented 9 years ago
Joe, can you take a look at this please?

Original comment by moman...@google.com on 11 Aug 2008 at 1:52

GoogleCodeExporter commented 9 years ago
Is this only in design mode or is it on the actual web site. At times the 
design 
mode gets out of sync.

Original comment by joseph.f...@gmail.com on 12 Aug 2008 at 3:30

GoogleCodeExporter commented 9 years ago
Verified. The designer has issues with transparent but in run mode the image is 
fine.

See images

<cc1:gcheckoutdonatebutton  Background="White" id="GCheckoutDonateButton1" 
runat="server"></cc1:gcheckoutdonatebutton>

<cc1:gcheckoutdonatebutton  Background="Transparent" 
id="GCheckoutDonateButton1" 
runat="server"></cc1:gcheckoutdonatebutton>

Original comment by joseph.f...@gmail.com on 12 Aug 2008 at 4:27

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by moman...@google.com on 12 Aug 2008 at 4:52

GoogleCodeExporter commented 9 years ago
Thanks for following up on this. I did not notice the "Background" property; I
assumed (wrongly) that the image url would either point to the transparent 
version or
it would not. When I set the background to "Transparent," the correct image 
showed
up, both in the designer and at runtime.

Original comment by cama...@gmail.com on 12 Aug 2008 at 2:11