Page 1 of 1

ASP Component upgrade 1.70->2.20 problems

Posted: Thu Jul 07, 2005 8:24 am
by Andy
Dear all,

I've been successfully using GflAX component for many happy months :) Thank you guys (and girls, I hope!).

Now I want to upgrade my computer and have to install components again - so why not going for 2.20? All I did was renaming

Code: Select all

Set sir = Server.CreateObject("GflAx170.GflAx")
to

Code: Select all

Set sir = Server.CreateObject("GflAx.GflAx")
Most of functions and methods work just fine, but some of them return error:

800a01b6|Object_doesn't_support_this_property_or_method:_'sir.FocusRestauration'

Help file 2.20 says:
Applies a filter on a picture. To do.
But it works in 1.70 :?

Also sir.swapColors causes WBMP picture corrupted.

I haven't manage to test other methods.

Does anyone have similar problems using ASP and v2.20?

Thank you,

Andy[/quote]

Re: ASP Component upgrade 1.70->2.20 problems

Posted: Sat Jul 09, 2005 12:30 pm
by xnview
Andy wrote:800a01b6|Object_doesn't_support_this_property_or_method:_'sir.FocusRestauration'

Help file 2.20 says:
Applies a filter on a picture. To do.
But it works in 1.70 :?

Also sir.swapColors causes WBMP picture corrupted.
It's .FocusRestoration :-)