labels

Can I see TFS file history with labels?

We currently are using both Visual Source Safe and Team Foundation Server at work (VSS for old projects, TFS for current or new projects). We have always used Labels in source control for each build. In VSS if you chose to see a file history you could include labels. In TFS I cannot find an option to include the lables in the history ...

Get labels applied to a particular version of an item in TFS source control

I'm trying to get a list of labels that apply to a particular version of a particular file in TFS Source Control. So far, I've gotten a set of labels that apply to any version of a particular file. Does anyone have any experience getting labels for a particular item? For example, I have $/Project/Folder/Item.cs, which was modified in ch...

Blogger help with labels

Hi Guys, Just wondering whether anyone knows how to get blogger labels into "alt" tags in an image. I have tried alt="data:post.labels" to no available at all ? Doesnt anyone know how to assist with this on blogger? P.S - I know about the ‘rel=tag’ - but for the specific template i want to have the labels appear as text in the alt ta...

How to print stickers easily (in colors)

Hello, I need to develop a small delphi app that prints stickers (text + graphics) to label printer such as DYMO one by one. What is best way to do this, is there e.g. some custom API for DYMO printers or how to print color graphics to small stickers? ...

With Vault, should one prefer Labels or Branches when isolating release code bases ?

When isolating code for a release, is there any advantages to using "labels" over "branches". The process we follow is to branch code close to release and stabilize the release on the branch. After release is approved by SQA we merge changes back to mainline. Other dev groups use labels to 'isolate' the code base used for a release. I...

ClearCase: Find files having exactly one specific label and not more

Hi everyone, I'd like to find files in ClearCase that are labeled with a specific label but that do not have any other labels set. For example, if I have files labeled like this: file1 LBL_A, LBL_B file2 LBL_A I'd like to have a query that gives me just file2 and not file1. Is there a way to do this with cleartool find? If this is ...

Java print barcode labels

Cans someone point in the write direction for printing barcode labels using Java? I can use the barbecue library (http://barbecue.sourceforge.net/) to generate them bar codes as images, but I need a way to put the image (and human readable caption) into an Avery document template for printing. ...

Rotating and spacing axis labels in ggplot2

I have a plot where the x-axis is a factor whose labels are long. While probably not an ideal visualization, for now I'd like to simply rotate these labels to be vertical. I've figured this part out with the code below, but as you can see, the labels aren't totally visible. data(diamonds) diamonds$cut <- paste("Super Dee-Duper",as.cha...

Has anyone worked out how to manually add labels into a Core-Plot (iPhone) graph?

I have a simply bar graph created for my iPhone application however I want to manually add the x-axis labels. Has anyone worked out a way to do this? I found the CPXYAxisSet.xAxis.axisLabels property however when I create an NSSet and assign it using: axisSet.xAxis.axisLabelingPolicy = CPAxisLabelingPolicyNone; NSSet *labels = [[NSSet...

Print simple numbers on label printer (Brother, Dymo, etc) from C# (.NET)

As part of a project I'm working on, I need to automate a label printer. It will be one of those inexpensive USB printers from Brother or Dymo (open to other suggestions). All it needs to do is print two numbers on one label. The challenge is that I'm hoping to keep it ultra-simple in C#. It seems like the solution from Brother is antiq...

Dojo 1.4 - IE 8 dojox.charting label not shown -> dojox.gfx

Hey guys, I have a problem concerning dojox.charting, after updating to the new version of dojo IE 8 doesn't show the labels of my charts anymore. Seems to be a dojox.gfx text problem. See with IE8: http://download.dojotoolkit.org/release-1.4.0/dojo-release-1.4.0/dojox/gfx/tests/test_text.html Any idea how to fix that? Cheers -jstr ...

Can a LABEL block be used without loop?

Any example please? ...

How to wrap a line in label in iphone?

I am new to iphone development .I want to wrap up the text in the label.I want to wrap up to a particular position in the label.Thanks. ...

form label 508 compliance question

Do labels that I create for my form elements need to be in the <form> body? for example would this be compliant: <div style="display: none;"> <label for="somename">Some Name</label> <!-- more labels.. //--> </div> <!-- insert lots of HTML here //--> <form> <input type="text" name="somename" id="somename"> <!-- insert more elem...

TFS: Can I have a script run when I create a new label?

We're using TFS 2008 for our source control. We're currently doing embedded work so our actual build process is using Analog Devices VisualDSP++ IDE. However, we do still use labels on TFS. What I had hoped was for the ability to have a script run when a label is applied. The idea here is to update version information in some data files....

Add subgroup labels to a jitter plot in ggplot2

I have a nearly-boxplot like jitter-plot: dt <- rbind(se,cb,cb.se) qplot(ds, size, data=dt, geom="jitter", colour=root, facets = test ~ .) I'd love to put a summary label for each group in the middle of the plot - for example the size totals here: aggregate(list(size=dt$size), list(dt$ds, dt$test), sum) Group.1 Group.2 size...

Using Stata Variable Labels in R

I have a bunch of Stata .dta files that I would like to use in R. My problem is that the variable names are not helpful to me as they are like "q0100," "q0565," "q0500," and "q0202." However, they are labelled like "psu," "number of pregnant," "head of household," and "waypoint." I would like to be able to grab the labels ("psu," "way...

Dojo buttons not rendering correctly on ie 7

This only happens on Internet Explorer 7 or ie 8 compatibility mode , the button labels appears in the wrong place of the page, but when I place the cursor on them the label appears in the right place, I attached some screen shots. thx in advance for all the help you can bring me ...

Running out of label names in assembly

Heyo, My class at college has us writing programs in assembly. I have never truly appreciated the ease of C until now. Now, when I program in assembly, I often have to make while/for/if loops and conditionals with labels eg: SKIP: ... COMP:ADD R1, R1, #0 ;Check for equality BRZ WHILEEND ... ;code inside the w...

How do I put tick labels inside of a line graph in Flot.

I essentially want to have the tick labels sitting inside the graph in their own column. Similar to how Campaign Monitor graphs are. But I can't find a way to do this. Is it possible? ...