I was looking to make a gadget that had the ability to scroll making use of the "<ModulePrefs scrolling="true"..>" mechanism but realized it's not currently implemented. After some digging I also noticed that the feature isn't implemented in Shindig either. It doesn't look like it would be too hard to do (maybe??) but I wasn't sure on the right way.
My initial thought was to modify shindig, submit a patch to them and then recompile rave with the new shindig. This poses a problem though because rave is still on 3.0.0-beta4 while their trunk has moved to 2.5 and there is no 3.0 branch. I didn't want to make changes off the tag if possible. Since there is a 2.5-beta1 release now is there an ETA for upgrading to 2.5 in rave? I tried and lots of things broke so I wasn't sure where to start. The other approach I guess is to just have custom copies of files in the rave-shindig project to override shindig capabilities but that doesn't feel like the right long term solution. Thanks, Chris
