Stupid Question Again - Proportional Scaling
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Sun Mar 18 03:11:10 EDT 2018
    
    
  
On 3/18/18 1:26 AM, hh via use-livecode wrote:
> [Sorry lost above half of my answer.]
> 
> You could try the following with user's interaction:
> 
> For proportional resizing a stack window
> hold the shiftkey down when resizing.
> 
> And in card's script add
> 
> on resizestack w,h
>    set rect of img 1 to (0,0,w,h)
> end resizestack
If Peter doesn't mind instructing his users to use the shift key, this 
would be a good solution.
-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list