Questions tagged [baseline]

243 questions
1
vote
1 answer

RTC SCM Baseline on a file

We're using RTC/Jazz SCM and I'm the Configuration manager in our team... So I setup the RTC/Jazz SCM, I created a component, I created a stream, I created a repository workspace and a local workspace, the repository has the stream as flow…
Martin Frank
  • 3,445
  • 1
  • 27
  • 47
1
vote
2 answers

Text baseline different on IE

I have the following CSS to control three a tags which should have vertically central text, however they appear at the top of the button. It's easier to see result. CSS Code: color: #fffae6; border: 1px solid #fff; outline: 4px solid…
Stefan Dunn
  • 5,363
  • 7
  • 48
  • 84
1
vote
1 answer

What is deliverbl in UCM ClearCase?

I am wondering about 'deliverbl', how important are they for historical purposes or during development? All I know is they are created during delivery and includes activies. If i am exporting major baselines from Clearcase to different SCM, should…
user_new
  • 147
  • 1
  • 2
  • 9
1
vote
1 answer

ClearCase - Activity not baselined

I have been taught that when you create an activity based baseline the selected activities are baselined and the newest version of all the other files in the vob are baselined. When I baselined the other day I found that this did not happen. Two…
Chris
  • 11
  • 1
1
vote
1 answer

How to compensate for difference in baseline rendering between Webkit and Gecko?

Given a link or any inline element with a background color, I'd like to vertically center the text to the pixel Hello world a { line-height: 22px; font-size: 16px; background: #f00; color: #fff; text-decoration:…
dzuc
  • 761
  • 8
  • 12
1
vote
3 answers

subtracting a specific condition for each measure

I have a data frame which looks like following and it continues up to subject 22 Beta is the dependent measure. Subject ROI Block Condition Beta 1 motor1 1 nopred_noom -2.8653 1 motor1 1 pred_noom -2.9126 1 motor1 1 nopred_om …
junophil
  • 11
  • 1
1
vote
3 answers

Align multiple images (with captions) to baseline, all different heights

I've been searching for days how to get this layout working, I need a little help I just want my images to be aligned to the baseline of the tallest image, per line, and the captions below that line. I see you have a lot of experience with building…
Elias Escalante
  • 305
  • 3
  • 13
1
vote
1 answer

Align font baseline inside DIV or display content "outside" canvas

I have a little design issue, which I cannot seem to get my head around. Maybe I can find some creative minds here who can point me into a direction - I believe I have a creativity blockade right now :( Please have a look at the following example,…
tricon
  • 313
  • 4
  • 18
1
vote
1 answer

Align a label to text of first RadioButton

I have a TableLayout with 2 columns: label and input field (Spinner, EditText, RadioGroup). I want to align the label for the RadioGroup to be exactly in vertical alignment with the text of the first radio button. The Text "Take it" shall be on the…
koem
  • 554
  • 4
  • 24
1
vote
3 answers

CSS Typography - Why is the baseline grid totally off?

Today I read an article about CSS Typography and how to set up a simple baseline grid. I thought it could be fun to try so I set everything up, but apparently it's not looking as expected. Here is the fullscreen fiddle:…
Sven
  • 12,997
  • 27
  • 90
  • 148
1
vote
1 answer

How to update the property for all member baseline in UCM?

We have composite baseline for our components. Whenever we release the product after recommend the baseline, I would change the property of baseline to change the promotion level. By default the promotion level is "INITIAL". While we release the…
Samselvaprabu
  • 16,830
  • 32
  • 144
  • 230
1
vote
2 answers

General Networking Questions

I am currently preparing myself for the exam in Networking and I got some questions: Are both UDP and IP unreliable to the same degree? Why or Why not? What is DC component and baseline wandering in digital transmission? I am actually not very…
Kuen
  • 163
  • 2
  • 4
  • 13
0
votes
0 answers

Method and code for linear model to contrast group scores at all timepoints

I have a dataset from an RCT with two groups and continous outcomes assessed at three timepoints (baseline, follow-up 1, and follow-up 2). The data was in long form, and after reading guides about how to set up analyses for RCT data involving 3+…
Biscuity
  • 29
  • 4
0
votes
0 answers

How would i go about finding the baseline of a font using ImageSharp in pixels

I've been trying to get the font baseline of a font by calculating the Descender using the ImageSharp.Font library for C#. So far what I've been able to gather is that the all measures are expressed in Font Units, but I need them in pixels so I'm…
0
votes
0 answers

Trouble adding a baseline to the mult.chart function in MSQC package (R) - any suggestions?

I need help with the mult.chart function from package MSQC in R. I searched and tried to add a baseline to the chart, but I was not able to do it. Here is what I am trying to do: library(MSQC) variable1 <- 1:100 variable2 <- 1:100 data_MULTI <-…
MMH
  • 1