Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
1k views

Sizing and Capacity Planning Tips and How-to

I am often asked to perform sizing and capacity planning for our clients. When our clients buy our products (basically J2EE web applications), they often ask what hardware they will need to run those ...
6
votes
5answers
188 views

find out if text of JLabel exceeds label size

In java when the text of the JLabel could not be displayed due to lack of space the text is truncated and "..." is added in the end. How can I easily find out if currently JLabel displays full text ...
6
votes
2answers
1k views

Layout buttons so each divides up the space equally

Im using a LinearLayout to put two buttons horizontally side-by-side, but I want to each button to size itself to use 50% of the horizontal space. I thought layout_weight of "1" for each button would ...
6
votes
4answers
2k views

Estimating database size

I was wondering what you do when developing a new application in terms of estimating database size. E.g. I am planning to launch a website, and I am having a hard time estimating what size I could ...
5
votes
2answers
264 views

Java Swing getSize() returns inaccurate value?

To put this most simply, I am trying to use the width of a component to set the size of its parent container. However the width being returned for the component is off by about 4 pixels. More ...
5
votes
4answers
709 views

Image within a WPF application displays smaller than when viewed in external viewer

When I display a JPEG in my WPF application (using the following code), it is shown significantly smaller than if I open the JPEG in the Windows Picture Viewer at actual size. I've drilled into the ...
4
votes
4answers
414 views

Is there a data sizer tool available for SQL Server 2005?

I have to estimate the data size of database when populated with forecast values for each table. It should at least include size to be used for data and indexes. There used to be tool like this in ...
3
votes
1answer
3k views

Content control contents sizing to fill in Silverlight 4

I have a style for a ContentControl which I want to use in places where I currently have a Border. When I use this, the child controls will not stretch to fill and only take a small amount of space. ...
3
votes
3answers
3k views

Hardware Sizing - Thumb Rules

In many Enterprise System architectures, it becomes imperative to size the hardware according to concurrency & workload requirements. Mostly product vendors will provide their own hardware sizing ...
2
votes
2answers
87 views

Estimating the memory size of a software

I'm working on the development of Boot that will be embedded in a PROM chip for a project. I was tasked with making an estimation of the final memory size that the software will probably take but I've ...
2
votes
1answer
40 views

What would be a good way to measure the size of a JSP project?

Given an existing JSP project, I would like to get a feel for the complexity/size of the "view" portion of the project. Here's what I've done so far: Pulled the list of JSP's that have been ...
2
votes
1answer
153 views

WPF ListViewItem Width binding is not working as expected

I am having a problem with getting the listviewitems to size to the space available to it in the second column of a grid. I have a ValidationItemError class that can have a long description. This is ...
2
votes
1answer
62 views

how do I set images to scale to 100% of their table-cell? (C#/WinForms)

I have the TableLayoutControl anchored to scale with the window and the images in it need to scale with them. I am not concerned with image quality.
2
votes
1answer
5k views

Sizing an Android multi-line TextView

I have an Activity where I want to display a heading that takes up the top quarter of the app and displays a dynamic set of text. In some cases it'll all fit on one line and I'd like the font size to ...
2
votes
4answers
6k views

How can I make the modal popup scroll its contents with the page?

I've got a modal popup and when it loads contents that are taller than the browser height I am unable to scroll down to view the rest of the information. Instead the background can scroll but the ...
1
vote
2answers
47 views

Android Basic Layout Sizing

I am creating a Final Score screen for a game of mine. I've been having trouble with lining up the text in the layout that with the text "Raw Score" "bonus points" and "Final Score". For whatever ...
1
vote
1answer
229 views

Mobile Site: Lack of horizontal scrolling on iPhone

I've recently designed a mobile version of my website (http://www.dev-hq.net/). Everything seems to work OK with my design (although I really need to spruce the design up a bit, but that's not a huge ...
1
vote
3answers
41 views

Qt4 Designer Preview Resizing

I have a derived QDialog dialog layed out the way I want, and resizing the way I want, with the problem that the preview starts out resized to a larger size than it should. In designer, the window is ...
1
vote
1answer
113 views

Using “dp” and “sp” in drawing

I'm trying to make a little app that has a little meter in it (think like a speedometer). Well, for the pointer (you know what I'm talking about), I want to make it an 1/8th of an inch thick, ...
1
vote
1answer
39 views

TinyMCE smaller in IE than in FF -?

I sized my tinyMCE boxes by using the cols and rows attributes of the textarea tag. There's a problem, though - they look how they should in FF 4 and they look very small in IE 8 - does anyone have a ...
1
vote
1answer
2k views

Android Layout - set spacing between Image Buttons

I have four buttons on top of a bar (background image) . What I'm trying to do is increase the spacing between the buttons (so they are spread out across the bar) and set the gravity to ...
1
vote
1answer
560 views

WPF - FlowDocument - Stretch Table to Entire Width?

I have a DataTable containing an arbitrary number of columns and rows which I am trying to print out. The best luck I've had so far is by putting the data into a Table and then adding the table to a ...
1
vote
1answer
194 views

inter related stack panel sizing

I have a recursively defined user control that needs the following properties: there are two columns the first contains a single border around some text the second column contains a stack of these ...
1
vote
2answers
246 views

How to force an <img> to take up width, even if the image is not loaded

I'm loading a bunch of img's, and I'd like them to take up space on the document even if they are not loaded, or have not completed loading yet. I tried specifying width and height (both as ...
1
vote
0answers
50 views

