Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

RadioButtonList fixed width issue

I searched for this issue but can't find it... my problem is with this radiobuttonlist that I am trying to align along with its label, but keep getting this. as you can see the buttonlist has ...
0
votes
2answers
27 views

div without fixed width to bypass parent with fixed width

Please consider my problem, I want to make series of images to behave just like non breaking text, parent element - It may be any element, It may or may not have a fixed width, so basically I cannot ...
1
vote
1answer
34 views

Fixed width div on left, fill remaining width div on right

I want a div with a fixed width image on the left and a variable width div with a background color, which should extend it's width 100% on my device. I can't stop the second div from overflowing my ...
1
vote
1answer
36 views

Select Query for the fixed length

I have an table called customer where i am selecting few columns and making its fixed length,where i need to send the values to SSIS packages for an fixed length output and is written in a text file ...
0
votes
3answers
92 views

C# - String formatting: double fixed width

How can I use String.Format in C# so doubles are displayed like this: Values: -1.0 1.011 100.155 1000.25 11000.52221 displayed string: -1.00 1.011 100.2 1000 11001 The main point is my width ...
2
votes
2answers
8k views

How to Set JPanel's Width and Height?

I'm developing Snake game using Java. Board's (where all action takes it place) width and height should be fixed (640 pixels * 480 pixels). Structure: Main class that extends from JFrame class, ...
6
votes
7answers
5k views

Read fixed width record from text file

I've got a text file full of records where each field in each record is a fixed width. My first approach would be to parse each record simply using string.Substring(). Is there a better way? For ...
0
votes
2answers
55 views

Parsing variable length strings of fixed column widths C#

I am trying to parse a text report that is formatted into columns. Each column appears to be right justified with a fixed length. For each line, there are times that not all the columns are used. In ...
0
votes
3answers
33 views

Webkit keeps changing table's fixed width

We are in the process of redoing our whole website. The current website is over 7 years old, but seems to have a CSS bug that only appears in Webkit-based browsers (Chrome and Safari). We would like ...
1
vote
2answers
52 views

Fixed-width integers in ANSI C

How do I handle a 4-byte char array as a typical int in ANSI C? Some context: I'm parsing a binary file, where I need to read 4-bytes unsigned integers. I want to make sure that, no matter what ...
1
vote
1answer
34 views

Import fixed-width text file into sqlite

What is a good way to import fixed-width text files into sqlite tables, preferably without using peripheral software? E.g. specifying the width of each field Field 1: 10 characters starting with the ...
1
vote
4answers
345 views

Why are fixed-width file formats still in use?

Are there any advantages to a fixed-width file format over something like XML? I realize XML would likely take up more disk space to store the same amount of data but the file could also be ...
0
votes
0answers
19 views

Fixed width layout [closed]

What are the general rules for coding fixed width layout? I am clear with concept. But is fixed width layout always be pixel based? If we compare fixed width layout with liquid layout what are the ...
0
votes
1answer
18 views

Create fixed width file with different line definitions

The batch we're developing requires a fixed width input file with different line definitions for each entity. Eg. the first line defines a family, the second and third line define family members of ...
0
votes
1answer
74 views

Complex table layout with fixed width and expanding columns

I have a complex table layout (jsfiddle). This is a long report with many sections and each section has a table in it. The first two columns of the tables should have a fixed width to make sure they ...

1 2 3 4 5 8
15 30 50 per page