Re: A Nit Nuisance

2011-10-18 Thread Roger Guay
That helps! Thanks, Scott. Cheers, Roger On Oct 18, 2011, at 8:30 AM, use-livecode-requ...@lists.runrev.com wrote: > Message: 3 > Date: Mon, 17 Oct 2011 10:55:45 -0700 > From: Scott Rossi > To: LiveCode Mail List > Subject: Re: A Nit Nuisance > Message-ID: > Con

Re: A Nit Nuisance

2011-10-17 Thread Scott Rossi
Hi Roger: What you're seeing is the horizontal and vertical dimensions of the player being swapped for some reason (seems like a bug in 4.6.4). If you set the width/height of the player to its formatted dimensions, you should be OK. set the width of player 1 to the formattedWidth of player 1 se