> So maybe iteration through the self.fhash[hashval] would do the job??
>
> something like:
> for attr in self.fhash[hashval]:
> self.progtrack.download_start_file_real(attr.attrs.get("path"))
I'm not sure this makes a lot of sense either. If we iterate through
the list of actions here, it will appear that we're simultaneously
downloading multiple files. In this situation we're downloading a
single file, but using that content to install multiple files later.
> > What do you need this information for? I think it would be sufficient
> > to count the number of files downloaded and use a progress bar, instead
> > of trying to print every single file name.
>
> It is requirement made during design of the GUI, as you will see on the
> right side (A) I was also asking the same question:
> http://xdesign.sfbay.sun.com/projects/solaris/subprojects/package_mngt/UI_specs/ui_spec_phase2/html-mockup/05_downloading_dialog.htm
I'm not trying to be glib, but if our requirements aren't realistic we
ought to change them.
-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss