>> 
>> Will that let you position the ask and answer dialogs?
>> 
>> John Balgenorth
>> 
>> 



Here's one way to position ask/answer dialogs on desktop:

[ in your stack script ]

on suspendStack
   if "ask dialog" is among the lines of the openStacks then
      set the loc of stack "ask dialog" to the loc of me
   end if
end suspendStack


on suspendStack
   if "answer dialog" is among the lines of the openStacks then
      set the loc of stack "answer dialog" to the loc of me
   end if
end suspendStack



( can replace "loc of me" with any desired screenLoc )


Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to