[05 Nov 2008] Two More Feature Requests

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

[05 Nov 2008] Two More Feature Requests

Post by PEB »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 05 Nov 2008 20:20:55 -0000

Hi Andreas,

Would you be able to add tooltype/argument support for X and Y window placement coordinates? That way the user could specify where he wants the window to appear right at the start (as would happen using the Preprocessor commands X= and Y=). As it is right now, Hollywood can read the tooltypes/arguments and then use MoveDisplay() to place the window at a user defined location, but this involves a redraw and move of the display.

The second feature request is to add an option to have the window's X and Y location remain the same when ChangeDisplaySize() is used (or when a BGPic of a new size is displayed) instead of always moving the display to the center of the screen. I know that I can accomplish the same basic thing using GetAttribute() and MoveDisplay(), but I'd like to avoid all of the extra redraws that result from moving the display.

Thanks,
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[06 Nov 2008] Re: Two More Feature Requests

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 6 Nov 2008 13:27:42 +0100
Hi Andreas,

Would you be able to add tooltype/argument support for X and Y window placement coordinates? That way the user could specify where he wants the window to appear right at the start (as would happen using the Preprocessor commands X= and Y=). As it is right now, Hollywood can read the tooltypes/arguments and then use MoveDisplay() to place the window at a user defined location, but this involves a redraw and move of the display.
Sounds reasonable. I'll see if I can work out a solution.
The second feature request is to add an option to have the window's X and Y location remain the same when ChangeDisplaySize() is used (or when a BGPic of a new size is displayed) instead of always moving the display to the center of the screen. I know that I can accomplish the same basic thing using GetAttribute() and MoveDisplay(), but I'd like to avoid all of the extra redraws that result from moving the display.
Yes, this will be supported. Fabio also requested it and it will be possible in the next version.
Locked