On 1/21/06, Quentin Mathé <[EMAIL PROTECTED]> wrote: [snip] > > Known bugs : > - Matrix view presentation is still really buggy
What kind of bug did you meet ? Maybe I should take a look at it. :) There is another issue in my mind while I am planning to use it. The communication between application and preference panes are difficult. For example, I have an AppController to control the main window, and PreferencesController for PreferencePane. In many cases, I want the change in preferences shows up in real-time. So if I change the setting of window color in PreferencePane, how does it notify AppController to change the window color ? And since PreferencePane is a bundle, it cannot access classes in AppController, unless they share the same library. In the other hand, if AppController want to know the settings in PreferencePane, it have to go throught PreferencesController and know the internal of a specific pane. The only way I can think about is that PreferencePane write settings into user defaults and throw out a notification so that AppController can read the user defaults again. This notification also tell AppController which default has been changed. Then PreferencesKit need to define some notifications for this kind of communication. Or a better solution can be provided. Yen-Ju
