The property which determines the size of an object in X-axis
3
votes
0answers
73 views
Horizontal progress bar width in actionbar
I'm displaying an horizontal progress bar in my action bar.
My problem is the progress bar width is not the action bar width, but smaller (but centered). Is that a normal behavior? How can I give it ...
3
votes
0answers
70 views
programmatically changing the width of DockWindow
everyone!
I have the following code:
var hWindow1 = new HostWindow(new Control() {Dock= DockStyle.Fill}, DockType.ToolWindow);
radDock1.DockWindow(hWindow1, DockPosition.Left);
...
3
votes
0answers
95 views
ipad is showing my site at full height and not 980 full width
I have created a site and it works fine on all the major browsers unfortunately when viewed on a mobile device it is viewed at full height so the width of the site changes per page and I have an ...
2
votes
0answers
93 views
Appwidget Maximum Width that fits all screen sizes
I am currently developing an appwidget and unfortunately it does not fits in phone with bigger screen sizes. How can I ensure that the appwidget has full width for all types of phones?
At first I ...
2
votes
0answers
164 views
How to get whole dimensions of a scrollview to know how much I have to scroll
I'm trying to determine wether or not I have to scroll (and how much) my tabs to show others if they are uncomplete. To achieve so I need to know how much my TabHost (inside a HorizontalScrollView) is ...
2
votes
0answers
257 views
My tidy narrow spinner expands to the ugly plain screen, when activated (continued)
As I am now allowed to post images, so I accomplish my question by images and code.
My 5 spinners, as seen on the first screenshot, represent only short numbers. There is no problem to form their ...
2
votes
0answers
435 views
android:textview adjusts itself to wrong layout_width
<TextView
android:layout_height="wrap_content"
android:id="@+id/LineNumberTextView"
android:hint="Number"
android:textSize="15sp"
android:layout_width="wrap_content"
...
1
vote
0answers
34 views
OpenGl glut textures doesnt draw
I am developing a project using GLUT, and when i want to use GlTexture, to add a texture, it only works if the height and width are base 2(2^n, ex: 128-64,256-256...). Someone here experienced the ...
1
vote
0answers
64 views
Fluid Width Images within javascript
On my page here, I'd like to make the images in the middle section sliders, e.g. 'Featured Brentwood Restaurants', fluid width.
Also make the li margins fluid which are currently calculated ...
1
vote
0answers
32 views
best-in-place extra width kills layout
I am using the best-in-place rails gem to handle inline-editing.
as you can see in this example, an input element pops up as soon as you click on a best-in-place text: ...
1
vote
0answers
16 views
iPad 3 set auto-width on webpage
I am creating a website. The width of my page is too wide, that means I have to scroll to the side. On the page there is no element with fixed width, so why do I still have to scroll sidewards? I ...
1
vote
0answers
102 views
Jquery .width() results are different in Firefox and Chrome
I am trying to measure the width of a string. To do this I create a div width the string as value, add it do the DOM and measure the width using Jquery's .width().
The problem is that I get different ...
1
vote
0answers
345 views
AdMob : Can't get the viewWidth after the first layout
I add AdMob by canvas :
public void drawAddMob(final Activity a){
a.runOnUiThread(new Runnable(){
public void run(){
LinearLayout ll = new LinearLayout(a);
ll.setLayoutParams(new ...
1
vote
0answers
65 views
Appcelerator Label width and height determination
I'm developing mobile application at Appcelerator Titanium. I'm creating few labels with text and i need to determine width of labels before creating them. I know everything about they params (text, ...
1
vote
0answers
57 views
InlineShape.Width not working on first run
I'm trying to resize pictures in a Word document using VBA. The code works fine, but only the second time it is run. It also works if you interrupt it and then step through it. Can someone comment on ...
1
vote
0answers
49 views
AutoCompleteExtender list width not working
I have a custom control with AutoCompleteExtender and i used the "onListPopulated" to set the list width. Im using more than one ref for this custom control in my page. My Problem is :
the width is ...
1
vote
0answers
60 views
Width of tabbed pane
How can I set a full width for a tabbed pane? I've tried working with the following code:
UIDefaults def = UIManager.getLookAndFeelDefaults();
def.put( "TabbedPane.tabInsets", new Insets(0, 0, 0, ...
1
vote
0answers
74 views
Twitter Bootstrap relative width
I have two column (A and B) and i would make them dependent on the content - images (1,2,3).
For example, when 3 pictures - then First Column - 30% width, Second - 70%,
When 2 pics - 20%/80%
When 1 ...
1
vote
0answers
125 views
My fprintf isn't working
So I have a program which reads pixels from a picture file, stores the data in a 3d array, then reoutputs the data with black and white pixels, and then reoutputs with the pixels rotated 90 degrees.
...
1
vote
0answers
177 views
iFrame ignores width attribute
I check the User Agent with JavaScript and depending on which i want to change the width of the iframe. The iframe is loaded, but on the iPhone the width attribute is ignored.
I have experimented ...
1
vote
0answers
115 views
how to limit the jquery mobile content and button width?
Try to limit the width of the buttons and content to no avail. Tried for 1 hour all the classes nothing seems to work..
I mean the space between the white buttons on the left and right side, towards ...
1
vote
0answers
303 views
Social button with expanding hover (flipped horizontally)
I've got an animated twitter button, made with css. But I want this effect to be flipped horizontally; the text left and the icon right. And the expanding hover effect to go from right to left. I have ...
1
vote
0answers
134 views
Binding to a ListView's ViewportWidth
I am using an IMultiValueConverter to bind the Width of a ListView column so that it fills up all the remaining space.
I am binding to the ListView's ActualWidth, and thus this also includes the ...
1
vote
0answers
122 views
JQuery image resizing - stop resizing below certain width
I am trying to create a function that will fit my image to the height of the window, but when the window drops below a certain size to stop that from happening.
I have the image scaling correctly to ...
1
vote
0answers
280 views
Android Bitmap.createBitmap returns negative mHeight
Modifying the Snake example to another game, added a lot of stuff. An exception was created from the bitmap class. So I debug the original Snake which works fine, but found that in TileView there is ...
1
vote
0answers
127 views
qTip Dynamic Width
I am currently using qTip jQuery plugin in combination with Full Calendar. Both of these works great. However, I am currently stuck at an issue.
Sometimes, my qTip content has to much data. This ...
1
vote
0answers
129 views
IE7 issue with DIV, child div width taken from parent
IE7 issue with DIV, child div width taken from parent! It works fine in IE9 but IE7 shows child divs stacked vertically and 100% width of parent div. IE9 shows child divs stacking horizontally first, ...
1
vote
0answers
407 views
li width resize from height?
I am making a site that has an inline-block list of one or more images.
The images should resize based on the containing div and should but side by side perfectly.
The images are sitting inside a list ...
1
vote
0answers
130 views
Margin off in Ipad on specific div
I have gotten everything centered and with a full width on the ipad EXCEPT for the main Nav bar and the rotating banner. Try as I might the coding works for everything except these.
Website is: ...
1
vote
0answers
432 views
Altering meta viewport tag
I need to alter the meta viewport tag dependent upon the width of the visual viewport. I know HOW to do it but it's not working, I think it's because the site is running that bit of JS too late for it ...
1
vote
0answers
36 views
Frames Not Adhering to Set Size
Just doing a small PHP assignment in which I am making use of frames to set apart a user interface.
The frames themselves are working fine, however the three columns I have defined as 150,700,200 ...
1
vote
0answers
139 views
View.getWidth returns 2 different values randomly
I'm showing a PopupWindow near an item of a ListView. To do so I'm calling a showPopup method in my listView.setOnItemClickListener().
The idea is to show some subcategories in the popup using the ...
1
vote
0answers
322 views
Change tab stop width in source code
Can anybody please explain to me a way to change the length of a tab stop when viewing source code in Opera, Firefox, and/or Chrome? I've searched and searched for a way to modify the standard 8 ...
1
vote
0answers
179 views
Mapview invalidate exception in listview
when init the mapview the mapview can show some of the points in map.
when scroll the list the mapview will show all of the points in map.
can anyone tell me how to make the mapview show all of the ...
1
vote
0answers
215 views
flex/air mobile screenWidth 320px?
How can I get the correct width of a component? For Example, I put a Spark Image Component x:0; y:0; w:100%; height:100%; in my view.
The debugger shows image.width to be 320px .... But my Phone has ...
1
vote
0answers
192 views
Chrome and Opera bug when resizing window while using percentage widths and inner paddings
So I'm using the nifty box-sizing css parameter so I can have a row of 6 elements each sized 16% line up with a row of 3 elements each sized 32% with inner paddings of 1px.
In Firefox and IE it looks ...
1
vote
0answers
121 views
How to set a percent as width of an image in Jquery (black and white plugin)
I'm using this plugin: http://plugins.jquery.com/project/BlackAndWhite
But I can't seem to figure out how to set the width of the images in percent.
Here's the thing. On the original (colored) ...
1
vote
0answers
134 views
Windows Phone - equal column width
I have the same problem as discripted in this question:
Creating a table with Silverlight for Windows Phone 7
afaik there is no SharedSizeGroup in Silverlight for Windows Phone!
Is there an other ...
1
vote
0answers
1k views
Width in % in Google Chrome
I have problem with Google Chrome (not Firefox, IE, Opera or Safari).
When i set width as percentage Chrome from time to time make the divs 1 or 2 pexels to wide.
Any ideas or is this a known ...
1
vote
0answers
469 views
jQuery outerWidth on a parent element which has child elements with padding
I have a slight issue, i am trying to get the outer width of a table cell. The table cell has some inputs as child elements, in this case a textbox and an image.
The width of the image is 16px and ...
0
votes
0answers
11 views
Face book comment box stretches in iPad and iPhone
I have used the facebook generated code to add a comment box at the bottom of my page.
it works great on the MAC but when you go to use it on the ipad or iphone the comment box stretches the width ...
0
votes
0answers
8 views
Specific website How to make 2 divs stay side by side adjusting to screen size
The last week I've been searching through some similar questions and answers and other websites and still wasn't able to do what I want on a website that I'm developping... My last hope is you!
I'll ...
0
votes
0answers
18 views
why does chrome with iis express measure wrong width of page
i have this simple html:
<html>
<head>
<title>Code: NewYork</title>
</head>
<body data-ng-app="us">
<input type="text" />
</body>
</html>
...
0
votes
0answers
9 views
CSS3; keep caption width the same as the image
I'd like to have the caption text stay the same width as the image (without setting one fixed width). I've tried playing around with , etc., but that's even harder to control.
Here's a sample of ...
0
votes
0answers
12 views
Android- Set width to View in tablelayout
I want to set width and height to rows in xml.
This is my code:
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
...
0
votes
0answers
22 views
WP8 Panorama Width
I am developing a book reading application. I have used panorama control to present pages in book. Panorama control shows some little piece from the next panorama as you can see from this link:
...
0
votes
0answers
20 views
Javascript: set image class based on width executes only after reload
I'm making an image heavy website, so I've written a function that dynamically creates the anchor and image tags with their corresponding attributes, so I don't have to manually enter in all the ...
0
votes
0answers
20 views
jQuery change in width() between 1.7.2 and 1.8.0 where it now returns 0 in this situation?
I have a test website where calls to width() return a non-zero value as expected in jQuery 1.7.2 and earlier, but in newer versions (1.8.0 and later), the function is returning zero.
The problem lies ...
0
votes
0answers
42 views
WPF Datagrid Column Width Issue
I have columns in a DataGrid that are being set by an ObservableCollection that is the type of a simple data object that I created. The first column has a width set to "Auto" and the second column as ...
0
votes
0answers
11 views
iOS/safari different widths on pages with the same css
I have a site built with joomla CMS, everything looks fine in most browsers except for safari on ios (mobile) units. The problem is that the pages get zoomed so a bit of the menu dissappears, this ...

