Page 1 of 1
How to put more text in the title bar
Posted: Thu Apr 28, 2016 10:07 pm
by RossG
Is there a way to put more text in the title bar of
a Win programme than is allowed by the Standalone Application Settings?
Re: How to put more text in the title bar
Posted: Fri Apr 29, 2016 10:22 am
by Klaus
Hi Ross,
not sure what you mean exactly? Standalone Application Settings?
You can enter text for the TITLE of a stack in the property inspector for that stack.
I think the limit for this is 16bit/64kb.
And what is that good for, if you allow this question?
Best
Klaus
Re: How to put more text in the title bar
Posted: Fri Apr 29, 2016 7:50 pm
by RossG
Klaus
Wanted to put some user info - reg code, days remaining etc.
Re: How to put more text in the title bar
Posted: Fri Apr 29, 2016 8:51 pm
by Klaus
Hi Ross,
aha, hm, better use some custom properties!
That's exactly what they were made for!
...
## Set:
set the cRegCode of this stack to Variable_that_holds_the_reg_etc
...
## Get
put the cRegCode of this stack into Variable_that_holds_the_reg_etc
...
You get the picture.
Best
Klaus
Re: How to put more text in the title bar
Posted: Sun May 15, 2016 1:19 am
by RossG
My solution is:
set the title of me to the title of me & " Hello World"
then when the programme closes reset it from wherever
you put it at programme startup.