Welcome to the Xceed Community Sign in | Join | Help
Community Search  

After i close the browser window still zip compression is continuing

Sort Posts: Previous Next
  •  05-02-2008, 8:20 AM Post no. 11916

    After i close the browser window still zip compression is continuing

    I am using an activex control made in vb6 for compressing some files using Xceed Zip Compression library. Now my problem is that when i close the browser window from the close(x) button the zip process still continues.
  •  05-02-2008, 11:54 AM Post no. 11930 in reply to 11916

    Re: After i close the browser window still zip compression is continuing

    Did you set the BackgroundProcessing property to "true"? If yes, this is why the process is continuing beyond the closure of the window.
    Charles Bérubé-Rémillard
    Technical Support
    Xceed Software Inc.
  •  05-05-2008, 5:15 AM Post no. 11956 in reply to 11930

    Re: After i close the browser window still zip compression is continuing

    Thanks Charles for you reply.

    No i have set the BackgroundProcessing property to false as shown below

     

     MyXceedZip.BackgroundProcessing = False

            Call MyXceedZip.License(mylicensekey)

            MyXceedZip.SplitSize = Val(Trim(zipSplitSize))
           

            MyXceedZip.CompressionLevel = xclHigh

            MyXceedZip.CompressionMethod = xcmBurrowsWheeler

     

    but still the compression continues. 

  •  05-06-2008, 4:19 PM Post no. 12027 in reply to 11956

    Re: After i close the browser window still zip compression is continuing

    Just to be sure; are you using our component in an ASP page? Could you give more detail on the environment you are using?
    Charles Bérubé-Rémillard
    Technical Support
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.