Subtitles 3 lines to 2 lines - television

I've got subtitles that are 3 lines long.
The third line falls off when I'm watching it on tv.
Is there some tool that can fix 3 lined subtitles to all 2 lines?

Not sure if you are asking in the right forum but try subtitle workshop:
http://www.urusoft.net/products.php?cat=sw

Related

How can I hide a label if another label is taking up X number of lines?

Say I have two labels, one on top of the other. Label 1 is set to have a maximum number of lines of 2 (numberOfLines=2). So sometimes, depending on the text, Label 1 can take up TWO lines. The thing though is that a maximum of 2 lines should be shown between both labels, where Label 1's second line takes precedence over Label 2. (Also, Label 2 is always 1 line.)
So either of these 2 scenarios are possible:
Label 1 text
Label 2 text
OR
Label 1 text (line 1)
Label 1 text (line 2)
The only way I thought to attack this was to simply hide Label 2 if Label 1 is taking up 2 lines. But the problem is, how can I determine how many lines Label 1 is taking up?
I've found a few other answers about this (1, 2), but none seem to work for me. Is there perhaps a better way to go about this?
In my opinion, you should just use one label, and construct the text seperately by the code and pass the final text into the label. In order to have a new line, you can use "\n". If you want to have a different fonts/color etc, you can always use AttributedString. This will be much cleaner, easier to change, and more flexible to maintain in the future.
Did you working with Constraint? or Did you have knowledge about NSLayoutConstraints?
you can easily do that with managing proper constraint and it doesn't matter how many line will text have you can show both label with text.
make sure label.numberofline = 0. // It will take line as text.

Queuing up materials based on their configuration

this is a follow up question regarding my previous question
"I am trying to figure out how to queue 3 material items which would then enter 3 different stations. Lets say the material items are named as (1,2,3). For the first station, it will accept 1 and then 2 and then 3. For the next station, it will accept 2 and then 3 and then 1. And for the final station, it will accept 3 first, and then 1 and finally 2.
So there will be a starting conveyor in which all three material items would be randomly generated, and the conveyor will branch out into 3 other conveyors containing the stations.
I am quite new to anylogic so any help would be much appreciated"
enter image description here
The following are the images of my main page and the blocks involved. I am not familiar with java coding, and i am still racking my brain trying to figure out how to accomplish it
enter image description here

Ionic 2 fixed content to the right

I am using Ionic 2 and I have a grid with one row and two columns. I want the second column that is on the right to have a fixed position so I can scroll through the left column with the right column staying fixed.
Is there a way to do this in Ionic 2 or will I have to use CSS for this.
Cheers
You will have to use CSS. Ionic does provide a grid system but something like fixed positioning for 1 column still not.
You can use,
position:sticky;
top:0px;
for 1 col. Will have to do more than this. this is just a start up if you are lost with css.

Table of content in MS Word 2010

I have a problem figuring this thing out. On other MS Word documents Heading 1 is in normal position (first in line left corner), but in this particular document it's ahead of Heading 2 & Heading 3. I just don't get it why & how I can fix it?Crazy table of content
A short answer, since the topic could also be of interest to developers programming Word:
You need to look at the TOC 1 style. It appears that a FirstLine indent has been set. If this is removed Toc level 1 should align left, same as the other levels.

Making one of the column dividers thicker than the others in a browse

I have a browse with 5 columns. I want the dividing line between columns 3 and 4 to be a little thicker.
Is there a way to do this?
Short answer is no, you can't change the line between columns.
But you could add an empty dummy column with blank values between column 3 and 4, that you could get to look it like a thicker separator.
Regards,