From: joakim v. <jo...@ve...> - 2004-04-10 11:40:06
|
Dave Fancella wrote: > >You might want to try breaking the window down into smaller widgets. It might >work. :) I figure I'd like to see a separate widget for each track, and >then have a TrackPanel or something that arranges the tracks. It's on my >list, of nobody gets to it first, but it's quite a ways down, and I'm not >exactly a graphics programmer. :( > > > I,ve been thinking along those lines too. For example, the keyboard in the pianowin should be its own widget in its own pane. The drawing of the main event area wont benefit from a split though, only double buffering will help. This is because the flicker is caused by the graphics not being completely redrawn within a vertical refresh cycle. At least thats what I think. /Joakim |