-
No, what I'm saying is that it won't run the file when it's lower case because it can't find the class.
2008-02-13 13:11:42 UTC in Alchim
-
Right now, the datepicker can only scroll by month.
How hard would it be to add the yearly scrolling? It
really is a necessary feature for any viable datepicker
control, don't you think?.
2006-11-13 22:51:07 UTC in Date controls for Eclipse SWT
-
Logged In: YES
user_id=182888
There's a bug in the patch... there should not be a "break"
at the end paintControl method.
2006-11-11 18:54:41 UTC in Date controls for Eclipse SWT
-
Logged In: YES
user_id=182888
Here's the code...
2006-11-10 13:26:23 UTC in Date controls for Eclipse SWT
-
When using the control in a forms API (FormToolkit),
paintBordersFor() won't work. This is not specifically
a bug for DatePicker, but really it's a bad
implementation on the paitBordersFor method in the
Forms API. It'd be nice if the widget would paint a
flat border, but if not, I've included a subclass on
FormToolkit that people can use if they want the widget
to be part of the form...
2006-11-10 13:23:22 UTC in Date controls for Eclipse SWT
-
Possible NPE in setBackground, should be adjusted to...
...
if (null != popup)
popup.setBackground(color);
...
2006-11-10 13:18:06 UTC in Date controls for Eclipse SWT