From: Joseph B. <jb...@um...> - 2005-06-25 02:02:01
|
If you like the flexibility, then XRC resources can be great. I set up the wxSpellChecker component to use XRC resources for most of the dialogs, but one of the samples uses a hard coded dialog to demonstrate adding custom functionality beyond what my "cookie-cutter" XRC based dialogs handled. I found out how great XRC-based dialogs could be when I asked someone to test the interface and tell me what he thought. He remarked that a combo box on the dialog should be sorted. Thanks to XRC resources, only a text editor was needed to change the combo box style and fix the problem. On Fri, 24 Jun 2005, Francesco Montorsi 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've never used the XRC system before and all my components (but actually > only keybinder has a dialog) do not use it. > > What is the "right" approach ? > > > Thanks for your opinion, > Francesco > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > |