Window manager plugin?
Scott Rossi
scott at tactilemedia.com
Sat Aug 23 11:54:36 EDT 2014
>>
>> 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
More information about the use-livecode
mailing list