From: Joakim V. <jo...@ve...> - 2004-04-01 08:47:32
|
Ok, so I've re-implemented a small number of static dialogs, and that works. But what about the dynamic dialogs? There are a number of dialogs that have varying number of controls, for instance the mixer window http://www.jazzware.com/docs/html/jazz35.html#mixer How should these be made now? - build them with code like previously - some kind of xml resource aproach. The later aproach could maybe be achieved with 2 resources, one for the dialog, and one used as a template for dynamic addition to the parent dialog. Ideas? /Joakim |