[futurebasic] Re: [FB] FB Mods

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

From: Brian Stevens <bstevens33@...>
Date: Sun, 15 Feb 2009 14:34:56 -0700
On Feb 15, 2009, at 12:27 PM, Max Taylor wrote:

> In the past I used to add the following modifications to the file  
> "Rntm Appearance.incl".
> dim as rect bounds 		 // Added by Max
No need to add. Rect is already defined.

>
> Where in the new headers could this change be inserted if one  
> desired to do so?

I agree with Deep on this. Making your own window makes sense if  
dynamic is needed. For testing the 400,400 size in the runtime ( where  
Michele indicated --btw: that is FB5 only  ) is usually adequate. If a  
larger window is needed, increase the 400,400 number in the runtime.  
Making the default window adjust to available screen size is a good  
idea but #999 in the top 10 priorities for the team.


Brian S