Re: [PD-dev] What the Pd GUI would look like with the ttk:combobox widget

2013-05-23 Thread Fred Jan Kraan
On 2013-05-22 22:13, Fred Jan Kraan wrote: It makes a difference, but not directly what I expected. Specifying option add *font ::menufont makes the font much larger. It will take some more time before it makes sense to me. It looks like 'menufont' is not exactly the same as '::menufont',

Re: [PD-dev] What the Pd GUI would look like with the ttk:combobox widget

2013-05-22 Thread Fred Jan Kraan
Hi Hans-Christoph, Thanks for the reply. Looks a lot better :) About the font issue on Windows, there is a special Tk font for any menu called '::menufont'. If you use that, it should solve the tiny menu fonts on Windows. It makes a difference, but not directly what I expected. Specifying

Re: [PD-dev] What the Pd GUI would look like with the ttk:combobox widget

2013-05-22 Thread Fred Jan Kraan
Hi Jonathan, Thanks for the reply. If you have anything I could help with, like testing, let me know. Fred Jan Hi Fred, I'm currently working on a centralized Preferences Dialog that has a tab for Audio, MIDI, and GUI (probably will change that tab name to General) It uses the

Re: [PD-dev] What the Pd GUI would look like with the ttk:combobox widget

2013-05-21 Thread Hans-Christoph Steiner
Looks a lot better :) About the font issue on Windows, there is a special Tk font for any menu called '::menufont'. If you use that, it should solve the tiny menu fonts on Windows. While you're at it, want to try running the whole Pd GUI with ttk? .hc On 05/21/2013 04:01 PM, Fred Jan Kraan

Re: [PD-dev] What the Pd GUI would look like with the ttk:combobox widget

2013-05-21 Thread Jonathan Wilkes
Hi Fred, I'm currently working on a centralized Preferences Dialog that has a tab for Audio, MIDI, and GUI (probably will change that tab name to General) It uses the ttk::combobox for those devices as well as moving the Audio Api selection to a ttk::combobox, too.  It's definitely a big