[Theaterlinux-devel] Re: Re: Introducing the idea of a configuration wizard
Status: Planning
Brought to you by:
ahlt
|
From: Are H. <ah...@th...> - 2005-12-05 19:43:25
|
My Python skills improves each day I read about it, and once in a while I find some new functions that I can use with the configuration wizard. Some days ago I read some interesting documentation about boxes. The currently issue about the missing wizard widget can actually easily be solved using normal gtk boxes: For each time the forward button is pressed, hide the current stage box and show the next one. Those boxes are already loaded in the same window, but are automatically hided at the startup.=20 This solution is much more practically than showing each stage in different windows. So I've did a complete rewrite of the wizard, and the new files can again be located at the cvs depot. I hope to upload some screenshots of the application before Christmas Eve. But it's still some time before it will be of any use. It's far from functionally. |