From: Dave F. <dav...@co...> - 2004-04-09 02:33:05
|
On Thursday 08 April 2004 05:19 pm, joakim verona wrote: > I was wondering if anybody else was trying to compile jazz with wx 2.5.1. > > Im trying because I wanted to try to get rid of the anoying redraw-flicker > you get when scrolling a pianowin or trackwin. > > In wx 2.5, there is a wxBufferedPaintDC that is supposed to fix the > redraw flicker. 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. :( > jazz wont currently compile agains 2.5, and I think its because of the > xrc stuff. This is a good possibility, since the xrc that's in our source tree is from wx2.4, right? You might want to go into configure.in and set it up to use a local xrc, if that's the problem. Then you can compile the xrc that's in wx2.5's source tree instead of the one in ours. I copied this back to the sourceforge mailing list. ;) Dave -- Visit my website! http://www.davefancella.com/?event=em With a rubber duck, one's never alone. -- "The Hitchhiker's Guide to the Galaxy" |