3
votes
10answers
147 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 ans …
0
votes
2answers
44 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 D …
0
votes
4answers
287 views
iPhone - Custom Class Won’t Access Method
I'm trying my hand at some iPhone programming and I've run across something that may be fairly obvious to veterans but I'm not exactly sure why it's happening. I have two UIViewCo …
0
votes
3answers
55 views
Is it possible to simulate HTML tag <Label /> in asp:Label ASP.NET Control?
Hi guys,
I really like the HTML tag which makes it really easy to see which label stands for which input element by checking its 'for' attribute. You know, something like:
< …
1
vote
1answer
365 views
WPF Label FontSize problem.
I have create WPF application and set style of control using style. I have found problem on some control such as Label that I have set FontSize, FontWeight, FontFamily etc. All val …
3
votes
1answer
153 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 …
2
votes
1answer
26 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]}" …
0
votes
0answers
15 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 …
0
votes
2answers
31 views
Label Not Displaying Mutliline
Trying to display the text of the label in three different lines:
First Line
Second Line
Third Line
But is showing up in single line "First Line Second Line Third Line"
Can th …
1
vote
2answers
80 views
How to see what label color is on a file/folder from within Termnal (Mac OS X)
I want to include in a script a check for a file input to see if the file/folder has a color set and if it does, which one... (I don't need help with the creation of this script, j …
0
votes
2answers
299 views
TeamCity: labeling VCS (Subversion) with an artifact’s file version
I want to create create a label (tag) in the SVN with a file's version.
I'm already renaming the artifact by getting the file version of the main executable produced by the build …
0
votes
2answers
20 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 UpdateP …
0
votes
2answers
26 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 th …
1
vote
3answers
100 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 settin …
1
vote
1answer
111 views
How do I align textPosition for a label?
I wonder if it is possible to set textPosition() for a label that includes an image and a text part so that the text is both TOP and LEFT. The problem I have now is that I need the …
