[futurebasic] Re: [FB] FN GetWindowBounds problem

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2007 : Group Archive : Group : All Groups

From: Paul Bruneau <paul_bruneau@...>
Date: Fri, 23 Feb 2007 08:03:36 -0500
Thanks Bernie, you are right, that is a pasting error (I have 3 windows 
that I want to remember the location for). It is OK in my code.

Content, you say? Hmm, that is not logical to me but I suppose I could 
try it.

I did find out this new information: If I add this line of code just 
before I create the window, then the window is drawn at the same size 
it was when the app was quit:

myRect.top% += 22

So I guess I'll try the content region and see what it does. THanks!


On Feb 23, 2007, at 2:31 AM, Bernie wrote:

>
> - You have two different record fields, prefFlushRect & prefFrameRect 
> [probably just an email typo]
>
> - I thought it was the content (not structure) region that we specify 
> in FB's window statement (?)
>
> Bernie