User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: [REQUEST] ZIP Object update

  1. #1
    Clicker Fusion 2.5Fusion 2.5 MaciOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2008
    Location
    Indonesia
    Posts
    694
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [REQUEST] ZIP Object update

    Some condition on ZIP object are not working, i.e. Is Zip Open, Error : Corrupt Archive etc. Does the extension are going to be updated? I need this object for my application.

    Well I can do a trick to check if ZIP file is open, but condition to check errors are not working.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] ZIP Object update

    Is it at all a possibility you could use Directory packer (or a combination of Directory packer and Binary array for compression) instead of the zip object?

  3. #3
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] ZIP Object update

    Quote Originally Posted by Jamie
    Is it at all a possibility you could use Directory packer (or a combination of Directory packer and Binary array for compression) instead of the zip object?
    I recommend doing it this way as well.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  4. #4
    Clicker Fusion 2.5Fusion 2.5 MaciOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2008
    Location
    Indonesia
    Posts
    694
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] ZIP Object update

    Quote Originally Posted by JAMIE
    Is it at all a possibility you could use Directory packer (or a combination of Directory packer and Binary array for compression) instead of the zip object?
    Yeah I used to use Directory Packer but when extracting it always return an error "Possible Exploit".
    Btw I thought I was sent you a PM about this, Jamie?

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] ZIP Object update

    Possible exploit? That's strange - can you send me an example pack file which generates that error?

  6. #6
    Clicker Fusion 2.5Fusion 2.5 MaciOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2008
    Location
    Indonesia
    Posts
    694
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] ZIP Object update

    I tried to packing my application http://www.fileden.com/files/2008/8/12/2046142/Apps/TweakXPlorerv281.zip. It can pack the directory, but it can't unpack the directory and gives the Possible Exploit error.

  7. #7
    Clickteam Clickteam
    Nico's Avatar
    Join Date
    Jun 2006
    Location
    France
    Posts
    2,543
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: [REQUEST] ZIP Object update

    I push up this thread, because it is very important to remake a de/compression object as ZIP object like.
    Too buggued, not really simple ...

    EDT: CAB could be a better format at compression and handling of files ...
    --------------------------------------
    Nicolas "Nico" Sourdeval
    Clickteam

  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] ZIP Object update

    Quote Originally Posted by Nico
    I push up this thread, because it is very important to remake a de/compression object as ZIP object like.
    Too buggued, not really simple ...

    EDT: CAB could be a better format at compression and handling of files ...
    7Z is a another good compression format, it seems to lower the size quite a lot in some cases. The License could cause problems for commercial use maybe though (GNU LGPL + unRAR restrictions).

    http://www.7-zip.org


  9. #9
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] ZIP Object update

    It's completely possible to create this with Jamie's "Binary Array" extension (and the file extension is needed to create the directories). Since you can load individual files into workspaces, all you need is pretty much only to have a system to keep track of which workspaces that are there (since Binary Array doesn't have a way to iterate through them), but a little "table of content" workspace would sort that out.

  10. #10
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [REQUEST] ZIP Object update

    I've never had any problems with the zip extension.
    I'm using it right now with no problems.

    Would be nice to have support for other compression methods though.

    Nifflas, care to make an example of that?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. [Request update] Button object
    By Richard_Pikk in forum Extension Development
    Replies: 0
    Last Post: 24th September 2010, 10:36 AM
  2. [Request] Print object update?
    By RickyRombo in forum Extension Development
    Replies: 0
    Last Post: 2nd January 2010, 06:43 PM
  3. [Request Update] Select Object
    By Tim in forum Extension Development
    Replies: 11
    Last Post: 30th August 2009, 04:19 AM
  4. Request: Update to FTP object
    By MikeB in forum Extension Development
    Replies: 5
    Last Post: 13th May 2009, 06:48 AM
  5. Request to update FTP object with SFTP
    By DJFuego in forum Extension Development
    Replies: 2
    Last Post: 15th January 2009, 12:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •