Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: More formating help (center alignment & return) (Read 3301 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

More formating help (center alignment & return)

Just updated to 0.9 from 0.8.3 and I'm having more formatting issues.

Now I can't seem to get these to work in my track info panel:

$char(1)C
$get(leading_color)-- Song Info --
$char(10)

The $get works, but the two $char() don't. Now the text is not centered and it doesn't give me a line return like it did in 0.8.3.
New commands?

Much thanks as always.


More formating help (center alignment & return)

Reply #2
The latest version of trackinfo (in fact, I think just released today) removed the old $char(1)C, etc. codes in favor of proper $tab() support.  To center text, you surround it with $tab()'s, like such:

Code: [Select]
$tab()$get(leading_color)-- Song Info --$tab()$char(10)

More formating help (center alignment & return)

Reply #3
Hehe, not sure what "proper" support would be, I just take others code and tweak it here and there. So if $char(1)C or now $tab() works to center, I just say "alright" and use it without understanding. :-)

Also, it's hard to find answers in a thread 20+ pages long. After your suggestion I did go to the last page (29 right now) and saw someone else asking the same thing, but usually finding info in a thread that large is not very efficient.

It works now, thanks to both of you for the help.

More formating help (center alignment & return)

Reply #4
... it's hard to find answers in a thread 20+ pages long.


Tip: Near the bottom of any topic page is a text box with a "Seach Topic" button next to it,
entering "char(1)C" or "center" is very efficient in this case.

More formating help (center alignment & return)

Reply #5

... it's hard to find answers in a thread 20+ pages long.


Tip: Near the bottom of any topic page is a text box with a "Seach Topic" button next to it,
entering "char(1)C" or "center" is very efficient in this case.


Doh! I've never noticed that before! 
And to think I have gone page by page before in other threads looking for things.

Thanks again.

More formating help (center alignment & return)

Reply #6
Tip: Near the bottom of any topic page is a text box with a "Seach Topic" button next to it,
entering "char(1)C" or "center" is very efficient in this case.

Dang, I never saw that either.  Thanks for the tip!

 

More formating help (center alignment & return)

Reply #7
Cosmo, you're THE man...