how to set initial value of a colorDialog?
Alec Bennett <[email protected]> Tue, 31 Mar 2009 22:22:00 -0800
| Newsgroups | gmane.comp.python.pythoncard |
|---|---|
| Message-ID | <[email protected]> |
The title pretty much says it. I'm creating a colorDialog like this to allow the user to pick a color: result = dialog.colorDialog(self) I'd like the dialog to have a certain color preselected. Is it possible? Thanks. ------------------------------------------------------------------------------