- Thread starter
- #21
Yeah, it's the only way for MP I know but currntly I don't have such plans. GUIControlFactory.RegisterControl works.perfectly for custom controls placed in external dllsPlease use github if you want to touch MP core.
Yeah, it's the only way for MP I know but currntly I don't have such plans. GUIControlFactory.RegisterControl works.perfectly for custom controls placed in external dllsPlease use github if you want to touch MP core.
<control>
<description>Colored label</description>
<type>label</type>
<id>1</id>
<posX>116</posX>
<posY>100</posY>
<label>Label1</label>
<label color="0000FF">Label2</label>
<label>Label3</label>
<font>fontB16</font>
<textcolor>FF0000</textcolor>
<visible>!Control.HasFocus(50)</visible>
<animation effect="fade" time="0">WindowClose</animation>
<animation effect="slide" start="-150,0" time="100">visible</animation>
<animation effect="fade" time="50">visible</animation>
<animation effect="fade" time="0">hidden</animation>
</control>
Yeah, it's the only way for MP I know but currntly I don't have such plans.
Sorry Idc what's known or not from mp2 until I start using it.Out of interest, is this control intended to bring such lists to MP1, which are known from MP2 for some years?
Whereas this is not exactly the same: XAML is not limited to specific combinations of controls, you could also place any other control inside lists.
No problem, I can continue linking to screenshots of MP2. Makes it easier for devsSorry Idc what's known or not from mp2 until I start using it.
Sorry, I missed yor post in thread.Sounds interesting, do you have some screenshots of them ?
It deserves separate thread@Edalex
Maybe at the same time to add support for color text in the label and fadedlabel.?