Search found 3 matches

by webdev
Tue Jul 12, 2005 12:44 pm
Forum: GFL SDK
Topic: ASP comp. PNG & Transparency
Replies: 4
Views: 2429

one other quick strange thing i've noticed..

when setting
.UseTransparency = True

reading it back, returns the value "-1"

then i can set .UseTransparency = 1, instead of true and reading the value returns 1

but now if i set .UseTransparency = 10 or any other value it doesn't return any error ...
by webdev
Mon Jul 11, 2005 3:39 pm
Forum: GFL SDK
Topic: ASP comp. PNG & Transparency
Replies: 4
Views: 2429

if it makes any difference, i run my tests from a windows 2003 server
by webdev
Sun Jul 10, 2005 4:32 pm
Forum: GFL SDK
Topic: ASP comp. PNG & Transparency
Replies: 4
Views: 2429

ASP comp. PNG & Transparency

Hi,

been looking for a long time for a good asp component that handles png & transparency..

that one seems to do so but i can't get it to work properly, don't know if i'm doing something wrong it should be quite simple from what i've seen..

what would be the proper code to load a png file and ...