Re: Selecting Multiple Controls
- Posted by Judith Evans <camping at txcyber.com> Feb 07, 2003
- 431 views
Urgh! I got bit by one of my "improvements". I stored the index within the controls sequence of the controls selected for multiple change. But later I started sorting the controls sequence after add/move a control which doesn't jive with the multi change index any longer. I'd point you to the code but there are bits and pieces of it in several places. I'll fix this for the next version which should be released the end of this month baring many more new bugs. I'd like to fix Shift+S to work with mouse moving also... but that will have to be later on. Incidentally the changes to ReBar and Flat Toolbar you pointed out earlier this week will also not be in the new release (0.16.0). I put them in but ran into major difficulties when user wants to change the RebarBands such that more than one is one a row. I'll have better luck with release 0.17.0 because I'm going to change some techniques I use to know about controls and their relationships to one another. C. K. Lester wrote: It's very buggy, yet. I selected four text items and moved them right with the keys. Then, moving them upward, one of the controls started moving only half the distance as the others. Also, other controls started moving as well (ones that had not been selected). I created a fresh-from-scratch window with four labels and four text boxes. I selected only the text boxes and tried moving them (thinking maybe it was my complex window), but that showed the same behavior... controls moving different distances and then moving non-selected controls. Give it a try... :) If you point me to the code where this is managed, I'll have a looksee.