[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Dialogs



Features I forgot to tell people about that might be useful to those
working on dialogs like export:

Unlike on Xtreme, it's quite possible to have "standard" dialogs (e.g. File
Open, Export etc.) dialogs managed by dialog manager, and thus be Kernel
dialogs, which you can stick any control onto and get appropriate messages
to the appropriate kernel class. This might help with export dialogs &
preview (especially as kernel drawn dialogs now work fine).

Equally, you can stick things like bitmap buttons on ANY kernel dialog, and
they will just work. No need to code for it. On Xtreme they only worked on
bars.

Alex