You might want to check with a more recent version to confirm since 7.0.5 is several versions old (the LC guys announced 7.1.1 today).
Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 12/16/15, 12:02 PM, "use-livecode on behalf of Ray" <[email protected] on behalf of [email protected]> wrote: >I've been wrestling with this in 7.0.5 for a while. Here it is >distilled and the simplest way to repeat it: > >on mouseUp > answer the rect of this stack > set the decorations of this stack to empty > answer the rect of this stack -- we're >fine here (same rect) > set the decorations of this stack to default -- we're >suddenly all over the place > answer the rect of this stack >-- totally different rect and dimmensions >end mouseUp > >Setting the decorations to default not only changes the location of the >stack, it also changes the stack's width and height to some new random >size. > >As I mentioned, this is the "distilled" version. This also happens when >downloading a stack from a remote server. Simply opening it changes the >width and/or height. > >An additional issue is I'm also unable to return the stack's width, >height or location after this random resizing occurs unless I send >commands later or in an idle handler which calls them after everything >has settled back down. > >Does anybody know if this is a reported bug? > >Thanks! > >_______________________________________________ >use-livecode mailing list >[email protected] >Please visit this url to subscribe, unsubscribe and manage your >subscription preferences: >http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
