Tagged Questions

1
vote
3answers
35 views

how to move a label on a winform at Runtime

using this event the label just disappears, how shod i do this? private void label4_MouseMove(object sender, MouseEventArgs e) { label4.Location = new Point(Cursor.Position.X, …
3
votes
10answers
184 views

C Programming: address of a label

I know everyone hates gotos. In my code, for reasons I have considered and am comfortable with, they provide an effective solution (ie I'm not looking for "don't do that" as an answer, I understand …
0
votes
1answer
52 views

What is the most commonly-used version control system with support to tagging/labeling?

Actually I'm using VSS, but I was wondering if there is another tool for version control with support for labels/tags (the subversion implementation doesn't count:). What are you guys using?
4
votes
1answer
164 views

How Do I Add A TLabel To The Menu Bar in Delphi?

I use Beyond Compare (a great program), and was very impressed when it displayed a "New Version Available" label on its Menu Bar. I clicked on it, up popped an install new version box, it installed, …
0
votes
2answers
63 views

Text in Label not displaying correctly with setText method

I'm trying to set the text in a label dynamically by calling the setText method whenever a button is clicked. Here is my code: import java.awt.*; import java.awt.event.*; class Date { public …
2
votes
1answer
30 views

Placing label before radio button with JSF

Hi, i have the following in my page. <h:selectOneRadio layout="pageDirection" > <s:selectItems value="#{usageList}" var="entry" label="#{labels[entry.label]}" itemValue="entry" …
0
votes
2answers
28 views

How to change asp:Label content in UpdatePanel after update?

I have an asp:Label inside an update panel that I need to update from both the server application and client side Javascript. I can update the label fine before the first UpdatePanel refresh by …
1
vote
3answers
104 views

Printing on citrix server

We are using Delphi 7 to develop database apps with advantage as a backend. Our system is usually installed on the windows server with the pcs acting as terminals. All the settings and database are …
0
votes
0answers
21 views

Creating a ‘label designer’ in C Sharp

Hi, I'm trying to create a fairly simple label printer to complement the services offered on our website (processing PayPal payments using IPN and outputting a CSV file containing customisable …
0
votes
2answers
30 views

MultiColor Label Control

hi all is it possible at all to somehow make the label contorl multicolored? i have a rich textbox that the user enters text into, and if they change the font for some words in the rtf, and changes …
2
votes
2answers
44 views

Right-aligned labels in WinForms

The most obvious way to right-align a Label in WinForms doesn't work: setting anchor to Top/Bottom Right and TextAlign to TopRight. If the text changes the label's Left coordinate remains unchanged …
0
votes
2answers
65 views

asp.net hover over label

I'm looking for ideas on what I was hoping to implement. I had a asp label that I would like to set a max cap for the amount of visible characters in it (not a character limit on the total characters …
2
votes
1answer
43 views

Avoiding the ‘double event’ when LABELS are clicked within an element with a click event.

I have some HTML that looks like this: <ul class="toggleList"> <li><input type="checkbox" name="toggleCbx1" id="toggleCbx1" /><label for="toggleCbx1">Item …
1
vote
4answers
88 views

objective-C : @synthesize not working and basic operations not working :*(

I am unsure why this code will not work and what i want it to do is when i click a button(action: buttonclick) i want it to change the two text box's(MyTextLabel & MyTextLabel2) text increment the …
6
votes
3answers
120 views

Is using labels in Perl subroutines considered a bad practice?

I find that using labels inside Perl subroutines, to break from multiple loops, or to redo some parts with updated variables, very helpful. How is this coding style seen by the community? Is using …

1 2 3 4 5 10 next
15 30 50 per page