Re: SWT.DROP_DOWN style has no effect on DateTime widget

2014-02-13 Thread JohnnyK
On Thursday, 13 February 2014 at 18:51:38 UTC, Jacob Carlborg wrote: On 2014-02-13 17:20, JohnnyK wrote: Under Windows 7 64bit Enterprise the SWT.DROP_DOWN style has no effect on the DateTime widget. The widget does not show the date in a combo box with a dropdown button. It shows in the defa

Re: SWT.DROP_DOWN style has no effect on DateTime widget

2014-02-13 Thread Jacob Carlborg
On 2014-02-13 17:20, JohnnyK wrote: Under Windows 7 64bit Enterprise the SWT.DROP_DOWN style has no effect on the DateTime widget. The widget does not show the date in a combo box with a dropdown button. It shows in the default with the up/down spin buttons that are found on the Spin widget. B

Re: Error: undefined identifier ArrayWrapperString

2014-02-13 Thread Jacob Carlborg
On 2014-02-13 16:45, JohnnyK wrote: Thanks Jacob, I just moved the import java.lang.all; down to just before where I needed the method since that is the only method I needed. import java.lang.all; indexOf method conflicts with the std.String library indexOf method. Have you imported both jav

SWT.DROP_DOWN style has no effect on DateTime widget

2014-02-13 Thread JohnnyK
Under Windows 7 64bit Enterprise the SWT.DROP_DOWN style has no effect on the DateTime widget. The widget does not show the date in a combo box with a dropdown button. It shows in the default with the up/down spin buttons that are found on the Spin widget. Below is a slightly modified versio

Re: Error: undefined identifier ArrayWrapperString

2014-02-13 Thread JohnnyK
On Friday, 7 February 2014 at 20:39:40 UTC, Jacob Carlborg wrote: On 2014-02-07 19:55, JohnnyK wrote: I am getting the following error when trying to use the clipboard with DWT. Error: undefined identifier ArrayWrapperString. Does anyone know what I need to import to get this class to work? B