07-13-2006 10:25 AM
07-13-2006 03:05 PM
I am assuming you mean that you want to do this in the UIR editor. If so, here is how you do it:
Hold down the shift key on the keyboard. Click the mouse button and drag a selection box around the controls you want.
Or you can hold the shift key and click on each control you want selected. To remove a control from the selection group, hold down the shift key and click the control again.
07-13-2006 09:22 PM
07-14-2006 01:33 AM
07-14-2006 10:04 AM
No Roberto, you are right, I was actually thinking about another application where the shift key must be held down.
However, that only applies to the initial selection of an area, after that if you want to add or remove controls to/from that initial selection box, you must use the shift key.
03-03-2011 11:35 AM
Hi Roberto,
How to draw a rectangle with the mouse in the panel to simulate the cvi panel edit mode?
David
03-04-2011 10:33 AM
You would have to put a canvas control spanning the entire area of the panel, overlapped by all the other controls. Then, you'd have to catch the mouse click events and mouse move events and draw lines in the canvas connecting the current mouse position with the previous mouse position. Or something like that.
Luis