Questions tagged as 'label'

1
answer

stretch label horizontally on a panel in C # [closed]

What properties do you use to stretch a label (the label in question has the text "shortcuts") in a panel? I want it to occupy horizontally all the space on the left panel. Program example: link     
asked by 23.09.2015 / 09:22
1
answer

Problems getting data from a Label in JavaFX

Good afternoon, I am starting a simple example for the data acquisition of a Label in JavaFX, however I am having difficulties, most of the sources told me to perform as follows: public class MainApp extends Application { @FXML private Label...
asked by 03.03.2017 / 19:36
1
answer

Label moving as a digital marquee

Hello, I would like to know how I do in Swift a sentence moving from right to left and when every sentence passes it is doing the same procedure forever, like a digital marquee.     
asked by 14.03.2016 / 19:20
1
answer

How to put shadow on a label in Delphi?

Hello, I wanted to know how to put shadow on a label in Delphi like this one in the image below:     
asked by 21.06.2015 / 03:27
1
answer

Showing the value of ReadProcessMemory C ++

Since I used the function below: BOOL readyProcessMe = ReadProcessMemory(process, (LPCVOID)memory, &value, 4, 0); How can I show the correct value in a label?     
asked by 26.10.2014 / 09:39
0
answers

How to put text on top of a "datapoint" chart chart?

Hello, I have the following graph: Iwanttodothis: Thecodeforthepage: var yLabels = {0: '', 4: 'Pessimo', 6: 'Trancamento', 8: 'Ruim', 14: 'Excelente', 12: 'Mobilidade Acadêmica', 10: 'Regular', 16: 'Sucesso', 2: 'Fracasso', 18: ''}...
asked by 29.11.2018 / 12:58
0
answers

How to change the color and placement of two Labels side by side in XAML?

<Label> <Label.FormattedText> <FormattedString> <Span Text="R$" FontAttributes="Bold" FontSize="Large"/>...
asked by 03.07.2018 / 14:52
0
answers

Manipulating Label in pure C with GTK3

I'm starting now in graphical interfaces and I'm learning about gtk3 using glade to create the screens. The error, which I am going to submit for help, may be more of my oversight over the basics of pointers. I have a screen that has a "Log"...
asked by 22.06.2018 / 06:44
0
answers

How to get a layer of the osm map without the labels / labels or how to disable some of them using openlayers?

Hello, I have a project where I need the map without the street names and no labels of some (or none) of the neighborhoods, areas, etc. How to get this OSM presentation in Openlayers 4? PS: I accessed Snazzy and got a mapless map setup easily, b...
asked by 03.02.2018 / 02:57
1
answer

How to get the Text of a Div Class and Place inside a Label?

I'm trying to get the "value" inside the div to put inside a Label. Div: <div class="info">valor</div> First Attempt Variavel1 = WebBrowser1.Document.GetElementById("info").GetAttribute("innerText") Label1.Text = Varia...
asked by 05.12.2017 / 01:35