Wilhelm Sanke wrote:

> I have also hacked the
> answer and ask dialogs and provided a version that can place the dialogs
> anywhere on the screen.

I needed to center the ask and answer fialogs once, but rather than alter
the code every time I copied those stacks into my stack file I just added a
frontscript:

on preOpenStack
  if the short name of this stack is in "ask dialog,answer 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: Publish any database on any Web site
 ___________________________________________________________
 [EMAIL PROTECTED]       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to