View Single Post
  #15  
Old 05-05-2017, 02:28
Edison007's Avatar
Edison007 Edison007 is offline
Registered User
 
Join Date: Mar 2014
Location: Solar System - Planet Earth
Posts: 30
Thanks: 0
Thanked 56 Times in 19 Posts
Edison007 is on a distinguished road
Replace in the script this:
Code:
    ClientWidth:=536;
    ClientHeight:=235;
by this:
Code:
    ClientWidth:=ScaleX(536);
    ClientHeight:=ScaleY(235);
Reply With Quote