A label is a placeholder for text and other UI elements.
0
votes
1answer
26 views
change label text while Winform is open
I am trying to Change the text of a Label after it is shown in a Progressbar,
i want to Show the number of files that are being uploaded, and the number that has been so far.
i have created a ...
-1
votes
0answers
12 views
Hide Street name in Street View? (Google Maps JavaScript API v3)
Is it possible to hide all street names in street view?
Example picture
0
votes
1answer
13 views
How do I set the text of a GtkLabel from a function via its pointer?
I am having trouble setting the text of a GtkLabel out of the function in which it was declared. In the land of Coding Examples, my program would look something like this:
int main(int argc, char ...
0
votes
1answer
24 views
Component labeling cvBlobsLib
Please help me. I'am trying to write image processing programm in C++ using OpenCV and cvBlobsLib library. Input image is black white image. The first thing i needed is to filter blobs by their area. ...
-1
votes
3answers
27 views
How to split a label into multiple lines if it's too wide
I want to make my own message box, here are it's constructors:
public MBX(string message)
{
InitializeComponent();
}
public MBX(string message, string title)
{
...
0
votes
3answers
26 views
ASP.NET - Finding Label Control in a GridView
I'm having a problem trying to find a label control that is inside a GridView.
Please see my codes below:
<asp:GridView ID="MyGridView" runat="server">
<Columns>
...
-3
votes
0answers
29 views
How to change legend title in line plot ggplot2 [closed]
Hello i have this code
ggplot(datos, aes(datos$Threshold)) + geom_line(aes(y=datos$MCC_Sox2,colour="MCC Sox2")) + geom_line(aes(y=datos$MCC_Oct4,colour="MCC Oct4"))+ xlab("Threshold [%]") + ...
0
votes
1answer
24 views
line spacing in label (autosize = false) C#
I know its possible to do line spacing in Label. Can someone help me do this pls?
I need a label with double spacing or 1.5 spacing.
I found this code but its not working:
private void ...
1
vote
1answer
48 views
Matlab - how can I label variables?
I have a matrix with population data and a vector that makes reference to each type of data example, age, country, gender, height, ethnicity.
I need to in a part of the code, use those strings as ...
-1
votes
0answers
28 views
Print in the Printer the text only in labels and richTextBox on a Panel in C#
Is it possible to print in the Printer the text only in labels and richTextBox in C#?
I put all of them in a panel. If so can someone pls help me do it? Thanks! :)
Im gona print this to an ID Card ...
0
votes
1answer
42 views
Android Java code is giving Syntax error on break statement
I need help on figuring out why this code is giving me:
Syntax error on token ":", { expected after this token/line
108,109,110(label125,label192,label202 in the beginning)/Java Problem
...
0
votes
1answer
15 views
Asp.net Chart Radar Line - None of the XAxis labels are showing
Good afternoon,
I'm dynamically creating a number of Radar Charts with data from a database.
The data set looks like
X | Y
--------
1 2
2 2
3 1
4 4
5 0
6 2
When the charts are ...
1
vote
1answer
54 views
Styling a radio label in an adjacent table cell
Ok, I can't effect the HTML being spit out, as it's from a online survey tool. But I can link to my own CSS stylesheet and affect the styling anyway I'd like.
Here is the issue, I have a series of ...
0
votes
0answers
17 views
Struts2 s:label issue
We need to display only 1 of the labels depending on condition. This is done through Javascript. That works fine, but the issue is we get a 508 compliant error saying 1 form element has 2 labels. The ...
0
votes
2answers
37 views
how to change text of label in datalist at page load
<asp:datalist ID="Datalist1" runat="server"
Width="500px" >
<ItemTemplate>
<asp:Button ID="btnviewfullprofile" runat="server" Text="View ...
0
votes
1answer
22 views
Vertical align text As3 Label Coponent
I have a simple question, is it possible to vertical align the text that is displayed by the Label component in Flash CS6.
-1
votes
0answers
11 views
change label text in datalist based on value stored in database (status)
I have a datalist with some field Name , AGe ,Income (all field are filled from databse table "user")
A filed "Status" that is a label in datalist will filled from other table " friends".
how to ...
1
vote
1answer
45 views
Changing text in another form by clicking a button
I've been trying to change the text of a textbox in Form1 by clicking a button (button1 in form2 is "STARTA") in Form2 and probably spent a good 2 hours now (I'm a programming-newbie!).
I have been ...
0
votes
1answer
14 views
How do i use this code to Display the UUID in a Label?
Can someone who is willing to explain the steps to a beginer help me? I am trying to lean but things seem to be above my head :( LOL
Here is the code that i have, i need the Label to display the UUID ...
0
votes
1answer
39 views
Get Application Name/ Label via ADB Shell or Terminal
Hi guys at stackoverflow,
I'm developing an application that uses ADB Shell to interface with android devices, and I need some way of printing out the application name or label of an application, ...
0
votes
1answer
37 views
Print the Labels ONLY in Printer and not the Form in C#
I developed an application in C# and i want to print in the printer the labels ONLY in my form but instead its printing the whole form.
My four Labels are lblName, lblAge, lblAdd, lblEmail. I ...
1
vote
3answers
54 views
How can I make a countdown from the current date to a specific NSDate?
I want to have a countdown from the current time to a specific date and display that value in a label. I looked at some NSTimer tutorials but I could not figure out how to apply them to my situation.
...
0
votes
2answers
33 views
C# Need Help Changing a Label.Text - My Function/method won't change my Form Label Text
I wanted to make a function to organize my code better but this is giving me a headache, My Problem is that I want to use my Public Function to change the label.Text whenever I call them from the Form ...
0
votes
0answers
14 views
insert anchor tag inside label
Trying to insert an anchor tag within a label using the following code. It seems to work except that the label text attribute gets hammered and displays nothing. How do I get the label text to ...
-2
votes
2answers
26 views
Is there any solution using stringbuilder to label text not converting string format?
i want use dynamic string in label text.
but label text is static text so, i want modify or add some code.
i wonder is there no way to using stringbuilder to label text not convert string.
or if it ...
0
votes
1answer
59 views
how to make label and button layout correctly in xcode? [closed]
I have placed sereval buttons and labels on a viewcontroller of a storyboard with xcode 4.5,but when it runs in simulator,there is a big space between my label and button.It is different from the view ...
0
votes
2answers
29 views
Subclass UIView to have two labels
I am working on an app that uses many UIViews of the same size, with the same two labels (albeit with different text in the labels), and I figure I should use some abstraction here and make a UIView ...
-1
votes
1answer
20 views
IDEA - Need to list a number of labels/linklabels in a container, with scrollbars
So, in a new form I create programmatically some labels and linklabels.
The number is NOT known by the start of the program. And I need to display them in a container or something, and when they are ...
0
votes
3answers
52 views
laravel 4: How insert raw HTML to label?
Is there some easy way how put raw HTML tag to label? I have this:
{{ Form::label('firstName', 'First name <em>*</em>', array('class' => 'input_tag')) }}
and it produces:
<label ...
0
votes
3answers
49 views
Reload a label view text from sub class view
I have one view controller class First.h/First.m where i have a method named -(void)ChangeLabelName:(NSString *)title defined in .h file.
(in First.m)
-(void)ChangeLabelName:(NSString *)title
{
...
0
votes
1answer
24 views
Html/css aligning difficulty (label, input, span)
I was busy creating a standard for forms. My form is build up by div, label, input, span.
div class="formulier">
<label for="gebruikersnaam">Gebruikersnaam</label>
<input ...
0
votes
2answers
40 views
Symfony 1.4 Label position in a form
Is there a way to change the position of the label in a form? I would like to have it above the input field (sfWidgetFormInputText and sfWidgetFormChoice) . Is that possible?
0
votes
1answer
37 views
Tkinter or Python does and does not recognize file location
Hey guys I am getting this error
Traceback (most recent call last):
File "C:/Users/Deaven And Teigan/Documents/Python Projects/Tkinter Tut.py", line 16, in <module>
background_label = ...
2
votes
1answer
47 views
Label Content and progress bar
I create windows form application and add progress bar for show the progress of loaded files,and label above progress bar to show the path of each file but sum path very long and appear in line but my ...
-2
votes
0answers
13 views
How exchange two strings from two labels with animation? [closed]
How to exchange two string from tow labels with animation?,can you help me with a simple demo?
When click the exchange Button,the first string from first label will disappear to below (disappear in ...
1
vote
0answers
28 views
Having to double click to update width of window in python tkinter
I'm working on a program in my spare time that automatically generates a Pascal Triangle where the number of rows in the triangle depend on a user input.
The problem I have is that as the inputs ...
0
votes
1answer
59 views
How can I get item label from selectOneMenu @ JSF page
I'm dealing with a wizard in primefaces like this one:
http://www.primefaces.org/showcase/ui/wizard.jsf
I would like to get the raw text from a selectOneMenu (from one of the tabs) and show it in ...
0
votes
1answer
33 views
How do i alert flot chart label
var str = $("#placeholder > .tickLabels > .xAxis > .tickLabel").html();
alert(str);
<div style="font-size:smaller" class="tickLabels"><div style="color:#545454" class="xAxis ...
0
votes
1answer
34 views
Retrieving Data from BLL to labels
I have a problem with regards on passing value from ListPageObj to show the value on the labels.
How can I be able to get the value?
BLL
public List<ListPageObj> MyList(int ItemID)
{
...
1
vote
1answer
31 views
Can java labels be used appropriately outside of for loops?
So I've seen a lot of cases where labels are being used in for loops to break out, especially with doubly nested loops.
Is this the only case where they can be used? or are there other common uses ...
0
votes
1answer
35 views
Labeling one class for cross validation in libsvm matlab
I want to use one-class classification using LibSVM in MATLAB.
I want to train data and use cross validation, but I don't know what I have to do to label the outliers.
If for example I have this ...
0
votes
4answers
66 views
How to make labels change in a C#.NET GUI-project
I'm making an application for a friend's birthday, where a window with changing compliments is supposed to pop up.
The window freezes, however, and the labels don't change. I Googled it, and read ...
0
votes
1answer
40 views
Passing text from textinput to label in Kivy
I am trying to get the textinput widget to pass text into the callback function that makes a label with the text when called by the printbutton, should be fairly simple when you think about it. But I ...
-4
votes
0answers
17 views
Label does not exist in the current context
My code is,
class XYZ
{
setDate(DateTime.Today);
private void setDate(DateTime DateSet)
{
dayLabel.Content = DateSet.ToString("dddd, d");
monthLabel.Content = ...
0
votes
0answers
29 views
Setting text of labels C++
I am trying to have a GUI update in real-time with the player's position, but I am running into a huge problem with the way C++ native gui is handling the labels' text variables:
it is only letting ...
0
votes
0answers
25 views
JS Leaflet: Passing touch/drag events to underlying marker
I am using Leaflet with the Label plugin (https://github.com/Leaflet/Leaflet.label). It works nice expect for the fact that when a label moves above a marker the marker is not clickable/draggable ...
-2
votes
0answers
36 views
changing the position of a label [duplicate]
I have this code in java, it is in an event of a button. It tryes to change the position of
a label but it does not work, it simply does not change the position.
label1.setLocation(222, 22);
...
0
votes
3answers
53 views
Add labels to panel on button click
I have this code in Java in a button event, I add labels in a panel, the problem is that when i try to access a property like the X location of an element of my array of JLabels it gives me a ...
0
votes
2answers
46 views
JSF outputlabel clear
I have the following problem. I use a form when I provide only PIN. I have validator which checks if its a 4-digit number. Then the action on submit is set to the method which checks if the PIN exists ...
0
votes
0answers
21 views
feature label not work in xhtml file
I have a problem, I develop an jsf application with openlayers api, this example http://openlayers.org/dev/examples/vector-features-with-text.html work fine with html page, but when I change to xhtml ...



