Extended Window Positioning.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Mike Saunders on October 03, 2008 at 12:27:03:

Okay I'll to to explain what we are seeing...
I think this is what we are doing...

1) Have Program running Comet.
2) User Selects Item, causing original program to ENTER a second Program #2.
3) Second Program Creates its own Extended window and positions it, right where it is supposed to.
4) Second Program Entered, then ENTERS another program (#3).
5) #3 program Gets the WINsize using
Print "@040001@" !"
Input Result$
ScreenRows = Asc(Sub(Result$,14,1))
ScreenCols = Asc(sub(Result$,13,1))
6) This correctly returns the screen size of the Extended window created by program #2
7) #3 program then creates another extended window using
Print CreateWindowEx=ExWin.Col,ExWin.Row,ExWin.Width,ExWin.Height,68,1,LOG.MSG$)

What we are seeing is that this second extended window is being positioned relative to the Original Program Window, Not the Extended Window created by program #2. (Which is what we wanted)

Any comments?
Are we doing something out of order?
This just the way it is?



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]