You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-25 08:11:33
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Robert M. <rob...@ya...> - 2004-03-10 16:20:16
|
Hi, Marcus. Thanks for making this enhancement. I'll merge it into PSwing and make it available the next time I do a release. --Rob --- Marcus Ilgner <Mar...@ge...> wrote: > Hi, > > while looking for a combo box with date popup I found the PSwing > components and I have to say they're really cool. > But since the names of the days in DateComboBox were hardcoded and also > sometimes in the wrong order, I made some changes considering > localisation (for those countries like Germany where Monday is the first > day in the week). > I tested it with Locale.GERMAN and Locale.US and it works fine. > Attached to this mail find a diff file for DateComboBox.java. > > Greetings > Marcus Ilgner > > 576c575 > < setupCalendar.set(Calendar.DAY_OF_WEEK, setupCalendar.getFirstDayOfWeek()); > --- > > String[] dayNames = monthFormat.getDateFormatSymbols().getShortWeekdays(); > 578d576 > < int dayInt = setupCalendar.get(Calendar.DAY_OF_WEEK); > 582,602c580,581 > < if (dayInt == Calendar.SUNDAY) { > < label.setText("Sun"); > < } > < else if (dayInt == Calendar.MONDAY) { > < label.setText("Mon"); > < } > < else if (dayInt == Calendar.TUESDAY) { > < label.setText("Tue"); > < } > < else if (dayInt == Calendar.WEDNESDAY) { > < label.setText("Wed"); > < } > < else if (dayInt == Calendar.THURSDAY) { > < label.setText("Thu"); > < } > < else if (dayInt == Calendar.FRIDAY) { > < label.setText("Fri"); > < } > < else if (dayInt == Calendar.SATURDAY) { > < label.setText("Sat"); > < } > --- > > // this array is not 0-based!! > > label.setText( dayNames[ ((i+setupCalendar.getFirstDayOfWeek()-1) % 7) + 1] ); > 604d582 > < setupCalendar.roll(Calendar.DAY_OF_WEEK, true); > 609,610c587,588 > < int first = setupCalendar.get(Calendar.DAY_OF_WEEK); > < for (int i = 0; i < (first - 1); i++) { > --- > > int first = setupCalendar.get(Calendar.DAY_OF_WEEK) - setupCalendar.getFirstDayOfWeek(); > > for (int i = 0; i < (first); i++) { > > ATTACHMENT part 2 application/pgp-signature name=signature.asc __________________________________ Do you Yahoo!? Yahoo! Search - Find what youre looking for faster http://search.yahoo.com |
From: Rob M. <rma...@pa...> - 2004-02-10 15:34:36
|
Hi, Mark. I've tested your little demo and I've seen the problem you're talking about. It doesn't happen all the time, though. It looks like you're using the component properly, so I'll have to do some de-bugging to find out what's causing it. Thanks for letting me know about this bug. --Rob "Tolmacs Mark" <to...@sc...> 02/07/2004 11:11 PM To: <in...@pa...> cc: Subject: PSwing - PComboBox Hi! I don't know user suggestions are welcome or not, but I found an annoying problem. I can't explain it shortly so I attach a small example. To see, just start the application. It contains only a PComboBox with 2 elements. When you trying to write into the box something like 'Alter' for example, you can't fully do it! Can you tell me why? Thank you for your patient, Mark Tolmacs (See attached file: TreeDemo.java) (See attached file: TreeDemo.class) |
From: Robert M. <rob...@ya...> - 2003-09-25 14:33:51
|
Hi, Marcus. Thanks for giving PComboBox a try. The API doc for javax.swing.ListModel does not describe the proper behavior for getElementAt when the list does not have an item for the requested index. However, the default combo box model always returns null when this happens, which seems pretty logical and consistent with other Java classes (ArrayList, for example). So this is the behavior that PComboBox expects. I need to document this. Just so you know, passing an index of -1 is PComboBox's way of saying that it can't find a match for whatever you're typing. By the way, make sure that you call the buildIndex() method on PComboBox after you've added all of the items to the combo box of PComboBox won't work. Thanks and good luck. --Rob --- Marcus Ilgner <Mar...@ge...> wrote: > Hi, > > I just tried to switch to PComboBox in my application when I found a > strange behaviour: as soon as I try to type into the box, it calls my > ComboBoxModel's getElementAt() with -1 as index, which I don't know how > to handle. I'm using my own MutableComboBoxModel implementation in order > to allow a customized database access with Oracle BC4J. > How am I supposed to react to getElementAt(-1)? Returning null or "" > doesn't work as it blocks any input or completion. > > Greetings > Marcus > > ATTACHMENT part 2 application/pgp-signature name=signature.asc __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Robert M. <rob...@ya...> - 2003-09-09 15:38:00
|
Testing, testing, 1 2 3. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Robert M. <rob...@ya...> - 2003-09-05 21:12:16
|
This is the PSwing users mailing list. Submit any questions, requests, suggestions, or comments on the PSwing project to this list. Thanks. --Rob MacGrogan __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |