Tagged Questions
1
vote
2answers
56 views
WinForms resize controls along with form resize
I have a few controls (group boxes, tables, gridview, etc) in my c# WinForms application and I would like to scale them based on screen width/height.
For example the screen starts at let's say ...
0
votes
1answer
34 views
Size of browser including scrollbars?
Simple question, how do I set up a page overlay (just a semi-transparent black cover) so that it's 100% of the viewport's height and width, including scrollbars?
I've already tried:
body{
...
0
votes
3answers
73 views
Can't get back the screen size android
I've a little problem, as show in this pictures, i can't bring back the screen size as i want, and i'm a little lost...
(I'm learning)
http://imageshack.us/f/708/erreurtaillepong4.png/
...
0
votes
2answers
104 views
With small window size (narrower than page) the page structure is getting wrong
This is my header:
<head>
<link href="/css/header.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="background"><img src="/multi/background.jpg" ...
0
votes
1answer
99 views
setWidth() Button Android
I've created a Button placed in a RelativeLayout and I'd like to set its size. But I can only set a larger size that the original one, for example I can resize it to 200dp but no to 20dp.
Is there a ...
0
votes
0answers
176 views
trouble with resizing custom view in appwidget, can`t determine real size appwidget on android, especially on tablets
colleagues!
I`m designing an AppWidget and I have run into such problem: I define in xml
android:minWidth ="296dp"
android:minHeight="146dp"
that means 4x2 cells size of my widget.
In my program ...
0
votes
0answers
28 views
How can my divs have a fixed height and width with percentages?
Please check: http://jsfiddle.net/blackvibes/B6dpX/ for my current coding.
It's at a easy stage yes, indeed. (well, i've made it simpler, since my code is personalised..)
But what you see is all ...
3
votes
2answers
225 views
Android notification width
I am writing an application that builds a notification from several "symbols". Sometimes these won't fit and I'll just stop and add a number of symbols that did not fit.
Currently I'm looking at ...
2
votes
4answers
371 views
Java Button Width
I've tried to use this and it doesn't work
singleplayerButton.setBounds(20, 20, 200, 100);
I dont know why though, can anybody help me out with this?
My full page code is here
package gmine;
...
1
vote
1answer
184 views
Cross Browser Font Width. Works in IE and Chrome, but not on my mobile browser (Galaxy S2)
Help! This box is exactly the same size as the length of the text at 100% zoom on IE and Chrome. But, when viewed on my mobile phone, the box overhangs the length of the text. Is it possible to fix ...
2
votes
3answers
212 views
CSS: Max-Width won't shrink? [duplicate]
Possible Duplicate:
Make CSS Div Width Equal To Contents
I am trying to make a chat like application but now I ran acros a little bug of some sort.
I have a div with a max-width set to ...
2
votes
1answer
294 views
WPF giving incorrect size values
I have a WPF application in which I am attempting to take a screen grab of a WindowsFormsHost control. To do this I am doing a Graphics.CopyFromScreen. On most boxes we have tested on this works ...
1
vote
2answers
114 views
Second Window Positioning WPF
I have MainWindow which has a button that allows it to open another WPF Window. I want this window to open always on the right hand side of the MainWindow practically right next to it.
How can I do ...
2
votes
2answers
666 views
TabControl Width Height issue
I'm using a TabControl with no Height and Width specified.
Actually, the height of the TabControl take the height of the current tab.
I don't want the TabControl auto adjust it size. I want it take ...
0
votes
0answers
121 views
UITextView set wrong width for content
So I have one problem. I created UITextView and try to resize it dynamically (width and heights with change a frame of component). When I made it bigger and then smaller - I got unnecessary white ...
0
votes
1answer
135 views
matlab multiple plots sizes
I have question regarding width and height of Plots. If we have multiple plots in same figure how can we set the size for each plot on our own.
Also is there a way to have multiple plots without ...
0
votes
1answer
240 views
Android ignoring maxWidth
If I try adding 'android:maxWidth="400dp"' to the following ImageView, nothing happens... and ideas?
<ImageView android:src="@drawable/content_background"
...
0
votes
1answer
227 views
Widgets placing into QGridLayout
I use QGridLayout and define layout as ui file.
I need to implement such layout:
|Column 0 |Column 1 |Column 2 |Column 3 |
|width enough to fit ...
1
vote
1answer
369 views
WPF Window size Issues
I want my app to fit in all screen sizes, hence from Window tag to all Containers/Panels I have set Width="Auto". Have specified MinWidth & MinHeight in window tag.
Despite all this, my window ...
1
vote
3answers
3k views
CSS 2 div size auto same height
i have an question in CSS:
How i can do that:
When the green div has (auto) 500px height for the content the red got the same.
And when the red has (auto) 700px height for the content the green ...
1
vote
1answer
66 views
Specifying width of gravatar img in Rails
Would there possibly be a way I could specify the width for a gravatar img instead of just :size => x
<%= gravatar_for user, :size => 125, :class => "indexlist" %>
Thanks!
0
votes
1answer
158 views
How to make expander not to extend toolbar width?
I have a expander in a tool bar. When I expand the expander to toolbar increases its width so it can contain the expanded expander. I would like the tool bar to stay the same and expander to expand ...
1
vote
1answer
948 views
Setting Dialog Size Programatically
In my program I create a dialog with the code below. Ideally I would like to scale the dialog by entering width and height parameter programmatically. Can anyone show me how to do this?
dialog = new ...
0
votes
1answer
836 views
Getting the dimensions of a dynamically-created WebView in Android
I'm embedding a flash media player in a webView in android, and I need to get the dimensions of the webView to set the media player to match. If I hard-code the pixel dimensions of the player in the ...
2
votes
1answer
755 views
UIImage size.width returns as height?
In my efforts to improve my apps, I need to check the width and height of a UIImage object.
The problem is the inconsistent data that I am getting from .size.width (and height)property.
If an image ...
0
votes
1answer
676 views
how to learn size of absolute panel in gwt
I can set width or height of an AbsolutePanel via setWidth() setHeight() methods, but there are no getWidht() or getHeight() methods. How can I get width or height after setting it?
Thanks in advance
...
0
votes
3answers
2k views
Android project - Define an EditText size
Hi guys I'm trying to set the width of an EditText.
My goal is to set the length of the EditText exactly 1/2 of the total screen.
I wrote this code:
RelativeLayout rl = (RelativeLayout) ...
4
votes
1answer
5k views
How to find android TextView number of characters per line?
So I have a TextView in android that has the width of the whole length of the screen and a padding of dip 5. How can I calculate the number of characters that will fit a single line on the screen? I ...
1
vote
1answer
1k views
Dynamic resize gridview edit template based on size of Item template
I have a GridView that displays data in up to 30 columns. Sometimes this has the effect that the gridview expand to a width that requre a horizontal scrollbar but not always. The length of the data in ...
4
votes
3answers
4k views
Is it really impossible to make a div fit its size to its content?
I'd like to clarify whether it's possible or not to make a div fit its size based on the content's size without having to make elements float or having to make their position absolute. Is it possible?
...
1
vote
4answers
5k views
How to set the width of a Java ComboBox as wide as the JPanel it's in?
I was wondering if there's a way to set a ComboBox' width as wide as the JPanel it's in.
I have the following code-snippet:
public newPanel() {
setLayout(new GridLayout(2,0));
...
1
vote
2answers
193 views
Replace height=“***” stars
I want to replace 'width' and 'height' on my site.
For example:
width="600" height="365"
I want to change the width and height, to
width="712" height="475"
I can do this with.
$replace ...
1
vote
3answers
145 views
adjust width on c++ program
How can i adjust width on the window of a c++ program so when the user runs the program,it will automatically be at the desirable width.
Thanks
0
votes
3answers
166 views
CSS floats and paddings
I have a pretty normal Wordpress Blog, there's main section (static width, floated left) and menu section (aside but used div in example, also static width, floated left).
The point is CSS doesn't ...
1
vote
1answer
269 views
HTML/CSS - shadow image resize
What's the best, most common way of fitting shadow to it's parent?
I want my users to be able to create content (divs, spans etc.) with shadows below, and I don't want them to put width/height of the ...
1
vote
3answers
3k views
How to make multiple Views the same Width?
As part of a larger UI, I have a RelativeLayout with three Views that I would like to have the same width. The three views are "stacked" on top of each other like this
ImageView
TextView
ImageView
...
1
vote
1answer
408 views
WPF - collapsing grid cells
I'm having some problems with the layout of buttons on a screen. There are a number of buttons with the visibility set to collapsed depending on certain criteria.
Anyway, with the buttons sitting in ...
0
votes
2answers
242 views
Getting image width using javascript have problem?
This is the code i got from net to get the image width.
It works great.
<script type="text/javascript">
function CreateDelegate(contextObject, delegateMethod)
{
return function()
...
3
votes
1answer
2k views
Flex 4: Is it possible to have a BorderContainer automatically size to the contents within it?
I have a BorderContainer with several objects inside of it. I want it to fit snugly around its own contents, but it doesn't. It seems the default size of a BorderContainer is 112x112. That is so wierd ...
0
votes
1answer
937 views
YouTube video loaded into Flash MovieClip, can I get width and height?
I'm trying to load a YouTube video on a flash MovieClip using url
http://www.youtube.com/v/4nRNoXT%5FgUc that returns the video with player directly.
the video is loaded and i can manage it with his ...
1
vote
4answers
1k views
How to set DesiredSize.Width of a UIElement?
I need to calculate the Width of each UIElement in a custom panel. If looping over Children:
foreach (UIElement child in Children) { ... }
I can't do child.DesiredSize.Width = myCalculatedWidth; ...
1
vote
1answer
162 views
.net calendar control dimensions under vista
I'm developing a desktop application in Visual Studio 2008, and I've made the delightful discovery that evidently under Vista, the Calendar control is 45 pixels wider than the same control in XP. ...
