Re: points vs rect of a graphic
Heh, I thought that graphic looked familiar. :-) Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/31/14 10:09 PM, "Geoff Canyon" wrote: > >> On Mar 31, 2014, at 11:27 PM, Scott Rossi >>wrote: >> >> If your point list really has spaces in it like below, you've >>essentially >> got a bunch of disconnected points. > >No extra returns, that's just gmail borking the formatting. :-/ > >I should also mention this is in a palette. In a regular stack it works >fine. Btw, it's your drag and drop code for lists, and the graphic in >question is the drag pointer. I'm finally replacing the old, broken DaD >code in Navigator. >___ >use-livecode mailing list >use-livecode@lists.runrev.com >Please visit this url to subscribe, unsubscribe and manage your >subscription preferences: >http://lists.runrev.com/mailman/listinfo/use-livecode ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: points vs rect of a graphic
> On Mar 31, 2014, at 11:27 PM, Scott Rossi wrote: > > If your point list really has spaces in it like below, you've essentially > got a bunch of disconnected points. No extra returns, that's just gmail borking the formatting. :-/ I should also mention this is in a palette. In a regular stack it works fine. Btw, it's your drag and drop code for lists, and the graphic in question is the drag pointer. I'm finally replacing the old, broken DaD code in Navigator. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
Re: points vs rect of a graphic
Geoff: If your point list really has spaces in it like below, you've essentially got a bunch of disconnected points. If you set the linesize to a higher number, you'd see the points come into view. I seem to recall back in the day you were the one who discovered the spaces-in-a-list-of-points aspect about (at the time) Revolution. In one sense, the behavior is weird, but there are some useful ways to take advantage of the feature. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/31/14 9:10 PM, "Geoff Canyon" wrote: >I have a graphic that doesn't want to be visible. Its visible is true. Its >backColor is black. It is the topmost object. Its lineSize is 1. I've >tried >everything I can think of, and it still doesn't show up. Here's the weird >part: > >put the rect of grc id 1557 of stack "revnavigator 1" & cr & the points of >grc id 1557 of stack "revnavigator 1" > >That's putting this: > >8,192,235,199 > >0,73 > >3,75 > >222,75 > >225,73 > >225,78 > >222,76 > >3,76 > >0,78 > >0,73 > > >Is it possible for the rect and the points to be in disagreement like >that? >The lockLoc is false. > > >And now for the solution: > > >set the points of grc id 1557 of stack "revnavigator 1" to the points of >grc id 1557 of stack "revnavigator 1" > > >That made it pop into view. Any ideas? LC 6.5.2 on a Mac. >___ >use-livecode mailing list >use-livecode@lists.runrev.com >Please visit this url to subscribe, unsubscribe and manage your >subscription preferences: >http://lists.runrev.com/mailman/listinfo/use-livecode ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode