Or maybe reduze the size of the handles (found the word :) changing some pattern...?
Salut, Josep El 07/05/2010, a las 5:40, J. Landman Gay [via Runtime Revolution] escribió: > JosepM wrote: > > Hi List, > > > > I don't know how to refer to this boxes, maybe the anchor points > to resize > > the object. > > We call them "handles". > > > I need make invisible the boxes that appear when draw a polygon or > circle, > > the dark grey boxes around the graphic. I need to draw a polygon > but without > > show these anchor boxes, so they difficult the draw. > > > > It's posible? > > The engine puts handles on the graphic whenever it is selected in edit > mode. Your script can create a graphic without using edit mode and > there > will be no handles: > > create graphic "newGrc" > > If you need to resize the graphic, you'd have to figure out the > rectangle and then set it by script: > > set the rect of grc "newGrc" to a,b,x,y > > As long as you are not in edit mode there will be no handles. > > -- > Jacqueline Landman Gay | [hidden email] > HyperActive Software | http://www.hyperactivesw.com > _______________________________________________ > use-revolution mailing list > [hidden email] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > > View message @ > http://runtime-revolution.278305.n4.nabble.com/Selected-object-boxes-tp2133653p2133672.html > To unsubscribe from Selected object "boxes", click here. > -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Selected-object-boxes-tp2133653p2133723.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
