Window Positioning - better late than never!

2005-12-12 Thread Mathewson
I am sorry, Adam, to take such a time . . . however you can download a 'full-on' demonstration of Window-Positioning (TL.rev.zip) at the new Yahoo Group I have set up for discussing graphic-related topics in connexion with RR: http://groups.yahoo.com/group/RRgraphix/ sincerely

Window Positioning

2005-12-09 Thread Mathewson
Perhaps I should have mentioned that I tend to use 'lockScreen' while I am moving stacks round people's monitors as it can look a bit odd that when they start something up the first thing it does is slide from somewhere into the middle! on openStack set the lockScreen to true put item 3 of t

Window Positioning

2005-12-09 Thread Mathewson
Pop the following into your stack script: On openStack put item 3 of the screenRect into WID put item 4 of the screenRect into HITE move stack "BLAHBLAH" to (WID / 2),(HITE / 2) end openStack where "BLAHBLAH" is the name of your stack Love, Richmond ___

Re: Window Positioning

2005-12-08 Thread Chipp Walters
Hi Adam, in the stack script of the mainStack on preOpenStack set the loc of this stack to the screenloc end preOpenStack then make sure and pass the preOpenStack message (if you're trapping it) from your other stacks. best, Chipp Adam wrote: Hi All: I'm loving the fact that my first

Window Positioning

2005-12-08 Thread Adam
Hi All: I'm loving the fact that my first Rev is now working as it should, but now comes the cosmetic bits... is there some way to make sure that when my application is running the program itself is in the centre of the user's desktop, as well as making sure that any substacks open in the ce

Re: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread Eric Chatonet
Le 13 juil. 05 à 15:23, Eric Chatonet a écrit : revApplicationOverview and revDocs Le 13 juil. 05 à 15:19, Jim Bufalini a écrit : Now I suppose, if somebody knows the names of the Application Browser and Reference Documentation stacks, you could use your Message Box to set their Locatio

RE: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread Jim Bufalini
Alt-space... Well, that makes the second new thing I learned today! :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 3:23 AM To: [EMAIL PROTECTED]; How to use Revolution Subject: RE: Window Positioning Bug? [WORKAROUND

RE: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread xbury . cs
lication Browser and >Reference Documentation stacks, you could use your Message Box to set their >Locations back to your main monitor. Anyone? > >Jim >-Original Message- >From: Charles Hartman [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 13, 2005 2:06 AM >To: [EMA

Re: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread Eric Chatonet
revApplicationOverview and revDocs Le 13 juil. 05 à 15:19, Jim Bufalini a écrit : Now I suppose, if somebody knows the names of the Application Browser and Reference Documentation stacks, you could use your Message Box to set their Locations back to your main monitor. Anyone? Best Regard

RE: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread Jim Bufalini
yone? Jim -Original Message- From: Charles Hartman [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 2:06 AM To: [EMAIL PROTECTED]; How to use Revolution Subject: Re: Window Positioning Bug? [WORKAROUND] On Jul 13, 2005, at 7:40 AM, Jim Bufalini wrote: This raises a secon

RE: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread Jim Bufalini
Eric, > If you set the bottomRight of a window to negative values (or at least "0,0"), > this should never happen :-) I just tested this, and this is incorrect. If you *place* your second monitor at -1024, -768 (which, in my case, would be diagonally upper left of the main monitor) and set the bo

Re: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread Charles Hartman
On Jul 13, 2005, at 7:40 AM, Jim Bufalini wrote: This raises a second question, though. I run two monitors. How does Rev address the second or more monitors (I believe the limit software wise in WinXP is 9 monitors)? I notice, for example that the Documentation screen reliably comes back,

Re: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread Eric Chatonet
Hi Jim, If you set the bottomRight of a window to negative values (or at least "0,0"), this should never happen :-) Le 13 juil. 05 à 13:40, Jim Bufalini a écrit : I guess these two questions are related, so that when putting something *offscreen* you don't accidently put it on someone else

RE: Window Positioning Bug? [WORKAROUND]

2005-07-13 Thread Jim Bufalini
Scott, >Thanks Chipp. However the issue I'm trying to address is to reliably place >a stack offscreen, which is used in any number of routines (not just my >import script). Ah-ha! Is this how to get around that picture flash that occurs during *import*? I've tried lock screen, setting defaultSta

Re: Window Positioning Bug? [WORKAROUND]

2005-07-12 Thread Scott Rossi
>> When I run the following script, I actually see the offscreen-intended >> window appear every *other* time, in other words a reliable failure that >> occurs 50% of the time: >> >> on showWindow >> set topLeft of stack progind to 1,1 >> palette stack progind >> put windowID of stac

Re: Window Positioning Bug?

2005-07-12 Thread Chipp Walters
Hey man, couple things you should consider trying. 1) check the windowBoundingRect and set it larger. 2) set the stack's formatForPrinting property to true, this will ignore the windowBoundingRect; be aware of editing any text of a stack who's formatForPrinting prop is true. 3) Don't use a pal

Re: Window Positioning Bug?

2005-07-12 Thread Buster
set to negative numbers. I've noticed this failure in other stacks but wasn't sure if this was a result of my code. Now it seems very repeatable, and I believe other folks have mentioned window positioning problems as well. Can anyone else verify this? Is this a coding problem

Window Positioning Bug?

2005-07-12 Thread Scott Rossi
this was a result of my code. Now it seems very repeatable, and I believe other folks have mentioned window positioning problems as well. Can anyone else verify this? Is this a coding problem or bug? Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design - E: [

RE: Stack window positioning.

2003-01-29 Thread Feasey, Nicholas
Thank you Sarah this has the desired affect. N -Original Message- From: Sarah [mailto:[EMAIL PROTECTED]] Sent: 28-Jan-03 9:20 PM To: [EMAIL PROTECTED] Subject: Re: Stack window positioning. I don't know what this would look like but you could try: lock screen go invisible to

Stack window positioning.

2003-01-27 Thread Feasey, Nicholas
I want to open two different cards within two separate stacks. However, I want the card in the first stack window to remain underneatch the second stack that I open. I used: go to stack "FirstStack" go to stack "SecondStack" but I see the first stack when it opens. I have tried: go invisible t