Hi John,

No, but that should be easy. There are several ways to do this. For example, 
create an invisible stack, set its location to the location where you want the 
answer dialog. Set the defaultStack to this stack and execute the ask or answer 
command. There may be more elegant ways.

set the topleft of the templateStack to 0,32
set the vis of the templateStack to false
create stack "place holder"
set the defaultStack to it
answer "bla"
put it into myAnswer
delete stack Place Holder"

This should work on windows and probably also on Mac, but on Mac I almost 
always use ask/answer as sheet.

--
Kind regards,

Mark Schonewille
Economy-x-Talk
Http://economy-x-talk.com

Share the clipboard of your computer over a local network with Clipboard Link 
http://clipboardlink.economy-x-talk.com


Op 23 aug. 2014 om 02:50 heeft JB <sund...@pacifier.com> het volgende 
geschreven:

> Hi Mark,
> 
> Will that let you position the ask and answer dialogs?
> 
> John Balgenorth
> 
> 
> On Aug 22, 2014, at 5:14 PM, Mark Schonewille 
> <m.schonewi...@economy-x-talk.com> wrote:
> 
>> Hi Charles,
>> 
>> I made a plug-in (donationware) which makes sure that windows open inside a 
>> visible screen rect and not off-screen. I could extend it and make it 
>> remember window positions.
>> 
>> --
>> 
>> Economy-x-Talk
>> Consultancy and Software Engineering
>> http://economy-x-talk.com
>> 
>> Download Color Converter at http://www.color-converter.com
>> 
>> Op 23-aug-2014, om 2:04 heeft Charles E Buchwald het volgende geschreven:
>> 
>>> Hi List Folks,
>>> 
>>> I've been thinking about making a plugin that manages window positions or 
>>> window layouts. If you are familiar with Adobe applications like 
>>> Illustrator, Photoshop or InDesign, then you may have an idea of what I 
>>> mean. Or perhaps you have used system-level utilities like Moom, Divvy, 
>>> Shiftit, GridMove or WindowTidy.
>>> 
>>> The idea is that you can save the position of one or more of your windows, 
>>> including IDE palettes and so on, as a named set. Then you can switch back 
>>> to those positions when you select that set again.
>>> 
>>> So, for example, one might have a window layout for working on iPhone apps 
>>> and another for tablet apps... or one for a dual monitor setup vs. a single 
>>> monitor setup... or for working on server scripts... or all of the above. I 
>>> switch back and forth between my laptop on its own, and my laptop open and 
>>> next to a second monitor, so this would be really useful.
>>> 
>>> Firstly: does anyone know of an existing LC plugin like this?
>>> 
>>> And of course: is anyone else interested in a plugin like this?
>>> 
>>> Cheers,
>>> - Charles
>> 
>> 
>> 
>> _______________________________________________
>> 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

_______________________________________________
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