Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2003
    Location
    Strasbourg, FRANCE
    Posts
    21

    Progress meter VS. StatusDlg

    Hi,

    I'm creating an app which will use a Progress Bar to show the status of Zip.Add, a File.Copy and Zip.Extract actions...

    I don't know which object to use in my callback functions: StatusDlg or Progress Meter with a Label.SetText() (to inform users about current file and other things).

    I will create big zip archives (~ 500Mo, with a lot a small files)

    Is one solution more rapid than an other ? Changing the text on a label Object take the same time to change the text of a StatusDlg object ? (I don't want to include current file name on the progress meter object)

    Thank you !

    Arnaud

  2. #2
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    Best way to find out is to try them both using a stopwatch. If you can't tell the difference that way, the difference won't matter to the user.

    My motto is: design for responsiveness, not speed. Many studies have found that progress displays (whether graphical or text-based) make operations seem to take less time. If a user sees that something is happening, and has something to watch, the whole operation will feel quicker to them, even if it takes longer than it would with no progress.
    --[[ Indigo Rose Software Developer ]]

  3. #3
    Join Date
    May 2001
    Location
    51.531249 | -0.610962
    Posts
    1,244
    Good motto Lorne I can see the sense in that.
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

  4. #4
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Really, eh? Cool, if you ever have any links to any studies evern remotely in this area of interest please post them, I will read ever single word of every single link. Can never read too many studies on these things.

    Corey Milner
    Creative Director, Indigo Rose Software

  5. #5
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728
    --[[ Indigo Rose Software Developer ]]

Posting Permissions

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