Nothing built in, but one option is to put an invisible rectangle on a form, and make it visible and act like a selection rectangle when the mouse goes down. Another is to overlay (or underlay) a form sized picture on the form and use SVG to produce the selection rectangle. SVG is nice in that you can map the form's objects onto the SVG picture, use the form object names as the SVG ID, and use "SVG Find element IDs by rect" to get the selection.
Keith - CDI > On Nov 9, 2018, at 8:36 AM, Peter Mew via 4D_Tech <[email protected]> > wrote: > > Hi > My Prevoius post wasnt very clear. > Im asking that the user can select an object or objects, by clicking on an > object, say a rectangle, and draging it to change its size, for example. > or the user can add multiple objects, by surrounding them with a box, to an > array of object names. > thanks > -pm ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

