If I put a space in a label for a slider, the rest of the properties get all weird. I thought I reported this before and someone came up with a relatively simple fix...
The Tcl/Tk interface is getting on my nerves in general. I can't do all the UI things I'm used to. Tab doesn't work, for example. Is there still a movement to separate PD from its UI?
(jfm3)
On Mon, 2 Jun 2003 jfm3@ouroboros-complex.org wrote:
If I put a space in a label for a slider, the rest of the properties get all weird. I thought I reported this before and someone came up with a relatively simple fix...
Put two \ in front of the space. But be careful, this is a workaround but doesn't fix the problem in general.
The Tcl/Tk interface is getting on my nerves in general. I can't do all the UI things I'm used to. Tab doesn't work, for example. Is there still a movement to separate PD from its UI?
What do you mean with Tab doesn't work (how should it work) ?
Greetings
Guenter
The Tcl/Tk interface is getting on my nerves in general. I can't do all the UI things I'm used to. Tab doesn't work, for example. Is there still a movement to separate PD from its UI?
What do you mean with Tab doesn't work (how should it work) ?
When I'm filling out a form, like the properties box for a slider, hitting tab should move me to the next field. This makes it so I can fill out the form without removing my hands from the keyboard. Other tiny things like shift-arrow for hilighting the last word of text aren't as nice as they are with GNOME or Emacs either.
On 3 Jun 2003, jfm3 wrote:
The Tcl/Tk interface is getting on my nerves in general. I can't do all the UI things I'm used to. Tab doesn't work, for example. Is there still a movement to separate PD from its UI?
What do you mean with Tab doesn't work (how should it work) ?
When I'm filling out a form, like the properties box for a slider, hitting tab should move me to the next field. This makes it so I can fill out the form without removing my hands from the keyboard. Other tiny things like shift-arrow for hilighting the last word of text aren't as nice as they are with GNOME or Emacs either.
This is all doable with tcl/tk, It just needs someone to spot it, and someone to implement it (I think the GUI properties dialogs were done by Thomas Musil)
Guenter