From: Michael V. D. <mv...@va...> - 2003-08-03 13:54:15
|
While working on iaxPhone, I discovered the xrc system for wxWindows - you can edit an XML file with any text editor and change the layout of dialogs without recompiling. I thought that it would be neat to rewrite iaxPhone to use xrc. This has been quite a time sink,but I think it's the way to go. I've just dummied up the user interface, no real functionality yet. I've moved all the config dialogs to one tabbed notebook dialog. The servers listctrl has been changed to a choice box. I had started with a choice box, intending to periodically update connection status, but I don't see the hook for that. Now, if you enter a plain extension, iaxphone will attempt the call with the server that is selected in the choice box. The application will also minimize to the systray on WIN32 systems, and pop up on incoming ring. If anyone's interested, I can backport the choice box and systray changes to the current codebase. It will probably be a week or two till I can get the new xrc based code out. |