Newbie question

I think I need more details on this....
For example, are you using a switch widget?

I’m using a toggle button for all the icons.

Hmmm, it seems I also need to learn something....
How did you manage to add text in front of the image?

As a workaround, I would add the text directly on the image (using an editing software, like photoshop).

I just added another button with nothing but a text label. But I found that caused issues having them overlap.

I may have to redo all the icons with text underneath. Thanks for the suggestion

1 Like

To receive this picture
Bildschirmfoto 2022-06-26 um 08.44.27

In CSS I use the label function for the picture

and in the Label itself I use "Shift-Enter" to add some space before the word "VIOLIN"

2 Likes

That’s amazing! Thanks

Is it possible to change the text font as well?

I never tried, but see under

1 Like

In addition to the link @denisspycher posted (properties: font-family & src), you can also switch the font to bold (strong text), italic (emphasis) or both.

Properties to use in the CSS script:

font-weight: 100-900 (according to this)
font-style: normal/italic (according to this)

1 Like

Does anyone know how I can add an underline inside a button like Jono is doing in this example?

In O-S-C v0.49.8 you had the LED property...

led - osc v0

Now I think you need to use the CSS property for this...

This might be helpful.

1 Like

Thank you, I’ll give that a try once I get home.

1 Like

Just try another way with border-bottom and i note that there are some <br> between <style> ?!
image

Is it allowed ? it seems very weird no @jean-emmanuel ?

ps : Result

1 Like

Do I type that code in the CSS box?

Hi,

1 Like

That’s awesome! Thank you

Anyone know how to get a timecode display to work with Cubase? I’ve tried some options here I found on the forum but nothing worked.

image