Re: the effective width of a stack?

2022-08-17 Thread Paul Dupuis via use-livecode
effective width was teh difference between the inner dimensions of the stack (the card size) and the size  of the stack with borders and titlebar (outer dimensions). I forget which is which and, again, can not find it documented! Also, I thought that contrary to the Dictionary entry to the 

Re: the effective width of a stack?

2022-08-17 Thread Paul Dupuis via use-livecode
On 8/17/2022 1:58 PM, Mark Wieder via use-livecode wrote: On 8/17/22 10:38, Paul Dupuis via use-livecode wrote: I'd appreciate any pointers to where effective width or effective height of a stack is documented. You can't use "effective" with custom properties either. https://quality.livecode.

Re: the effective width of a stack?

2022-08-17 Thread Bob Sneidar via use-livecode
I think this is why some time ago when I was trying to save and restore the position of windows I ran into the creeping window issue where the top of the window kept creepign up each time I opened it. Bob S > On Aug 17, 2022, at 10:58 , Mark Wieder via use-livecode > wrote: > > You *can* s

Re: the effective width of a stack?

2022-08-17 Thread Mark Wieder via use-livecode
On 8/17/22 10:38, Paul Dupuis via use-livecode wrote: I'd appreciate any pointers to where effective width or effective height of a stack is documented. You can't use "effective" with custom properties either. https://quality.livecode.com/show_bug.cgi?id=23557 You *can* set the effective rect

Re: the effective width of a stack?

2022-08-17 Thread Bob Sneidar via use-livecode
The effective keyword can be used with the following inherited properties : • backgroundColor property • backgroundPattern property • backgroundPixel property • bottomColor property • bottomPattern property • bottomPixel property • focusColor

the effective width of a stack?

2022-08-17 Thread Paul Dupuis via use-livecode
ons of the stack (the card size) and the size  of the stack with borders and titlebar (outer dimensions). I forget which is which and, again, can not find it documented! Also, I thought that contrary to the Dictionary entry to the 'effective' keyword, you could SET the 'effect