From: Bo G. <bo...@sy...> - 2005-04-04 17:30:24
|
Kevin Altis wrote: > On Apr 1, 2005, at 7:24 AM, Bo Green wrote: > >> Phil Edwards wrote: >> >>> 2. there's a problem with radiogroup components not displaying properly >>> in either the resource editor or the running application >>> >>> >> >> Speaking of radio groups, any time I have a radio group present, the >> resource editor behaviour for left-right arrow keys is to change the >> default radio group value. It would be less noticable if it only >> happened when the radio group is selected, but that's the behaviour >> when any component is selected, effectively making the left-right >> arrow keys useless in the resource editor whenever there's a radio >> group present. I like to use the arrow keys to move components around >> in small increments, so I find it fairly annoying. >> > > Bo, which platform are you working on? I can look into this on Mac and > Windows, but not Linux/GTK; if you're using Linux, specify whether it > is a GTK1 or GTK2 build of wxPython. I suspect what is happening is > that the problem platform has a compound control and the focus doesn't > behave the way it should. I can probably add an explicit setFocus() > call to go along with the display of the sizing handles and that will > get rid of the problem, but I need to know if this is something Phil, > Andy, or another GTK user will need to double-check after I check in > the change. > > ka This was observed while in Windows. I am sometimes using Mac as well, but not since I added the radio group. Thanks. Bo |