New Locs for old dialogs (was: Re: Modal Box)
    Richard Gaskin 
    ambassador at fourthworld.com
       
    Thu May  1 18:25:01 EDT 2003
    
    
  
Wilhelm Sanke wrote:
> No need even to comment the respective lines of the answer dialog of the
> Mac version of Revolution that define the loc as long you add the above
> line "if the Newloc....." just before "end preopenstack".
Alternatively, you could put this in a frontscript and never worry about
customizing the dialogs:
on preOpenStack
  if the short name of this stack is in "answer dialog,ask dialog" then
     set the loc of this stack to the screenLoc
  end if
  pass preOpenStack
end preOpenStack
-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc
    
    
More information about the use-livecode
mailing list