Window manager plugin?

JB sundown at pacifier.com
Sat Aug 23 12:25:39 EDT 2014


Hi Scott,

I put the script in my stack script and it continued to
show the answer dialog in the center of the screen.
So I replaced llc with “112,110” and  nothing changed.

Then I added "put the openStacks" into the mouseUp
handler where the answer dialog is called from.  If it
is at the very beginning of the handler it puts the open
stacks in the message box.  But if it is before or after
the answer script nothing is put in the message
box.

John Balgenorth


On Aug 23, 2014, at 8:54 AM, Scott Rossi <scott at tactilemedia.com> wrote:

> 
>>> 
>>> 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 





More information about the use-livecode mailing list