On Fri, 21 Jun 2002 18:22:37 -0700 "Ujwal S. Sathyam" <[EMAIL PROTECTED]> wrote:
USS> Well, the text metrics calulations in wxMac seem to be much better USS> now. I rebuilt Mahogany against the latest wxmac, and it looks much USS> better, even the Preference Panes. However, some strings in the panes USS> still have the funny '&' (escape) character. I hopefully will be able to look at this myself soon as I've just got a brand new iBook and will build M myself on it as soon as I hook it up to the network. USS> The other thing I noticed is that when I initiallt start up Mahogany, USS> it asks me if I want to specify a location for its global USS> configuration directory "Mahogany". If I say "No", the program USS> continues and opens up the main window. If I say "Yes", I am prompted USS> for a location, and then the program opens up the main window. So far USS> so good. However, all the icons are yellow now. Very strange! M looks for the icons in the path whose first component is the global directory -- so if you've specified it in incorrectly it probably doesn't find them. Do you mean yellow question mark icon or do you see something else? Anyhow, the places to look at are MAppBase::InitDirectories() and src/gui/wxIconManager.cpp file. You could also set the env var WXTRACE to "iconload" to see the debug messages about the icon loading on the console (will only happen in debug mode). Regards, VZ ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
