ChangeDisplayTitle()

Feature requests for future versions of Hollywood can be voiced here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

ChangeDisplayTitle()

Post by djrikki »

Hello,

Feature request.

Update the current window/display with a new title via ChangeDisplayTitle(id, title).
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Re: ChangeDisplayTitle()

Post by PEB »

djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: ChangeDisplayTitle()

Post by djrikki »

Thanks Peb.

I did try this out and it seemed to work okay, but there was a noticeable black flicker as if it called the contents of the window to be redrawn. I might look at it again in the future anyhow, for now I'll leave it out of my application.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Re: ChangeDisplayTitle()

Post by PEB »

I've never seen that "black flicker" when using SetDisplayAttributes({Title=""})
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: ChangeDisplayTitle()

Post by djrikki »

There is much more going on in the application, I'll revist the function again sometime.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: ChangeDisplayTitle()

Post by airsoftsoftwair »

You can also use the SetTitle() function to change a display's title text.
Post Reply