Special char ??? (1 Viewer)

oldchap

Portal Member
July 25, 2007
6
0
Hello

How to reveal "#" or "*" in label property of control ?

Thx

OldChap
 

jburnette

Portal Pro
August 24, 2006
758
116
Kentucky
Home Country
United States of America United States of America
I'm not 100% sure this is what you need to know, but if you mean from within a skin it would be the <label> tag of the control so, for example:
Code:
<control>
      <description>what this is</description>
      <type>label</type>
      <id>110</id>
      <posX>535</posX>
      <posY>705</posY>
      <label>what you want it to be # *</label>
      <font>font12</font>
      <align>right</align>
      <textcolor>ffffffff</textcolor>
    </control>

The characters you mentioned (#*) should display fine. They do for me, at least. Is this what you meant?
 

oldchap

Portal Member
July 25, 2007
6
0
It is a mystery.
Yesterday I had created a button with one '#' or '*' in label. And this '#' or '*' was not visible. And today with the scritp that goes. I am really been sorry and thank you for your assistance.

"Longue vie à MediaPortal"

OldChap
 

Users who are viewing this thread

Similar threads

After many hours of troubleshooting I've given up and accepted that it's just "one of these things" when using madVR for watching live TV. I've now ticked the box to "Use EVR for LiveTV", with a default display refresh rate of 50Hz. In combination with tweaking some of the Nvidia 3D settings for the MP executable only, I now have a...
After many hours of troubleshooting I've given up and accepted that it's just "one of these things" when using madVR for watching...
Every so often, when I switch to a TV channel, my MP client stops accepting user inputs, either from the remote or keyboard/mouse...
Replies
30
Views
8K
Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
This thread is intended for skin authors, plus those advanced users who have learnt skin programming and have customised the skins...
Replies
1
Views
2K
I think therein lies my problem. I am on 1.6.2.0. So thanks both for your help, I will pause this thread for now and come back to it while I work out what to do next. The problem is we have a family member who relies on MiniDisplay and I don't know if upgrading the set up is going to spoil compatibility with that plug in. The set up...
I think therein lies my problem. I am on 1.6.2.0. So thanks both for your help, I will pause this thread for now and come back to...
Good afternoon, Does anybody know of an expression or property I can use within a conditional visibility statement, that detects...
Replies
28
Views
6K
Maybe the server is/was too busy when you tried to authenticate. I occasionally run into that too, also with the opensubtitles api I regularly get 429's... there isn't much that can be done about it, except making sure the software isn't hammering the service and having patience...
Maybe the server is/was too busy when you tried to authenticate. I occasionally run into that too, also with the opensubtitles api...
Hello, Hello, when I try to authorize trakt configuration for mediaportal using the trakt plugin, I get the following error...
Replies
1
Views
748
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve this would be to use an auto-resume feature in your external player itself. (MPC-HC can do that, I don't know about VLC)
I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve...
Hello Folks, Is it possible to enable MP to resume in an External Player, where it left off ? I guess the question also is, can...
Replies
2
Views
1K
Top Bottom