From: Roger B. <ro...@ro...> - 2004-03-13 00:15:02
|
[Please followup on the bitpim-devel mailling list] Jeff Milstead wrote: > Roger, just FYI, but I built BitPim 0.7-test6 OS X > 10.2.8 from CVS today and noticed that although I have > ringers loaded, the ringers tab only displays the > ringer filenames momentarily after I drag-resize the > BitPim window. Otherwise, the ringers tab remains > blank. A known problem with wxWidgets on Mac and Linux - see the download site. That is why I rewrote the display used for media (wallpaper, ringtones etc). So far I have only had time to change the wallpaper over to the new widgets which do work everywhere correctly. > The other thing I noticed on the Mac is that BitPim > seems to quit when you put it into the background > while it is doing a lengthy access of the phone - say, > when you're dumping the filesystem. My only guess as to what it may be caused by print statements, especially ones that are not in the main thread. You can test this theory by commenting out all print statements and seeing if that fixes it (a small sed script will do the trick). Eventually all the print statements will be removed anyway. Roger |