Re: formattedHeight and scrollbars

2012-02-02 Thread BNig
Hi Howard, I've sent you the stack and here it is for anyone interested in playing around with the parameters of a field that affect the formattedHeight of that field. http://berndniggemann.on-rev.com/margins/marginsapp.livecode.zip Kind regards Bernd On Wed, Feb 1, 2012 at 1:54 PM, Howard

Re: formattedHeight and scrollbars

2012-02-01 Thread Howard Bornstein
oops, sorry, that was meant to be a private email. On Wed, Feb 1, 2012 at 1:54 PM, Howard Bornstein wrote: > Hi, > > I was having some issues with formattedTextHeight and came across this > post. I looked at your revlet and it suggested some things that solved my > problem. Thank you for that! >

Re: formattedHeight and scrollbars

2012-02-01 Thread Howard Bornstein
Hi, I was having some issues with formattedTextHeight and came across this post. I looked at your revlet and it suggested some things that solved my problem. Thank you for that! I wondered if you would be willing to send me the LC stack you made this revlet from. It would be very useful to have a

Re: formattedHeight and scrollbars

2011-03-05 Thread Claus Dreischer
Fixed with 4.6.0-dp-6. http://quality.runrev.com/qacenter/show_bug.cgi?id=9404 We can now use the formattedHeight (or Width) reliably to decide if a field needs scrollbars or not. Regards, Claus. Am 16.02.11 22:03, schrieb Claus Dreischer: > Hi, > > I'm a bit confused with the forma

Re: formattedHeight and scrollbars

2011-02-17 Thread Claus Dreischer
Hi, Am 17.02.11 01:02, schrieb dunb...@aol.com: > A fun revlet. Indeed! > The way you made it, it can be seen that a horizontal scrollbar not only > takes up its own height, but intrudes that amount into the lower part of the > field as well. That is why it takes twice its height from the for

Re: formattedHeight and scrollbars

2011-02-16 Thread dunbarx
with the actual height of the Hor scrollBar. -Original Message- From: BNig To: use-revolut...@lists.runrev.com Sent: Wed, Feb 16, 2011 6:37 pm Subject: Re: formattedHeight and scrollbars Hi Claus, I made a little revlet that shows what impacts the formattedHeight of a field: http

Re: formattedHeight and scrollbars

2011-02-16 Thread BNig
Hi Claus, I made a little revlet that shows what impacts the formattedHeight of a field: http://berndniggemann.on-rev.com/marginsrevlet/ among other things the scrollbars and their size furthermor the margins, the borderwith the textsize and the textheight. I hope I did not forget anything. Bef