Top "Dimensions" questions

Dimensions of an array define its size and shape -- the arangement of elements in the array.

Fix JComboBox width

I have a JComboBox with some options. When I make a selection at another component, I'm changing JComboBox contents. First …

java swing jcombobox dimensions nimbus
Android xxhdpi, 420 dpi and 480 dpi

I'm facing the next problem: I have a values-xxhdpi with their dimensions.xml. Devices with 480 dpi work great with this …

android dimensions screen-density
Keras ValueError: Dimensions must be equal issue

Even after applying the suggestions in answer and comments, it looks like the dimension mismatch issue persists. This is exact …

python keras deep-learning dimensions valueerror
numpy array that is (n,1) and (n,)

What is the difference between a numpy array (lets say X) that has a shape of (N,1) and (N,). Aren't …

python arrays numpy dimensions
Shouldn't window.screen.width/height correspond to actual screen width/height?

Toying around with the WebKit browser in the new Kindle 3G, I noticed that window.screen.width and window.screen.…

javascript webkit window dimensions kindle
Google Analytics Custom Dimension Not Being Set

I've recently upgraded our site to use Universal Analytics and am trying to get some custom dimensions to work. However, …

google-analytics dimensions
Naming array dimensions gives error: length of 'dimnames' not equal to array extent

This is my first time using a 3 dimensional array and I am having problems about naming the third dimension. ReplicateData &…

arrays r dimensions names
Cannot see the Image type in System.Drawing namespace in .NET

I'm trying to write a program that sorts images in specific folder by ther dimensions and moves little images to …

c# .net image dimensions
Safari doesn't calculate rem units correct when scaling with @media (width/height/background-size)

When using rem as units in css, scaling doesn't really work in Safari (both PC and Mac). Example located at …

css safari media-queries font-size dimensions
jQuery: new image added to DOM always has width 0 after loaded

I need to obtain the dimensions of an image, using a dynamically created image tag. It works. But ONLY using …

javascript jquery css image dimensions