From: Andrew U. <and...@gm...> - 2007-02-18 21:50:08
|
On 2/18/07, Mitch Skinner <mit...@be...> wrote: > Nice. Since this is a wishlist item, I believe you get to be the one to > cross it off. Maybe a "completed items" section on the wishlist? > > Mitch I like the <strike> tag myself. OK, I moved some code around a bit to make it easier to put a GUI wrap on track reordering. All one needs to do is call: cif.moveTrack (trackName, newPosition); and the track order (including the track buttons) will be changed accordingly. E.g. look at how the current event handler for the "Move" button (the function TrackControlComponent_moveTrackButtonHandler() in TrackControlComponent.js) does it. The demo at genome.biowki.org isn't updated with the new code since there's no outward functionality change, but it's been committed. Andrew |