Is there a way to put more text in the title bar of
a Win programme than is allowed by the Standalone Application Settings?
How to put more text in the title bar
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
How to put more text in the title bar
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.
Programming powered by coffee.
Re: How to put more text in the title bar
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
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
Klaus
Wanted to put some user info - reg code, days remaining etc.
Wanted to put some user info - reg code, days remaining etc.
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.
Programming powered by coffee.
Re: How to put more text in the title bar
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
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
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.
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.
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.
Programming powered by coffee.