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