Roger Guay wrote:
Can anyone tell me why I cannot save a stack that is greater than 1000 by 700 pixels? I want my stack to be 1024 wide and I am able to select that in the Stack Inspector, but after I quit and open that stack again, it is 1000 pixels wide. What gives?

This is related to <http://www.runrev.com/revolution/developers/bugdatabase/show_bug.cgi?id=1277>.


The IDE sets the windowBoundingRect to 97,94,1247,854, rather than leaving it at the engine's default size (which is taken from the OS). The intent seems to be to make graceful room for the IDE's palettes, but in my case (and yours) the limitation gets in the way. At a minimum the IDE's windowBoundingRect could be made just small enough to provide room for the toolbar and no smaller, and would be reset to the OS default when the toolbar is not open.

Please consider voting for that bug. I've added this post there to help folks understand the scope of the issue.

--
 Richard Gaskin
 Fourth World Media Corporation
 ___________________________________________________________
 [EMAIL PROTECTED]       http://www.FourthWorld.com
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to