Answer Dialog Position, Again
    Scott Rossi 
    scott at tactilemedia.com
       
    Fri Jun 15 10:05:29 EDT 2007
    
    
  
Recently, Wilhelm Sanke wrote:
> Here is the exact address of my stack that explains and demonstrates in
> detail how to place the answer and ask dialogs in Revolution.
> 
> <http://www.sanke.org/Software/PlaceDialogsRev.zip>
Thanks.
And for those who want to position dialogs within the Rev IDE without
modifying any stacks, Jacque's preOpenCard solution appears to work well in
a frontscript:
on preOpenCard
  put loc of myCoolStack into tLoc
  get long name of the target
  if "revanswerdialog" is in it then set loc of stack "answer dialog" to
tLoc
  if "revaskdialog" is in it then set loc of stack "ask dialog" to tLoc
  pass preOpenCard
end preOpenCard
Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
    
    
More information about the use-livecode
mailing list