Where is my form? (AREV Specific)
At 12 APR 1999 06:03:58PM Matt Sorrell wrote:
Really stupid question here.
How do I get the Top/Left properties of a window in ARev 3.12?
My mind has totally gone blank on this one.
Thanks,
Matt Sorrell
msorrell@movgal.com
At 12 APR 1999 08:22PM Bill Titus wrote:
If you're working in a full-screen DOS window, hit Alt-Enter. Window will shrink and properties icon at top left will be available.
At 12 APR 1999 08:37PM Bill Titus wrote:
Oops. May have given you a really stupid answer. Let me try again.
To reposition the upper left corner of a DOS window you simply grab the window border with your mouse cursor and drag it to a new position. I don't know of x,y attributes available through Paint. If you don't attach a menu to the window, row 1 of the screen will be empty and the menu at the previous level will stay visible. To push a window to the top of the screen, I edit the window x,y coordinates directly from TCL. Hope that's more to the point.
At 12 APR 1999 10:19PM Don Bakke wrote:
Matt,
From the WINDOW_COMMON%:
COMMON WC_WINDXY% ;* Upper-left and lower-right initial coordinates
dbakke@srpcs.com