Hi, as part of our software we created xml_wrapper package which allow you creating Tk forms on the fly from xml file. For example, this xml file will produce form: ======
Mandatory Entry Normal Entry Disabled Entry Only Number Entry DropDown from List DropDown from DBTable DropDown from Function Select File Select File Custom Icon Date widget Date Widget Custom Icon Text Widget SpinBox Widget Labeled Button Widget Labeled Button Widget with image daidze_user
Foto Foto Boolean Widget
====== [http://www.daidze.org/Widgets.png] I'm working on adding more widgets, user access rights etc. If somebody interested in such package, just mail me. Tables, dropdowns can get data from PostgreSQL DataBase, function etc. '''One more simple usage example:''' '''XML File''' ======
Username Password
====== '''How to load it to your application:''' ====== package require xml_wrapper set main [frame .main] ::xml_wrapper::load_main /home/user/xml_files login_form.xml $main 1 ====== '''Result:''' [http://www.daidze.org/2.png] <>Enter Category Here