Re: Ajax SortableList

2007-03-04 Thread Mike Schrag
Sounds cool ... Dealing with dragging between two lists was kind of tricky (as you found out :) ), so I just ignored it at the time. Is your modification a generic fix that could be rolled into Wonder? ms On Mar 4, 2007, at 8:31 PM, John Larson wrote: Just as FYI, not a problem . . . I r

Ajax SortableList

2007-03-04 Thread John Larson
Just as FYI, not a problem . . . I recently finished a project management module and used the Ajax SortableList to allow users to change task priorities, etc. I also found it very useful to allow the users to organize their tasks into different statuses by dragging the task items to other

Re: Is there an easy way

2007-03-04 Thread John Larson
A method that I use often relies on the creation of a dictionary with the month for the key and a mutable array for the value. After you get the records, get the appropriate array, and add the record to it. You should initialize the dictionary with each month first in case there are empty

Re: what to do with the key

2007-03-04 Thread Ian Joyner
This is what I do. You need to attach a little bit of JavaScript to all your text fields: function check_enter (event) { // Stop user logging out when return or enter pressed. // We need a better way of attaching them to the + button. var code = document.layers? event.w

Re: newbie: basic question on getting a value from an entity

2007-03-04 Thread Paul Marvine
Thank you Chuck. You, of course, were correct. For other newbies, like me, Bruce Eckel's Thinking in Java is free at http://www.mindviewinc.com/ Paul On Mar 3, 2007, at 8:31 PM, Chuck Hill wrote: Paul, I think that what you need is a good book on Java. Bruce Eckel's Thinking in Java is