0
votes
2answers
12 views
Reflowing label widget for String
Is there a widget for Swing that behaves like a JLabel, that automatically reflows the text if its dimensions have changed? For example:
Large horizontal space available:
+--------------+
| Foo bar …
0
votes
1answer
16 views
BlackBerry - Horizontal Alignment of LabelField in Screen
Hi All,
I want to add a new LabelField(String label, long style) but if I use Field.FIELD_HCENTER as my style then I get the following alignment.
|---- This text is horizontally aligned but in ----|
…
0
votes
2answers
39 views
How to hide single labels on a symfony form?
Hi,
I am creating a very custom form on a symfony project and currently I have something like this:
foreach ($foo as $c) {
$fields['crit_v_'.$c->getId()]=new …
0
votes
4answers
59 views
IMAP x Gmail => labels ?
Any experiences on a way to get gmail labels (or even filters ?) from an imap connection ?
Can't find a clue... thx for any infos about it.
1
vote
1answer
27 views
gnu assembler: get address of label/variable [INTEL SYNTAX]
Hi guys. I have a code like this:
.bss
woof: .long 0
.text
bleh:
...some op codes here.
now I would like to move the address of woof into eax. What's the intel syntax code here for doing that? The …
3
votes
4answers
68 views
Why should I avoid using Java Label Statements?
Everywhere across the internet people say that you should avoid using label statements in java. However, I find them very useful in some cases, namely nested loops.
I cannot find satisfactory answers …
0
votes
1answer
22 views
Iphone: label text udates value but does not show in view
Hi..
Im working on a part of code where a label text should change value after getting a new value from a singleton class. Seems simple enough, and after testing the value it actually changes …
3
votes
2answers
57 views
iPhone table cell label misaligned
Similar to this previous question, I am having a problem with text alignment in my table cells. All the text is shifted up by a few pixels. I am not using custom cells; I am using regular …
2
votes
1answer
41 views
Bold labels in MFC
I want to create labels in MFC (Static text) that have both bold and non-bold text. Something like this:
"I would like my label to look like this, for example"
Any thoughts of how to do this?
I …
1
vote
4answers
45 views
Label for password field
<input type="text" value="useraname" />
<input type="password" value="password" />
I'm using jQuery to make the inline labels disappear on click/focus. Password shows bulls as usual, but …
0
votes
1answer
33 views
How to use Rails I18n.t to translate an ActiveRecord attribute?
Trying to use my active record translations in config/locales/de.yml also in my views. I thought I am clever using this:
de:
activerecord:
attributes:
user:
login: …
1
vote
1answer
36 views
Reading status from Zebra Printer
Hi,
I'm working on a project where we need to use a Zebra Printer for barcode labels.
We're using C#, and we're doing OK on the printing side of things, sending raw ZPL strings to the printer (using …
0
votes
1answer
21 views
Labels on the input data in gnuplot
I have a datafile that looks like this
#index name1 name2 name3
1 2 3 4
2 3 4 5
3 4 5 6
4 5 6 7
I want to plot 3 lines:
plot "data" using 1:2 with lines,\
...
This works ok, except for the line …
0
votes
1answer
81 views
jQuery Flot data/axis labels on top of graph
Is there a way to overlay the x-axis and y-axis numeric labels onto a jQuery Flot graph. So, I want the labels to not be outside, next to the graph, but on top of the graph itself.
The following …
2
votes
2answers
59 views
rotating axis labels in R
In R, how do I make a (bar)plot's y axis labels parallel to the X axis instead of parallel to the Y axis?
