Hi, I have a few questions and observations.
- How does one style the queue table? The UploadAttachments class exposes a TableStyle property to (almost) control the appearance of the result table, but there is no equivalent for the queue table?
- Why is it that the above mentioned table style (and that of the queue table) has a hardcoded min width?
Also the AttachmentTable style's default value has a duplicate margin-top entry.
In fact why do you even have a AttachmentTableStyle property, just stick with the TableStyle property and let the developer using the control style it, it makes no sense that you take on the task of dictating the font, margin etc to use.
- For what is the CancelUploadMsg property used?
- CuteWebUI_AjaxUploader_OnTaskError is called if the user presses Cancel or Cancel All.
The msg argument to that call however is null?
Secondly why raise a task error when the user cancels, it does not constitute an error?
- And finally a small observation. CancelAllMsg is poorly named, it should be called CancelAllText.
brgds,
Thomas Scheelhardt