From: Bernie H. <ber...@ut...> - 2005-04-04 17:38:56
|
Also regarding the radio buttons - (Mac, 10.3 python 2.3 (self-installed) pythoncard .81) When I change the buttons from vertical to horizontal, and then reload the resource file it loads them as vertical, and I have to manually click on them to get them back to horizontal. Only happens for me when I specify the size rather than (-1,-1). I realized the difference is in the ordering in the resource file. When I manually change the resource file so that for each radio component the alignment is above size, I don't get this behaviour. (and yes, group select or some lasso function would be VERY much appreciated). Take Care, BERNiE I received a message from Kevin Altis at approximately 4/4/05 12:01 PM. Above is my reply. > 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 > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users -- |