[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] DialogOps and Hour-glasses
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Fri, 12 May 2006 11:30:36 +0100
- Subject: Re: [XaraXtreme-dev] DialogOps and Hour-glasses
Luke Hart wrote:
All,
I've fixed the export hour-glass issue by setting
OpFlags.HasOwnTimeIndicator to true in the BitmapExportOptions
constructor. Is there any DialogOp that needs a wait cursor (I'm
guessing not, since by their very nature they involve active user
intervention)? If not would it be best to move this change up into the
DialogOp constructor?
If such a beast exists, it can always tweak the flag in its
own constructor which will necessarily be called afterwards.
I don't quite understand though why no other dialogs suffer
from this?
Alex