Tagged Questions

1
vote
1answer
19 views

Silverlight control layout update in runtime

Hi, I have a silverlight control that has a few element such as: Image, TextBox and a TextBlock. The application shows a list of the same control and the controls are placed in a …
1
vote
1answer
28 views

findViewById() returns null for custom component in layout XML, not for other components

I have a res/layout/main.xml including these elements and others: <some.package.MyCustomView android:id="@+id/foo" (some other params) /> <TextView android:id="@+id/borin …
0
votes
2answers
47 views

Position absolute vs float in XHTML/CSS

Hi, I want to convert a .psd to XHTML and I have a menu bar whith round corners streching all the width of the wrapper, what I did so far was making slices for the ends of the bar …
1
vote
2answers
12 views

Qt QHboxLayout cell size ssues

For those of you who haven't been reading my Qt questoins, I am learning Qt for a project. I have only limited experience with GUI design at all, and not in Qt. I've got a horizon …
1
vote
1answer
15 views

Including a background drawable foobars my layout in Android. Ideas why?

If I don't include a background in my root layout then everything renders as I expect: However, if I add JUST ONE LINE adding in a background then the layout goes completely hay …
0
votes
2answers
21 views

Flex: adding/removing component from HBox.rawChildren causes horizontalAlign to fail?

I have an HBox displaying a series of canvases. I am removing a child of a canvas and adding it to the rawChildren of the containing HBox, so I can position it, and make it appear …
0
votes
4answers
31 views

jquery: auto-size absolute-positioned child div

hi, i'm having the following markup using 2 divs. the #child div has set position:absolute; +------------------------------+ | +----------+ | | | #child | …
1
vote
4answers
114 views

How do I get a 100% height in CSS?

Hello. I'm trying to create a layout for my website and I'm stuck with this. I have a div layer, container, and inside it, two layers: content and sidebar. These divs don't have …
0
votes
1answer
29 views

Android layout issue

So I have a webview I'd like to display as a dialog. I'd like the webview to fill the entire screen, except for a button below it that I'd like to stay at the bottom of the dialog …
0
votes
1answer
20 views

How to customize build-in widgets in Android (menu, notification, spinners etc.)?

Hi I want to customize colour palette in Android widgets. Orange colour is good but it can be done better. Things which I want to do: - override colours in menu after press and …
0
votes
2answers
16 views

unable to resize table beyond certain minimum width

Here is a demo page: http://bridgetandmisha.com/resize%5Fsizes.html# Why am i unable to resize one of the tables to be 400px using this code: $("#countProductSummaryDetailTable" …
0
votes
1answer
22 views

[Android] What does it mean when a parent wraps_content and a child fills_parent?

Taken from the Android documentation about LayoutParams: FILL_PARENT, which means the view wants to be as big as its parent (minus padding) WRAP_CONTENT, which means that …
1
vote
1answer
25 views

Vertically centering a view in Android.

I'm trying to center a View vertically on screen with the following layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com …
1
vote
1answer
30 views

How can the right part of page of Google videos stay still when you search videos on the left

When you use Google Videos, you will notice the right part of the page stays still when you search videos on the left. How is it implemented?
58
votes
16answers
1k views

Are fluid websites worth making anymore?

Hey guys, I'm making a website now and I am trying to decide if I should make it fluid or not. Fixed width websites are much easier to make and also much easier to make them appea …

1 2 3 4 5 38 next
15 30 50 per page