Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] BusyIndicator.showWhile() doesn't show wait cursor


Snippet?



JR Ruggentaler <jr@xxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

09/09/2003 02:05 PM
Please respond to platform-swt-dev

       
        To:        "'platform-swt-dev@xxxxxxxxxxx'" <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-swt-dev] BusyIndicator.showWhile() doesn't show wait cursor



I tried writing a simple app using SWT. The app has a Text input field with
a Button next to the Text field. Below the input field and button is a
Table. When the user presses the Button a SelectionListener pops up a
FileDialog allowing the user to select an input file. After the user selects
the file the selection listener creates a object that implements Runnable
and calls BusyIndicator.showWhile(null, loadCSV);. The first time the
SelectionListener is messaged the Table grid lines disappear and the cursor
does not change. After the data is loaded into the table the app responds
normally. If I click the Button a second time and select a file the wait
cursor is displayed within my apps' boundaries. Am I missing something or is
this a SWT bug?

I am using SWT swt-win32-2135.dll on Windows 2000.

P.S. Sorry if this is a dup I was not subscribed to the list the first time
I posted.

J.R.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top