logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages12>
Options
Go to last post Go to first unread
BugviOester  
#1 Posted : 4 years ago
BugviOester

Rank: Member

Groups: Registered
Joined: 5/19/2018(UTC)
Posts: 12
Location: Faroe Islands/Poland

Was thanked: 8 time(s) in 4 post(s)
For instance if you need to make lower thirds and/or players list, where firstname is with regular font, and lastname is with bold font.
You can use two different textfields, but then they are placed static. That does not look good.

Firstname Lastname.

So some kind of control, that textfield2 should stick to textfield1, dynamically to textfield1 sie/length.

Or if it is possible to insert some small HTML like code snippets, into the text, to make text bold . firstname <b>Lastname</b> .

Capture.JPG (22kb) downloaded 3 time(s).

See attached picture for better understanding.

If this is created somewhere already, that I did not find, please send me link, so I can add +1 there.
thanks 5 users thanked BugviOester for this useful post.
Thomas12 on 10/20/2021(UTC), TenSob_ on 2/9/2022(UTC), skyline on 2/10/2022(UTC), SandWic on 10/26/2022(UTC), Streamster.tv on 11/9/2023(UTC)
maxime vanryssel  
#2 Posted : 4 years ago
maxime vanryssel

Rank: Newbie

Groups: Registered
Joined: 11/13/2019(UTC)
Posts: 3
France
Location: lille

+1
doggy  
#3 Posted : 4 years ago
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,363
Belgium
Location: Belgium

Thanks: 300 times
Was thanked: 989 time(s) in 821 post(s)
While i admit it would be handy, GT titles were never intended to replace 3rd party title designers and probably won't be on the top of the list for now but who knows.

But if it is really important and in urgent need there is still the Legacy XAML title option which gives one more possibilities even. Nothing a few stackpanels wont fix ;-)


richardgatarski  
#4 Posted : 4 years ago
richardgatarski

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2014(UTC)
Posts: 1,843
Location: Stockholm

Thanks: 145 times
Was thanked: 298 time(s) in 251 post(s)
+1
We need this quite frequently. Both for different font settings, as well as having two fields on the same line (in GT)
gmillward  
#5 Posted : 4 years ago
gmillward

Rank: Member

Groups: Registered
Joined: 1/2/2021(UTC)
Posts: 11
Canada
Location: St. Lambert

+1
MeanTime69  
#6 Posted : 4 years ago
MeanTime69

Rank: Member

Groups: Registered
Joined: 7/6/2016(UTC)
Posts: 11
Location: United States

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
+1
stigaard  
#7 Posted : 4 years ago
stigaard

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2015(UTC)
Posts: 493
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 408 times
Was thanked: 101 time(s) in 79 post(s)
+1
monamiga  
#8 Posted : 4 years ago
monamiga

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2017(UTC)
Posts: 48
Man
Philippines
Location: Philippines

Thanks: 139 times
Was thanked: 3 time(s) in 2 post(s)
+1
cgarwood  
#9 Posted : 4 years ago
cgarwood

Rank: Member

Groups: Registered
Joined: 8/16/2017(UTC)
Posts: 25
Location: Lafayette IN

Was thanked: 8 time(s) in 3 post(s)
+1
WesleyFernandes  
#10 Posted : 4 years ago
WesleyFernandes

Rank: Advanced Member

Groups: Registered
Joined: 3/3/2021(UTC)
Posts: 32
Man
Brazil
Location: São Paulo

Thanks: 1 times
Was thanked: 12 time(s) in 5 post(s)
+1
slxxi  
#11 Posted : 4 years ago
slxxi

Rank: Advanced Member

Groups: Registered
Joined: 8/15/2017(UTC)
Posts: 36
Location: Berlin

Was thanked: 1 time(s) in 1 post(s)
+1
Monday Production  
#12 Posted : 4 years ago
Monday Production

Rank: Member

