From: <ti...@da...> - 2007-05-15 09:43:23
|
> I given a try to your Color table editor. Works fine. I > also like the fact that the Shapes GUI is now static > ;-). I agree that it limits the collection thumbnails, > but maybe the GUI could be compressed a little to make > up for more thumbnails room... On my 1024x768 ibook that's already at the minimum. You can't compress the frame editor anymore. Something could be done for bitmaps, but having different editor sizes would look ugly IMO. I think SF just needs big desktops for everyday use, period. > There are still some > settings that are shown outside the window on OSX > (Keypoint obscured & Min Lightness). The fix is to resize > the window, but that's strange wx don't account for this > when it size the window... wx is known to have some layout quirks, at least in my experience. I say ignore them, things will get better with versions :-) > I have changed your std::cerr into wxLogError's (I think > they are best, because wx can display a log window when > they occur). Well done. > There are some deprecated things now in our > code (wxRect.Inside should be changed into Contains). I > want to make sure changing them works for you before > pruning them all ;-) I now use wx 2.8.x, so I shouldn't have problems. However don't forget that some linux distros are still stick at 2.6.x by default, so we are cutting those users off by updating our code. I'm ok with that, just know it. I'll also correct that call for writing numbers into wxTextCtrl's without triggering update events... Bye Tito |