Smart Image Processor ASP 2 Support Product Page

SIP disappears from server behaviours panel

Reported 04 Oct 2010 18:23:15
1
has this problem
04 Oct 2010 18:23:15 Badg Champion posted:
I am using SIP 2.5.5 on an XP SP3 system with IIS, ASP and Dreamweaver CS4.
If I insert an upload behaviour (pau) and then insert a sip behaviour that saves to JPEG, all is well.

If I double click on the "image processor 2.5.5" entry in the server behaviours window and change the "file type" to auto the behaviour disappears from the server behaviours window.

the listing whilst file type is JPEG is below


[i]' Smart Image Processor 2.5.5

Dim full
Set full = New ImageProcessor
full.Key = "5FFEC795-17F9-4871-AF86-98D66C3CE549"
full.ScriptFolder = "ScriptLibrary"
full.Component = "Auto"
full.Source = "upload"
full.AutoOrient = false
full.KeepMetaData = false
full.Matte = "#FFFFFF"
full.UploadFields = ""
full.GetFiles
While full.HasFiles
full.LoadFromSource
full.Overwrite = false
full.Mask = "##path##full_##filename##"
full.SaveJPEG 80
full.MoveNext
Wend
Set full = Nothing[/i]



the listing following change to auto is below

' Smart Image Processor 2.5.5
Dim full
Set full = New ImageProcessor
full.Key = "931F93AC-352F-4FC9-B655-3C70500F0F26"
full.ScriptFolder = "ScriptLibrary"
full.Component = "Auto"
full.Source = "upload"
full.AutoOrient = false
full.KeepMetaData = false
full.Matte = "#FFFFFF"
full.UploadFields = ""
full.GetFiles
While full.HasFiles
full.LoadFromSource
full.Overwrite = false
full.Mask = "##path##full_##filename##"
full.Save
full.MoveNext
Wend
Set full = Nothing


this means that the behaviour can no longer be updated using the correct panel.

Thanks

Replies

Replied 07 Oct 2010 11:06:12
07 Oct 2010 11:06:12 Miroslav Zografski replied:
Hello Badg,

Could you please clarify:
Quote
this means that the behaviour can no longer be updated using the correct panel.


Thank you.

Regards,
Replied 17 Oct 2010 10:40:00
17 Oct 2010 10:40:00 Ivan Halen replied:
Hi Miroslav, this happens to me too with DW CS5 and SIP 2.5.5
What Badg Champion is trying to say is explained in these screenshots:

file type AUTO: www.ivanhalen.com/saveAuto.JPG
file type JPEG: www.ivanhalen.com/saveJpeg.JPG

As you can see, setting "AUTO" as file type in SIP makes it disappear from the Server Behaviors panel

Thanks

Reply to this topic