From: Otto W. <ott...@or...> - 2005-06-24 18:53:16
|
John Labenski wrote: > > On 6/24/05, Francesco Montorsi <f18...@ya...> wrote: > > Hi, > > since I'm working on the "webupdate" component which will provide a > > dialog for updating your app, the following question raised: > > > > how should we provide dialog windows in our components ? > > Using XRC files, or just hard-coded classes that build the UI ? > > I hard code them, the complicated pages are created using wxDesigner. Same for me, IMO hardcoded is better especially for a component which should be usable unchanged. Else you might end up with either countless XRC files or have to merge them together. O. Wyss -- Development of frame buffer drivers: http://linux-fbdev.sf.net Sample code snippets for wxWidgets: http://wxcode.sf.net How to build well-designed applications: http://wyoguide.sf.net Desktop with a consistent look and feel: http://wyodesktop.sf.net |