Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] SWT Spinner Widget?


Brad,

When I said that the Appendix E "all platforms" spinner was emulated, I meant that it's composed of existing widgets (a Text and two Buttons) as opposed to using a native spinner, so it doesn't depend upon getting spinner.dll compiled.  These existing widgets still need to access their swt library though, so the problem you're likely seeing in this case is that swt-win32-xxxx.dll isn't being found.

I've attached a 13K zip with the following:
- The file with the text copying problem I mentioned had Spinner.java and SpinnerTest.java (Appendix B).  I've attached the corrected versions, which will be posted shortly.
- I've noticed that copying the makefile.mak out of Appendix C will also have a problem if it comes out "double spaced" when you paste it ('echo' unexpected).  I've attached the corrected version, which will be posted shortly.
- The compiled .dll

Grant


Attachment: spinner.zip
Description: Zip archive


Back to the top