Hi, Im using Tix on widows XP and I've tried many ways to suppress the root window. But so far I'm unable to do it.
Please suggest how can I suppress the root window. My code is as follows: import Tix myRoot = Tix.Tk() myRoot.withdraw() myRoot.deiconify() myRoot.title("Test Automation") #Create GUI Object and pass the logger object myAppGUIObject = myAppGUI(myRoot, logger) #My AppGUI class creates the GUI which heavily uses the Tkinter widgets and only TixComboBox myRoot.mainloop() Please suggest if there is anything I'm missing. Thanks and regards, Rajat
-- http://mail.python.org/mailman/listinfo/python-list