Questions tagged [baseline]
243 questions
0
votes
2 answers
Margin between rows with Skel
I'm using Skel grid system to setup my layout, but I dont understand how to add space between rows.
Here's what my HTML code looks like:

Math
- 666
- 8
- 26
0
votes
1 answer
same baseline for different font size
imagemagick convert:
how to write text with different font size on the same baseline?
I want something like this:

hrlinc
- 33
- 5
0
votes
0 answers
Sparx Enterprise Architect baseline defaults to local temp directory
I am using Sparx Enterprise Architect with a SQL Server Repository. We wish to take baselines in order to manage change and be able to compare packages and be able to revert to a previous baseline. When using the baseline facility the baseline is…
user7175328
0
votes
1 answer
How to give Exclusive edit permissions?
a few days ago i developed a script in dxl to make a "first release" Baseline for each module in a project folder. But when I run the script appears a message saying I have not permissions to do so. This is my code:
void CreateBaseline (Module mod)…

PySerial Killer
- 428
- 1
- 9
- 26
0
votes
1 answer
Is it possible to create a baseline for each module in a Folder using a dxl script (DOORS)?
I need to create a "First Release" baseline for each module in a Folder, but I dont know if it is possible. Is, at least, possible to create a baseline for a one module each time?
Thank you in advance

PySerial Killer
- 428
- 1
- 9
- 26
0
votes
2 answers
How to unzip and re-zip files into subdirectory with the same name as .zip file?
Summary
I need to "fix" a batch of .zip files, all over the filesystem, by:
replacing a " " (space) in their names with a "_", as well as in the names of their contents' files
re-zip them back
Stuck at unzipping because "$(dirname…

Alexander Starbuck
- 1,139
- 4
- 18
- 31
0
votes
1 answer
Cannot adjust vertical spacing for snapping to baseline grid
There is a demo page with two block-level elements, namely h1 and h2. I try to put all baselines exactly on the grid in a cross-browser way, but I fail with the second heading.
For the h1, I have experimented with margin-top and found that its value…
user6423602
0
votes
1 answer
getBaseline of TextView returns -1
I am trying to align two TextView one is inside HorizontalScrollView, and both are children of LinerLayout .
When I am trying to call getBaseLine of TextView inside onWindowAttached of RecyclerView Adapter it always returns -1.
Yes, the parent view…

q126y
- 1,589
- 4
- 18
- 50
0
votes
1 answer
Deriving a new_variable by performing average and LOCF operations?
Given Dataset:
data hello;
input id value;
cards;
101 22
101 44
103 22
104 22
104 55
106 22
106 .
;
run;
I am trying to create a nvariable and Dtype by Id variable as follows:
Id value Nvalue Dtype
101 22 …

user3893852
- 95
- 1
- 8
0
votes
2 answers
TFS - How to replicate the MKS Checkpoint functionality
We have been using MKS for a few years and now a new project has started up and has to use TFS.
In MKS we can take a checkpoint (a baseline/snapshot) of a project and then create branches from that baseline if required, even at a later date after…

user460673
- 1
- 1
0
votes
0 answers
wander removal to get accurate baseline using octave/python
I have a set of files with raw data(set of points) which when plotted looks something like this.
I want to correct baseline and make it something like this. (not exactly same, but the baseline should be horiozontal)
How can this be done using…

Riken Shah
- 3,022
- 5
- 29
- 56
0
votes
2 answers
Issue with image and text alignment in Chrome
Ok, so I'm fighting with vertical alignment and on the verge of mental collapse. My hacky solution finally seems to work otherwise, but Chrome fucks up the baseline somehow.
Here's the fiddle:
https://jsfiddle.net/53272b1v/10/
Here's the pasted…

Seppo420
- 2,041
- 2
- 18
- 37
0
votes
1 answer
What ModuleVersion store in Doors dxl?
I often faced the type ModuleVersion but I can not understand what a variable from this type contains? I read that:
The "Module" DXL Type represents a loaded **ModuleVersion** (current or Baseline).
So we have a specification and it has different…

Xelian
- 16,680
- 25
- 99
- 152
0
votes
1 answer
Why paragraph text doesn't align properly in a default CSS3 multicolumn website layout?
What could be the reason why the following simple plain paragraph text doesn't align properly in a default CSS3 multicolumn website layout? See (A) for a missing first line in column 1, and see (B) for misalignment where the baseline of the line…

Sam
- 15,254
- 25
- 90
- 145
0
votes
2 answers