In GUI (inc. web page) context, alignment refers to the positioning of visual elements. In programming context, alignment is the placement of objects on memory addresses, usually a multiple of some small factor.
5
votes
0answers
272 views
Crystal Reports Multiple Columns Right-to-Left
i wrote a program in C# win form. i have used crystal report. I want to set Crystal Reports Multiple Columns from Right-to-Left.
The following image.
2
votes
0answers
91 views
How do I set the text align indicator in C# WinForm Custom UserControls?
Using: C# .NET 4.0 Winforms - Visual C# Express 2008
.NET default controls have a pink line in designer mode that allows you to align the text within controls. E.g. a label and textbox can align ...
2
votes
0answers
147 views
Aligning horizontal text in <p> to an angled <div> - CSS3
I'm trying to created a staircase effect with text on my page. I've wrapped a <p> element inside a <section>. The section has the following styling:
section{
...
2
votes
0answers
87 views
List Items Vertical Align no working for IE 7 8 or 9
I did some research and tried some methods but nothing seems to work for IE.
I have a Vertical List Style Menu. Example would be
<ul class="menuleft">
<li><a href="index.php" ...
2
votes
0answers
321 views
RTL mode in IE makes field labels align incorrectly in ExtJS 3.3.0 Window Form
I am working with ExtJS 3.3.0 with an RTL fix, and I have an override on all of the required classes to align the fields correctly.
I keep having an issue with floating forms, though, where my field ...
2
votes
0answers
416 views
Controlling manual alignment in 'Beyond Compare's 3-way merge
When doing a 3-way merge in 'Beyond Compare', we can get the following misalignment due to code similarity (The X's are the deleted code segments, and only two files are shown):
/* ...
2
votes
0answers
779 views
How do I avoid merging cells vertically in excel?
I'm tired of merged cells. They just don't work.
So I found a way to avoid merging cells horizontally, when I just need my text to be centered across multiple columns. That's: ...
1
vote
0answers
21 views
Crystal Report text object alignment changes at runtime
Im using Visual studio 2010 and crystal report 13. When I design the crystal report the alignment of the text object looks perfect. But When I execute, the text object alignment changes. Can any 1 ...
1
vote
0answers
43 views
Text in UITextField will not center properly
I think that my question is related to thread.
I have a login screen with two UITextFields (user/pass). Both are horizontally center aligned with placeholder text. When I press a field, the ...
1
vote
0answers
63 views
GridBagLayout - All components to top left
How is it possible in the following GridBagLayout Code, to set alle components realtive to the top left corner. Now the components are always centered and it doesn't look that nice. I searched in many ...
1
vote
0answers
57 views
Div not aligning properly in IE - Works perfectly in Firefox/Chrome
I am trying to align products divs within row divs with 4 inside of it to make it look like a shopping site, it works fine on Chrome and Firefox but seems to stack down the middle overlapping and ...
1
vote
0answers
110 views
GCC intrinsics alignment problems
I have a disturbing problem implementing a simple, non parallel average method using g++ intrinsics. Here the relevant c++ part, where p_oNumPoints is the length of the array p_pValues, which itself ...
1
vote
0answers
94 views
A box alignment algebra
I'm looking for an algorithm (or algebra) for 2d box alignment. The alignment of (recursive) boxes is implemented in type setting systems like TeX and Lout but also in web browsers. For example, boxes ...
1
vote
0answers
54 views
How to align a checkBox and an ImageButton horizontally?
How do I align checkBox and ImageButton horizontally? I have already tried android:layout_alignBaseline between a TextView and EditText to be ok, but between a checkBox and an ImageButton, the ...
1
vote
0answers
263 views
JMenuItem text and accelerator alignment in right to left orientation
I'm using right to left menus in a Java application.
I used this on all JMenuBar,JMenu & JMenuItem elements to make them right to left:
...
1
vote
0answers
74 views
8/16/32/64 bit aligned lossless compression of .bss and .data for embedded system core dump
I'm looking for a fast / lossless / fix spaced compression algorithm for the following task.
I have an embedded system. Low memory / flash resource.
I want to generate a core dump for it and store ...
1
vote
0answers
160 views
can we make printf align values on decimal point?
I've encountered an array of floating point values that I can't make print out in a reasonable way with the old tried and true printf() function. The problem, I guess, is that the range of numbers is ...
1
vote
0answers
86 views
WPF parent of submenus not aligning correctly in WinXP
When I make MenuItem in WPF that has a list of MenuItems nested inside it throws the alignment off of the parent. But this is only in Windows XP, everything works fine in Windows 7. I think it is ...
1
vote
0answers
412 views
TextView gravity=“top” but changing font size dynamically doesn't keep text align to the top
I have an app that needs to dynamically align text views over certain locations on an image. The image is scaled to fit the view. Text entries are added by the user. I'm using a RelativeLayout and ...
1
vote
0answers
36 views
How to precise control the position of the inline graphic in Sprak RichEditableText
At the moment, I use the property alignmentBaseline to set the alignment of inline graphic and text, but it can't control the position precisely and it seems strange.
In HTML, I can control it by CSS ...
1
vote
0answers
56 views
Berkely Word Alignment
Is there anybody who can guide me a bit about Berkeley Word Alignment tool? Specifically, I want to know how another distortion model can be implemented to be used in HMM word alignment.
1
vote
0answers
319 views
writing data structure in C# with regards to byte alignment
I have a problem with data alignment in a file that I am creating from C# to be used in a legacy app.
I have all my data stored as a List of structs.
List<CParameterItem> m_Items = new ...
1
vote
0answers
232 views
Canvas object as thumb in SeekBar, Test align. Android
I have a problem with set up the right position of the text as a paint in canvas object,
which I use as thumb in customise SeekBar.
public BitmapDrawable writeOnDrawable(int drawableId, String text)
...
1
vote
0answers
72 views
Android buttons not aligning properly on different phones
I have following 4 buttons on android phone:
ButtonA ButtonB
ButtonC ButtonD
They show up like this on android 2 buttons on each line. On smaller phone screen it work perfect. But on bigger phone ...
1
vote
0answers
190 views
Two pixels added to absolute position of elements added via javascript in chrome only
Here's my first question on stackoverflow. I've used you guys to answer many many questions in the past, but this time, I wan't able to find what I was looking for, so any help would be appreciated!
...
1
vote
0answers
115 views
Left-aligned text at viewDidLoad instead of center with custom font
I'm using a custom font on an iPhone app. This font is used on UIButtons and is displaying well.
In IB, I'm setting up horizontal alignement to center and changing the font programaticly with :
...
1
vote
0answers
398 views
How to set vertical alignment in jface tableviewer?
I created a jface CheckboxTableviewer and set its row height to 40px.
But in windows xp, the checkbox is not aligning to the middle.
How can I change the alignment?
public class TableTest extends ...
1
vote
0answers
328 views
GXT Shortcut Icon Alignment
I am trying to align my shortcut icon in the center. However, I have not found a way to do it yet. Below is my code:
Shortcut sh = new Shortcut();
sh.setSize(String.valueOf(BUTTON_SIZE), ...
1
vote
0answers
477 views
Centrally align image in ImageView with scale type set to matrix
I'm building a Facebook like image viewer. Meaning I use a ViewFlipper containing some ImageViewers which load their images asynchronously. The scale type of the ImageViews is set to matrix as I want ...
1
vote
0answers
790 views
zipalign error : The system cannot find the file specified
I type in:
C:\Program Files (x86)\Android\android-sdk\tools>zipalign [-f] [-v]
B10816062011-unaligned.apk B10816062011-aligned.apk
it returns:
The system cannot find the file specified.
Its ...
1
vote
0answers
550 views
How to do aligned scrolling through two chart areas without using AlignToChartArea?
I have two ChartArea objects in a Chart (System.Windows.Forms.DataVisualization.Charting is what I'm using).
One is a Point graph, and the other is a RangeBar graph. The horizontal axis on the ...
1
vote
0answers
255 views
Alignment of item in TTTabStrip
I use this method for allign my item in my subclasses TTTabBar but it use the _scollView variable (private variable of TTTabBar)
What can i do to resolve this problem?
I can't replace the TTTabBar ...
1
vote
0answers
327 views
Chart Align YAxis to YAxis2
I am currently building a chart which has two y axis(left and right). As I plot points on the chart for both axes wrt xaxis, I can see the grid lines in the chart not properly aligned.
Is there any ...
1
vote
0answers
788 views
ZedGraph v. 5.15, multi y-axis alignment
The issue I have is when using two Y-axes (y1 and y2), wherein the y1 value is: (min,max) = (zero,positive) and the y2 value (min, max) = (negative, positive), in such case, the zero marking of y1 ...
1
vote
0answers
277 views
Dock Titanium Desktop Application to the Right
I have decided to switch from Adobe Air to Titanium Desktop for building applications. Their is no argument why I have :)
Ok, to my issue. I need to align my application to the right side of the ...
1
vote
0answers
189 views
three20 right align
is there a way to right align div tag inside a styled text item in three 20 on iphone? I have accomplished it using the following:
return
[TTBoxStyle styleWithMargin:UIEdgeInsetsMake(-20, 230, 5, ...
1
vote
0answers
560 views
__attribute__((aligned)) - gcc
How will gcc set the alignment for variable/field with
__attribute__((aligned))
What about different gcc versions/ different platforms?
Testing code:
int main() {
printf("%d\n", ...
1
vote
0answers
18 views
Aligning text to always be on the outside of line
I know how to align text diagonally, but I'm having trouble aligning the text to be always on the outside, as the diagram shows:
http://i38.tinypic.com/rs4zlj.png
The lines will always be positioned ...
1
vote
0answers
496 views
Dynamically setting alignment of cells of gridview
In my gridview i have 3 6 columns.
by default i am setting
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
...
1
vote
0answers
880 views
Yet another IE image alignment issue: Float right inside right text-align wackiness
I have an <a> element set to display:block, inside of which is some text and a png image. The <a> is set to text-align:right and the image is set to float:right.
It's fine in all browsers ...
0
votes
0answers
36 views
Css div - text position
I have a great problem for you guys - i have problems in Dolphin and default Android browser.
So i created a mobile website with a cool navigation. When the page slide to right the content position ...
0
votes
0answers
9 views
TCPDF Image alignment is not working
Portion of HTML from my code is mentioned below:
If then at is equal to:
I'm passing this HTML as input to TCPDF to generate PDF file.
When PDF is generated ...
0
votes
0answers
9 views
Cross Browser alignment issue with select object
I have been agonizing over this, the alignment of my third table row is complete messed when viewed either Firefox or Chrome but look exactly as expected in IE9.
I have tried using style (text-align, ...
0
votes
0answers
18 views
PHP Function to calculate/align differing datasets to display lines in same graph
How can I align datasets so I can draw the lines in 1 graph? My problem is that the data within a certain timeframe are not directly comparable by timestamp. Sometimes datapoints are missing and ...
0
votes
0answers
14 views
Aligning 2 small molecules in PyMOL
I want to align to ligands in PyMOL like one would do it with protein structures, but I get an error message:
ExecutiveAlign: mobile selection must derive from one object only
I also copied the ...
0
votes
0answers
22 views
Text alignment issue in Magento
I have a store using Magento (ultraeletronicos.com) using Yotpo Reviews and it is working fine. I am developing another one (gravadora.com.br), but I am having a text alignment issue: it is getting ...
0
votes
0answers
50 views
a fast algorithm for finding a repeating pattern
A tandem repeat P*k* of a pattern P = p1 . . . pn is a pattern of length n·k formed by concatenation of k copies of P. Let P be a pattern and T be a text of length m.
The Tandem Repeat Problem is to ...
0
votes
0answers
16 views
Aligning rows in Excel based on a Column value
I'm pretty new to excel and have run into this problem. I have a situation similar to the one below,(the real case is much bigger)
Column 1 Column2 Column3 Column 4
1 2 Matt ...
0
votes
0answers
23 views
Eclipse: Blockwise field alignment with Java Code Formatter
I am using the code formatter and want a special form of alignment for fields.
I am not too happy with the option "align fields in columns". I don't like that all fields are aligned the same way, ...
0
votes
0answers
24 views
JOptionPane doesn't align to parent JFrame
This is driving me crazy:
I programmed a small JFrame with several JPanels inside.
I have several error messages that I have created with
JOptionPane.showMessageDialog(this, "Text here");
But it ...


