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
0
votes
2 answers

Kivy - How to Size Embedded Anchor Layouts?

I would like to build the following simple design in a .kv file. It is made of 3 parts : One top-left Anchor Layout which is made up of a Grid Layout of 3 columns. I want its width to be equal to 20% of the window's with and its height to be equal…
SteeveL
  • 11
  • 2
0
votes
2 answers

Supporting different screen sizes

My UI fits my virtual device fine but when I run the app on my phone, the UI is too wide and I lose a portion off the RHS of my device. I read this article;(https://developer.android.com/training/multiscreen/screensizes.html) It talks of using a…
SteveC
  • 53
  • 1
  • 7
0
votes
0 answers

How to keep win forms panels in same position when maximising

I would like my win forms panels to stay at the top of the window when I maximise the form like it is when it's minimised. This is the window when it's minimised (How I want it to be when I maximise) https://i.stack.imgur.com/VYrhS.jpg I have tried…
KielanT
  • 11
  • 3
0
votes
1 answer

Can you make a responsive viewbox?

If you have a view box set too large, the page will scroll. Is there a way to make a view box fit the size of any given browser? For example, I am on a 1600 x 1900 browser right now with this view box: and my page…
0
votes
1 answer

Neo4j - required hardware for big data

I would like to use Neo4j because it supports two key features of my requirements: fast full-text-search (based on Lucene engine in Neo4j) and joins (or relationships in graphs naming). I went to Neo4j hardware sizing calculator in order to estimate…
Roee Gavirel
  • 18,955
  • 12
  • 67
  • 94
0
votes
1 answer

UICollectionView .reloadData() only shows sections

I have a collection view which has a section with a title and every section has some words. Words differ in size. Because the words differ in size i've added the following, to prevent long words from being cut off: layout.estimatedItemSize =…
ARR
  • 2,074
  • 1
  • 19
  • 28
0
votes
1 answer

How do I make div same height as img beside it?

I need help making a div the same height as the img beside it in the same flex row here is the html `
here is where my text is
` I want…
0
votes
0 answers

Graphics.DrawImage shrinking image on display?

edit: Thank you for all the responses, I just found that bmpSize fixed the size. I also added an array per Plutonix's suggestion. Thank you everyone! Developing a game using Visual Studio, new to using C# for programming. I am generating a map…
lunartab
  • 13
  • 3
0
votes
1 answer

Div Set to fill in one direction, and have one fixed side?

I am creating apps within this interface which includes divs that can be resized. I have this one (customers) set to open at the size of the contents via setting a default height and width. The tables on the right pull lots of information from a…
0
votes
1 answer

How to resize images without cropping or losing quality?

I am trying to align images next to text, but am having issues with the image sizing. I will be putting many rows of images next to text, so I need the images to all be the same size. When I try to insert the image it will get distorted or cut…
paigeg422
  • 13
  • 1
  • 3
0
votes
1 answer

Apache Nifi slow cluster issue

I am using a Apache nifi for one of my clickstream projects to do some ETL. I am getting traffic around 300 messages per second currently with the following infra: RAM - 16 GB Swap - 6 GB CPU - 16 cores Disk - 100GB (Persistance not…
Arnab Biswas
  • 902
  • 7
  • 8
0
votes
1 answer

How to properly use sizing with Cocoa

ALL, NSSmallControlSize page has following explanation: This constant is for controls that cannot be resized in one direction, such as push buttons, radio buttons, checkboxes, sliders, scroll bars, pop-up buttons, tabs, and progress indicators.…
Igor
  • 5,620
  • 11
  • 51
  • 103
0
votes
1 answer

Bootstrap buttons mobile sizing issue

I have two Bootstrap buttons below:
0
votes
1 answer

JavaFX Control sizing

I have a JavaFX app with ComboBoxes and labels. It looks fine in Windows XP but in Windows 7, the font sizes and comboboxe sizes are larger. I tried sizing the comboboxes with setstyle CSS with no results.
deo2000
  • 3
  • 2
0
votes
1 answer

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 average time it takes for a request to go…
standup75
  • 4,734
  • 6
  • 28
  • 49