Re: Change position of "answer dialog as sheet"

2015-05-05 Thread Richard Gaskin
Rolf Kocherhans wrote: > Is it possible to change the location of an „answer dialog as sheet“ > on OS X ? > > I know that we can change the loc of a normal dialog box > (preOpenStack), but can we also do the same with a dialog box > opened as sheet respectively a stack opened as sheet ? > > I wou

Re: Change position of "answer dialog as sheet"

2015-05-05 Thread Mike Bonner
Would it work to add a 20px transparent edge to the top of your windowshape graphic? On Tue, May 5, 2015 at 2:31 AM, Scott Rossi wrote: > Hi Rolf: > > I don't believe it is possible to specify where a sheet originates from. > Even so, it would seem to be easy enough to use a group within the win

Re: Change position of "answer dialog as sheet"

2015-05-05 Thread Scott Rossi
Hi Rolf: I don't believe it is possible to specify where a sheet originates from. Even so, it would seem to be easy enough to use a group within the window as your sheet dialog. The benefit is it could work on multiple platforms, instead of just OS X. With the above said, you could set up a klud

AW: Change position of "answer dialog as sheet"

2015-05-05 Thread Tiemo Hollmann TB
position of "answer dialog as sheet" Is it possible to change the location of an „answer dialog as sheet“ on OS X ? I know that we can change the loc of a normal dialog box (preOpenStack), but can we also do the same with a dialog box opened as sheet respectively a stack opened as sheet

Change position of "answer dialog as sheet"

2015-05-05 Thread Rolf Kocherhans
Is it possible to change the location of an „answer dialog as sheet“ on OS X ? I know that we can change the loc of a normal dialog box (preOpenStack), but can we also do the same with a dialog box opened as sheet respectively a stack opened as sheet ? I would like to move the dialog box/stack d

Re: Position of Answer Dialog

2011-03-09 Thread Richard Gaskin
CreaTECHSol wrote: How to use LiveCode on March 8, 2011 at 11:18 AM -0800 wrote: For answer color (and answer printer for that matter) you seem to be out of luck, as these seem to directly trigger the OS API. For answer and ask the suspendStack message is your friend. on suspendStack if "Ans

Re: Position of Answer Dialog

2011-03-09 Thread Francis Nugent Dixon
Hi from Beautiful Britanny, Bob Sneidar wrote : That spelling of Dialog looks suspiciously French to me. Extra letters that serve absolutely no purpose whatsoever in the actual pronunciation of the word... Yup, French for sure. ;-) From the Shorter Oxford ENGLISH Dictionary : Dialogue : (Mid

Re: Position of Answer Dialog

2011-03-08 Thread Mark Wieder
Stewart- Tuesday, March 8, 2011, 10:26:51 AM, you wrote: > Well if someone has a roll your own Answer Color dialog box then I would > really appreciate them sharing it. IIRC there are a few variations on revOnline. http://revonline2.runrev.com/stack/470/Color-Picker-Plugin http://revonline2.run

Re: Position of Answer Dialog

2011-03-08 Thread RevList
How to use LiveCode on March 8, 2011 at 11:18 AM -0800 wrote: >For answer color (and answer printer for that matter) you seem to be out >of luck, as these seem to directly trigger the OS API. >For answer and ask the suspendStack message is your friend. > >on suspendStack > if "Answer Dialog" is a

Re: Position of Answer Dialog

2011-03-08 Thread Bob Sneidar
Oh hey how about that! Probably should pass suspendStack though. Bob On Mar 8, 2011, at 11:18 AM, Malte Brill wrote: > I am a little late to the party... > > For answer color (and answer printer for that matter) you seem to be out of > luck, as these seem to directly trigger the OS API. > Fo

Re: Position of Answer Dialog

2011-03-08 Thread Malte Brill
I am a little late to the party... For answer color (and answer printer for that matter) you seem to be out of luck, as these seem to directly trigger the OS API. For answer and ask the suspendStack message is your friend. on suspendStack if "Answer Dialog" is among the lines of the openstacks

Re: Position of Answer Dialog

2011-03-08 Thread Bob Sneidar
That spelling of Dialog looks suspiciously French to me. Extra letters that serve absolutely no purpose whatsoever in the actual pronunciation of the word... Yup, French for sure. ;-) Bob On Mar 8, 2011, at 10:45 AM, Richmond wrote: > I have recently stopped using > substacks and started usin

Re: Position of Answer Dialog

2011-03-08 Thread Bob Sneidar
Okay so here is the thing. You can get into the script of the answer (or I assume the Answer Color) stack and fudge with the code, but I wouldn't recommend that, partly because you could hose it if not careful, and partly because there is a good chance the next time Revolution is updated you wil

Re: Position of Answer Dialog

2011-03-08 Thread Richmond
On 03/08/2011 08:26 PM, RevList wrote: Bob Sneidar on March 7, 2011 at 9:14 AM -0800 wrote: I asked this a couple years back myself. I believe the consensus was you had to roll your own. Well if someone has a roll your own Answer Color dialog box then I would really appreciate them sharing it.

Re: Position of Answer Dialog

2011-03-08 Thread stephen barncard
no, no, that means 'make your own!' a wonderful exercise in Livecode scripting. Learn about modal dialogs and the dialogData global property. Add all the buttons and positioning you want. Return data in arrays! sqb On 8 March 2011 10:26, RevList wrote: > Bob Sneidar on March 7, 2011 at 9:

Re: Position of Answer Dialog

2011-03-08 Thread RevList
Bob Sneidar on March 7, 2011 at 9:14 AM -0800 wrote: >I asked this a couple years back myself. I believe the consensus was you >had to roll your own. Well if someone has a roll your own Answer Color dialog box then I would really appreciate them sharing it. *

Re: Position of Answer Dialog

2011-03-07 Thread Bob Sneidar
I asked this a couple years back myself. I believe the consensus was you had to roll your own. Bob On Mar 5, 2011, at 3:03 PM, RevList wrote: > I have an enhancement suggestion. I do not always want to have the Answer > dialog box show up as a sheet on OS X. The problem is that it always >

Position of Answer Dialog

2011-03-05 Thread RevList
I have an enhancement suggestion. I do not always want to have the Answer dialog box show up as a sheet on OS X. The problem is that it always centers it on the screen, rather than on the active window as it does on Windows. I would prefer to be able to control this position. This particularly a