Top "Dimension" questions

In physics and mathematics, the dimension of a space or object is informally defined as the minimum number of coordinates needed to specify any point within it.

Finding (loaded) image size in AS3 (Action Script 3.0)

Im currently using the following function to load an image, however i could not figure out a way to find …

actionscript-3 image size dimension
Measuring text width/height without rendering

Is there any way to get an estimate for text width without rendering the actual elements? Something like canvas TextMetrics? …

javascript html text reactjs dimension
Java how to make JFrames maximised but not resizable

Originally (See my previous question "Java how to make JFrames start off as a maximised window") I wanted to make …

java swing jframe screen dimension
Calculate Euclidean distance between 4-dimensional vectors

Let's say I have two 4-dimensional vectors (i.e. a and b) as follows: a = {a1, a2, a3, a4} b= {…

math vector dimension euclidean-distance
Value equals to match_parent or fill_parent in dimens.xml?

Based on here on XML Attributes section I specify following in my dimens.xml: <dimen name="match_parent">…

android xml android-layout android-resources dimension
How to fix 'error in the metadata manager dimension id of missing ' error in SSAS?

I have this error that keeps popping up from time to time, the error is along the lines of the …

deployment metadata ssas dimension
Using a DATE field as primary key of a date dimension with MySQL

I want to handle a date dimension in a MySQL datawarehouse. (I m a newbie in the DW world) I …

mysql date schema data-warehouse dimension
joining across multiple fact tables with a dimension in between

What's a good approach to data warehouse design if requested reports require summarized information about the same dimensions (and at …

sql-server data-warehouse business-intelligence dimension dimensional-modeling
Use of the java.awt.Dimension class

I would like to use Dimension class (java.awt.Dimension), but it supports only integers. I want make Rectangle and …

java awt rectangles dimension
How to get screen's physical size (i.e. in inches)?

I'm trying to figure out how to get the physical dimensions of a device's screen via Javascript. So far, my …

javascript dimension