Groups: Registered
Joined: 11/12/2018(UTC)
Posts: 23
Norway
Location: Oslo

+1
gpdipalmerahtimur  
#13 Posted : 4 years ago
gpdipalmerahtimur

Rank: Advanced Member

Groups: Registered
Joined: 6/5/2020(UTC)
Posts: 91
Indonesia
Location: Jakarta

Thanks: 17 times
Was thanked: 5 time(s) in 3 post(s)
+1
Thomas12  
#14 Posted : 4 years ago
Thomas12

Rank: Newbie

Groups: Registered
Joined: 10/20/2021(UTC)
Posts: 3
Germany
Location: Aachen

Thanks: 1 times
+1
Rom1  
#15 Posted : 3 years ago
Rom1

Rank: Newbie

Groups: Registered
Joined: 1/25/2021(UTC)
Posts: 2
France
Location: paris

+1
Howlswolf  
#16 Posted : 3 years ago
Howlswolf

Rank: Advanced Member

Groups: Registered
Joined: 9/22/2020(UTC)
Posts: 44
Canada

Thanks: 1 times
Was thanked: 5 time(s) in 5 post(s)
+1
butcharuski  
#17 Posted : 3 years ago
butcharuski

Rank: Newbie

Groups: Registered
Joined: 1/4/2019(UTC)
Posts: 6
United States

+1
TenSob_  
#18 Posted : 3 years ago
TenSob_

Rank: Member

Groups: Registered
Joined: 1/22/2021(UTC)
Posts: 16
Man
Czech Republic

Thanks: 5 times
+1
Fountain Kamanga  
#19 Posted : 3 years ago
Fountain Kamanga

Rank: Advanced Member

Groups: Registered
Joined: 11/2/2018(UTC)
Posts: 44
Malawi
Location: Blantyre

Thanks: 6 times
+1
paco3346  
#20 Posted : 3 years ago
paco3346

Rank: Advanced Member

Groups: Registered
Joined: 9/10/2015(UTC)
Posts: 133
United States

Thanks: 2 times
Was thanked: 35 time(s) in 32 post(s)
Not a direct answer but if you're okay with XAML titles (different under the hood than GT) you could do something like this:

Code:
<UserControl Width="1920" Height="1080" Panel.ZIndex="500" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:mtl="clr-namespace:vMixTitleLibrary;assembly=vMixTitleLibrary">
  <Grid Width="1920" Height="1080">
    <FlowDocumentScrollViewer VerticalScrollBarVisibility="Hidden" InputMethod.IsInputMethodEnabled="False">
      <FlowDocument>
        <Paragraph>
          <TextBlock Text="First 1" Name="First1" Foreground="#FFFFFFFF" FontSize="64"/>
          <TextBlock Text="Last 1"  Name="Last1"  Foreground="#FFFFFFFF" FontSize="64" Margin="10,0,0,0" />
          <LineBreak />
          <TextBlock Text="First 2" Name="First2" Foreground="#FFFFFFFF" FontSize="64"/>
          <TextBlock Text="Last 2"  Name="Last2"  Foreground="#FFFFFFFF" FontSize="64" Margin="10,0,0,0" />
          <LineBreak />
          <TextBlock Text="First 3" Name="First3" Foreground="#FFFFFFFF" FontSize="64"/>
          <TextBlock Text="Last 3"  Name="Last3"  Foreground="#FFFFFFFF" FontSize="64" Margin="10,0,0,0" />
          <LineBreak />
        </Paragraph>
      </FlowDocument>
    </FlowDocumentScrollViewer>
    <Image Stretch="Fill" Width="1920" Height="1080" HorizontalAlignment="Left" VerticalAlignment="Top" Panel.ZIndex="0" />
  </Grid>
</UserControl>


The TextBlock element is dynamic in width unlink vMix's mtl:TextBlockDesign. However, the vMix title interface still happens to work with TextBlock for color, font, style, etc.
Users browsing this topic
Guest
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.