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

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

Error: undefined identifier ArrayWrapperString

2014-02-07 Thread JohnnyK
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? Below is what I am currently importing. import java.io.ByteArrayInputStream; import

Re: Error: undefined identifier ArrayWrapperString

2014-02-07 Thread Jacob Carlborg
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? Below is what I am currently importing. It's defined