Given a program's source code, what is a simple way to calculate the function points?

For class, I was told to give a function point count for Mozilla Thunderbird, however I am absolutely stumped as to how to approach this. Some methods I saw online suggested analyzing the interface of ...
1
vote
1answer
510 views

Java Stopping JApplet Components from Resizing based on Applet Size

Creating a JApplet I have 2 Text Fields, a button and a Text Area. private JPanel addressEntryPanel = new JPanel(new GridLayout(1,3)); private JPanel outputPanel = new JPanel(new GridLayout(1,1)); ...
1
vote
4answers
5k views

Maximum number of rows in a sqlite table

Give an simple sqlite3 table (create table data (key PRIMARY KEY,value)) with key size of 256 bytes and value size of 4096 bytes, what is the limit (ignoring disk space limits) on the maximum number ...
1
vote
5answers
1k views

How to fix the size of a Java heap

I know Java VM has "-XMx" and "-XMs" for setting the size of the heap. It also has a feature called "ergonomics", that can intelligently adjust the size of the heap. But, I have a problem at hand ...
1
vote
1answer
260 views

Hardware sizing

Basically I am looking for the guidelines for How to approach on hard ware sizing for a given requirements.what are the parameters need to consider to arrive at sizing decisons. It will be really ...
1
vote
2answers
875 views

JTextArea - very small size with long text

I'm using a JTextArea to display a long text JTextArea _definition = new JTextArea(5, 50); with word-wrap _definition.setLineWrap(true); _definition.setWrapStyleWord(true); embedded in a ...
0
votes
1answer
34 views

Size-to-content FormItem height

I put a FormItem in a Form like below. <mx:Form width="100%"> <mx:FormItem label="Context Aware" width="100%" backgroundColor="red"> ...
0
votes
2answers
101 views

Estimating IOPS requirements of a production SQL Server system

We're working on an application that's going to serve thousands of users daily (90% of them will be active during the working hours, using the system constantly during their workday). The main purpose ...
0
votes
2answers
170 views

Silverlight Canvas Sizing within a ScrollViewer

I am making a Silverlight 4 website with C#. In one of the pages, I want to have two panels beside each other. On the left is a map control and on the right is an image. That is easy enough, but I ...
0
votes
1answer
60 views

Sizing embedded divs

I am trying to emulate a sort of pop-up help dialog for my web site. When the user clicks help, a mask covers the whole page with a dark, partially transparent mask, and a helppage div with a higher ...
0
votes
0answers
22 views

Effort sizing flex project

My team has been working on a flex project that entails accessing XML file storage, with a whole load of business functionality. We have partially completed the work with a few man-years of effort ...
0
votes
0answers
121 views

Sizing stage of Application not working

The following code works in Flex3: <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="1024" height="768" ...
0
votes
2answers
129 views

Opening a new jframe with the same properties as the closed one

How can I have the newly open jframe have the same properties like Size and position on screen. Thanks
0
votes
3answers
87 views

DIV floating and sizing problem

I have div sizing and floating problem. when I have tiny text it is OK: SEE IMAGE but look what happens when I have big text SEE IMAGE HTML: <div class="news"> <div class="img"> ...
0
votes
0answers
51 views

opengles draw_texture sizing

How can I render a texture with draw_texture in the expected size depending on the setup of OpenGl GL_PROJECTION (setup with glOrtho; no resizing on base of some distance is needed). For instance: I ...
0
votes
0answers
216 views

UISplitViewController and UINavigationController resizing contents

I am using a custom view controller as part of my splitview controller, and I am attaching a navigation controller's view to this custom view's root view. However, I am finding that the sizing of ...
0
votes
1answer
50 views

How can I compute the average request duration?

I need to do some sizing evaluation for my application, and one key metric is the average request duration. Is there a way I can run my tests (not using Rspecs) And that the framework can tell me the ...
0
votes
1answer
243 views

Problem UIview size after re-orientation

First,I am sorry for my poor english... So, i have a problem with a view which is added on a other one. I am setting size of UIview in IB as 200px/200px I set the center of this view with the center ...
0
votes
2answers
403 views

Howto set the size of a popup-div according to the print size (A4)

I have a page where on button-click a popup shows (it is a div with an iframe containing content to be printed). The problem i got now is to set the size of the popup/div so that it will have the ...
0
votes
1answer
185 views

Dealing with automatic adding scrollbars

I have such problem: I'm creating a container and it's content at runtime. Here's a rough structure: --VBox ----Form -------FormItem ... -------FormItem ----ControlBar I have fixed maxHeights ...
0
votes
1answer
212 views

Sizing problems when using custom WPF dialog control

I am defining a custom control in WPF which serves as the base class for multiple dialog windows which all leverage shared services (positioning, Ok and Cancel buttons). The custom control is defined ...
0
votes
2answers
252 views

Sizing WPF controls to an exact percentage

In WPF, I want set a controls width to be, say, 97% of it's Parent controls ActualWidth property. How can I do this?
0
votes
1answer
55 views

CSS column sizing

I have a page which can rezise depending on the content. What I need is a way for the side bars to increase / decrease along with the body, but never to be less than 100% of the visible body. ...
0
votes
1answer
410 views

When should sizing grip (windows Forms) be used?

Should it be used for all sizable forms, or only when it is not easy to guess that a form is sizable? Is there a GUI convention to use it? Any link to a documentation would be appreciated.