Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jdye82

Pages: [1]
1
Scripting / Text styling questions
« on: October 09, 2017, 01:22:04 AM »

I'm hoping someone can help me with a, hopefully, pretty simple newbie question.

I have the following string that I want to be able to style in two different colours:

Code: [Select]
local details = fe.add_text("[Title] - Plays: [PlayedCount]", flx*0.235, fly*0.02, flw*0.300, flh*0.500 );
For example, I want the title to be white but the play count to be blue. But I have to have the two grouped together so that the play count always follows on directly from the title - I don't them to be positioned independently.

Also, how can I make this string uppercase? I have tried using toupper, as below, but it doesn't work.

Code: [Select]
details.toupper();
thanks in advance for any help.

2
Themes / Help Developing a Theme
« on: September 12, 2017, 05:37:48 AM »
Hey. So, I've designed a theme for the bartop that I built last year and I'm hoping that someone would be able and will to help bring it to life.
I'm hoping that it's a fairly simple job for someone with the knowledge and experience, but it's definitely out of my comfort zone.
Snapshot of the theme attached.
If anyone is willing to help me build this, please let me know. willing to pay a small/fair fee, or to let the developer have a shared ownership of the theme to do with as they please.

Pages: [1]