Re: Selection Handles

2018-03-29 Thread Mike Bonner via use-livecode
lects and pops up my own selection handles, though that might be a > bit ugly. > > > On Mar 29, 2018, at 12:02 PM, Mike Bonner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > > Since you already have code in place to use your homegrown selection &g

Re: Selection Handles

2018-03-29 Thread Knapp Martin via use-livecode
could implement a scheme where if the user selects only 1 line it then deselects and pops up my own selection handles, though that might be a bit ugly. > On Mar 29, 2018, at 12:02 PM, Mike Bonner via use-livecode > wrote: > > Since you already have code in place to use yo

Re: Selection Handles

2018-03-29 Thread Mike Bonner via use-livecode
Since you already have code in place to use your homegrown selection handles, can you adjust things so that the line doesn't actually have to be "selected" to make changes? My guess is that the small button you implemented can be dragged, and then you do your magic and adju

Selection Handles

2018-03-29 Thread Knapp Martin via use-livecode
I have an app that I'm migrating from LC 6.6.5 to 8.1.9. In it, a user creates documents that may consist of lines, boxes, text areas and images that they insert. There's been a big change between 6.6.5 and 8.1.9 in the selection handles on objects. In 6.6.5, the selection handles on

Re: Object Selection Handles

2017-03-29 Thread Bob Sneidar via use-livecode
Actually, I really appreciate Adobe Illustrator's object properties dialog. Sometimes I LIKE being able to define an object's dimensions by typing in coordinates. CAD designers do this all the time. Of course, advanced features like snap to point make this mostly obsolete, but if you need a wall

Re: Object Selection Handles

2017-03-28 Thread Bob Sneidar via use-livecode
The software should allow you to select the handle of the foreground object if only one is selected, and if multiple objects are selected, the nearest neighbor to your click point. If anchors are so close as to conflict, you should be able to zoom in. I think this is a non-issue. Bob S > On

Re: Object Selection Handles

2017-03-28 Thread J. Landman Gay via use-livecode
Just a general agreement here, I also have some issues with the new design for selections. The circular handles look strange to me but it's an adjustment I can deal with. The dotted outline bothers me more because it is harder to see the edges of the object, though I suspect it was implemented

Re: Object Selection Handles

2017-03-28 Thread Richmond Mathewson via use-livecode
ust want it bigger." But that is not how "real" design is done. We need quality tools for the whole front end UI builder market… and each of us here switches hats (programmer/designer) 20 times a day… -- point: we don't mind if the selection handles are small, zoom is always a

Re: Object Selection Handles

2017-03-28 Thread Sannyasin Brahmanathaswami via use-livecode
t… and each of us here switches hats (programmer/designer) 20 times a day… -- point: we don't mind if the selection handles are small, zoom is always an option; if the mouse can pick up them up easily in a "nearby" area, that's also OK, but they must be centered on the

Re: Object Selection Handles

2017-03-28 Thread Richard Gaskin via use-livecode
Ali Lloyd wrote: > The code hit-detects as if the handles were square, so the > hit-detection area is actually bigger than it used to be. And there's the difference between engineering and user experience: It may be bigger, but if it's visually ambiguous user's won't be able to know that. A

Re: Object Selection Handles

2017-03-28 Thread Ali Lloyd via use-livecode
> So do you see any advantage to having handles outboard? Yes, it is impossible to resize an object's width or height to zero (or within (size of handle) of zero) when the handles are inside the object. Also, you could not previously make a line straight using the selection handles i

Re: Object Selection Handles

2017-03-28 Thread Ali Lloyd via use-livecode
s is how it should be, it's much better > > to provide examples and justification. I just checked, and every > > application I have on this computer does selection handles with the > > center of the handle on the boundary of the object. > > Centering the handle on the c

Re: Object Selection Handles

2017-03-28 Thread dunbarx via use-livecode
o the precise visual boundary of that rect. Anyway, if my vote counts at all, rectangular handles inBoard, a la v.6. Craig Newman -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Object-Selection-Handles-tp4713410p4713445.html Sent from the Revolution - User ma

Re: Object Selection Handles

2017-03-28 Thread Richard Gaskin via use-livecode
Ali Lloyd wrote: > Instead of declaring that this is how it should be, it's much better > to provide examples and justification. I just checked, and every > application I have on this computer does selection handles with the > center of the handle on the boundary of the objec

Re: Object Selection Handles

2017-03-28 Thread Ali Lloyd via use-livecode
Instead of declaring that this is how it should be, it's much better to provide examples and justification. I just checked, and every application I have on this computer does selection handles with the center of the handle on the boundary of the object. On Tue, Mar 28, 2017 at 3:04 AM

Re: Object Selection Handles

2017-03-27 Thread Craig Newman via use-livecode
looks and feels wrong. Craig Newman -Original Message- From: Richard Gaskin via use-livecode To: use-livecode Cc: Richard Gaskin Sent: Mon, Mar 27, 2017 3:39 pm Subject: Re: Object Selection Handles Dan Friedman wrote: > Is there a property to change the shape of the selection hand

Re: Object Selection Handles

2017-03-27 Thread Richard Gaskin via use-livecode
Dan Friedman wrote: > Is there a property to change the shape of the selection handles when > using the selection tool? In LC 9 (and 8), they are round circles > that protrude outside the edge of the control. In previous versions, > they were squares that remained within the

Object Selection Handles

2017-03-27 Thread Dan Friedman via use-livecode
Greetings! Is there a property to change the shape of the selection handles when using the selection tool? In LC 9 (and 8), they are round circles that protrude outside the edge of the control. In previous versions, they were squares that remained within the rect of the control. These

Fw: Re: LC8 DP 15 - Lost All Selection Handles

2016-03-04 Thread Sannyasin Brahmanathaswami
uises -- hehe, just kidding, BR On March 4, 2016 at 6:55:57 AM, Mark Waddingham (m...@livecode.com<mailto:m...@livecode.com>) wrote: On 2016-03-04 16:07, Sannyasin Brahmanathaswami wrote: > Suddenly any object I select has not selection handles and is not > hilited. Double clickin

Re: LC8 DP 15 - Lost All Selection Handles

2016-03-04 Thread Devin Asay
> On Mar 4, 2016, at 9:55 AM, Mark Waddingham wrote: > > On 2016-03-04 16:07, Sannyasin Brahmanathaswami wrote: >> Suddenly any object I select has not selection handles and is not >> hilited. Double clicking will invoke the inspector, I can see the name >> of the obj

Re: LC8 DP 15 - Lost All Selection Handles

2016-03-04 Thread Mark Waddingham
On 2016-03-04 16:07, Sannyasin Brahmanathaswami wrote: Suddenly any object I select has not selection handles and is not hilited. Double clicking will invoke the inspector, I can see the name of the object, but it is not selected. Actually it is, because I can move it around, change colors etc

Re: LC8 DP 15 - Lost All Selection Handles

2016-03-04 Thread RM
Personally I'd just save your stack in '7' format and get on with things in version 7. Perhaps not the best idea to do 'serious' work with a Developer Preview - sorry. Richmond. On 4.03.2016 17:07, Sannyasin Brahmanathaswami wrote: Suddenly any object I select has

LC8 DP 15 - Lost All Selection Handles

2016-03-04 Thread Sannyasin Brahmanathaswami
Suddenly any object I select has not selection handles and is not hilited. Double clicking will invoke the inspector, I can see the name of the object, but it is not selected. Actually it is, because I can move it around, change colors etc. Even after rebooting LC this behavior now persists