Questions tagged [sizing]

The operation of making appropriate scale according to size which can be dynamic.

Applicable in screen sizes (html) or load on server (load testing)

Please see other related tags: and .

234 questions
1
vote
1 answer

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 of parent view. Everything is working great at…
lasonde
  • 11
  • 1
1
vote
0 answers

Resizing main image on upload

I have a script thats working great for image upload with creation of a thumbnail, but my problem is that I can`t figure out how to size the large image. I know well how where to add my ratio code. Here's the code for uploading the main…
Mike P
  • 11
  • 4
1
vote
1 answer

How get different size windows in UWP Multiple Views?

In the following code I can not tinker with the ViewSizePreference options and get the child to be smaller than the parent. I am making a popup from a page. That part works fine. However, both windows are the exact same size. private async void…
Rick
  • 106
  • 9
1
vote
1 answer

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 same type of controls (the recursive part) if the…
tbischel
  • 6,337
  • 11
  • 51
  • 73
1
vote
2 answers

what is the minimum infrastructure prerequisite for magnolia cms?

I want to run magnolia CMS on openshift. are there any infrastructure prerequisite for installing magnolia cms? Eg. What should be the minimum memory on server, or space etc?
Manik Magar
  • 1,403
  • 2
  • 10
  • 20
1
vote
1 answer

How do I change the size and location of JOptionPane.showOptionDialog()

Okay, so here's the deal. Currently, I am using this: String[] choices = {"Rock", "Paper", "Scissors"}; String input = (String) JOptionPane.showInputDialog(null, "Please, make your choice", "Rock Paper Scissors!", JOptionPane.QUESTION_MESSAGE,…
Bob McMullan
  • 13
  • 1
  • 3
1
vote
0 answers

Self Sizing Cell not working properly in Style of "Right Details" UITableViewCell

I have get some issue regarding Self Sizing Cell in UITableView. i have to use UITableView and cell Style is "Right Details" then use all stuff regarding self sizing code but not work properly self sizing cell and seen github mini project regarding…
Ashwani Sharma
  • 59
  • 1
  • 11
1
vote
0 answers

changing the size of my bar chart in R

i have a bar chart in R and i need to widen the size of the entire chart which is being printed to a png with rounded corners. Anyone know how i can widen this chart while maintaining the rounded…
1
vote
2 answers

Whole Oracle database in memory

Suppose I have an Oracle database whose data files are 256 GB in size. Is it a good idea to use a server with, say, 384 GB RAM in order to host the entire database in RAM? Is there any difference if you only have, say, 128 GB RAM? I'm talking about…
neutrino
  • 2,297
  • 4
  • 20
  • 28
1
vote
1 answer

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)); private JTextField serverTf = new…
Doug
  • 1,316
  • 6
  • 19
  • 36
1
vote
1 answer

Do PDFs sizes change depending on the program that opens it?

I work for a company designing t-shirts. We get transfers printed by another company. The transfers we received for a recent design were to small, as I'm guessing they were printed portrait instead of landscape. The representative from the company…
1
vote
1 answer

Hardware sizing an application which runs fine on a laptop?

If an application already runs well on a laptop with a local webserver and db, how does it impact hardware sizing for when it is deployed into product? We're piloting this application for the first time, and up until now the application runs fine…
Max
  • 639
  • 2
  • 6
  • 19
1
vote
1 answer

WPF DataGridColumn Widths inside ListBox

I have a ListBox that is databound to some data, and I would like there to be repeated DataGrids inside this. I have found a strange anomaly when doing this, and hoping someone can help me out. If I put the DataGrid together with ColumnWidths="*",…
Aibynn
  • 115
  • 1
  • 8
1
vote
2 answers

CSS column sizing

I have a page which can resize 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. Initially the page looks fine, but when I increase the…
John
  • 106
  • 2
  • 13
1
vote
1 answer

Line up these custom checkboxes and labels

The CSS styled these spans to be the same height as the containing label, 2vw input[type="checkbox"] + label { margin:0 auto; padding:0; padding-left:3vw; height:2vw; line-height:2vw; } input[type="checkbox"]…
Cris Stringfellow
  • 3,714
  • 26
  • 48