Hello,
When a stack has several cards, the number corresponding to the active card is displayed to the right of the stack.
Is it possible to change or add to, that number, by the name of the active card? (via a script with the set command or other)
Pascal.
card name next to the name stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: card name next to the name stack
Hi Pascal,
when you do NOT set a TITLE for the stack, then the window title
will show the stack name and the current card number.
When you set a TITLE, the only the title will be displayed.
You can add this in the card script of every card:
Best
Klaus
when you do NOT set a TITLE for the stack, then the window title
will show the stack name and the current card number.
When you set a TITLE, the only the title will be displayed.
You can add this in the card script of every card:
Code: Select all
on preopencard
set the title of this stack to the short name of this cd
### more stuff...
end preopencard
Best
Klaus
Re: card name next to the name stack
Hello Klaus
I tested with several combinations and that's exactly what I wanted.
thank you!
See you later in the next issue.
(I imagine it will not be long
)
Pascal
I tested with several combinations and that's exactly what I wanted.
thank you!
See you later in the next issue.
(I imagine it will not be long

Pascal