0
votes
0answers
10 views
Nested Layout for Nested Resources in Rails
I'm currently working with a simple nested layout for a "parent" resource and the standard application layout (similar to the guides example). It all works fine and dandy for this top resource (we'll …
1
vote
3answers
33 views
Hiding Qt widget and keeping widget space
In a simple form I made a few buttons and put a horizontal layout. When mouse leaves the area one of the buttons, the last one, should be hided. Using button->hide() it works, but all the buttons are …
0
votes
1answer
19 views
Zend Layout - A “Smart” layout selector
I currently have Zend setup to look for a layout script in each module's view/scripts/layout.phtml file (ie: /application/modules/moduleName/scripts/layout.phtml). This is by setting layout[] to …
0
votes
2answers
24 views
iPhone UIViewController goes under status bar
I have UIView and UIController view. My is standard 320x460 view. In applicationDidFinishLaunching I do
[window addSubview:[controller view]];
What is weird, UIView goes under the status bar (like …
0
votes
4answers
68 views
HTML layout: Title and Button
I'm to implement a fullscreen layout for a Web app according to custom specs. I've got most of it under control but there's one part I have some trouble with.
To economize on space in an otherwise …
0
votes
1answer
22 views
Make a grid stretch to the width/height of an AccordionItem
I have a couple of Accordions in a Silverlight App I'm writing (even an Accordion inside of an Accordion!) but the layout is driving me insane.
For example, suppose you have a 500x500 Accordion. If …
0
votes
1answer
31 views
Removing custom widget from QVBoxLayout
I've got a QFrame with a QVBoxLayout and I'm adding my own custom widgets to the layout
to simulate a QListWidget but with more information/functionality in the items. I add the widget to the layout …
0
votes
2answers
22 views
[Flex4] have any idea how to set the layout?
hi all:
i want use two button to control list turn left/right one element.
but i got some confuse about how to layout those component.
i use " requestedColumnCount="6" " to set the list width , …
5
votes
6answers
154 views
What is an algorithm to return free space in blocks of largest possible rectangles?
Algorithm
Consider this layout:
+-------------+
| |
| |
| +--+ |
| |##| |
| |##| |
| +--+------+
| |######|
| |######|
+------+------+
The …
1
vote
2answers
22 views
Flowing box layout with different height
Hi
I'm working on a site using MVC 1.0 (but will soon upgrade to 2.0).
The site has a top header and a number of boxes (UL elements) containing information beneath.
I would like to use the browsers …
0
votes
4answers
45 views
only JLabel not showing up…
I am writting a simple application which has a button that opens a new window then display a simple GUI/Text to acccept inputs from a user. but for some reason, I can get JLabel to be displayed on …
1
vote
1answer
26 views
How to define stroke around background rectangle of textblock in WPF?
I would like to have some text to be inside a rectangle with stroke around this rectangle (just like property "Stroke" of the object "Rectangle" itself). But I didn't manage to find a property of the …
0
votes
1answer
38 views
How to group Widgets in my Qt app?
Easy question (I hope!). This is my first Qt app and I'm struggling with how to have groups of elements on my Gui.
I need about 8 standard QWidgets (labels, edits, buttons) for each File object, …
3
votes
10answers
175 views
Bought web design - table structure or CSS layout?
Hi guys,
I tried a new web designer for one of my projects. After many tries he build a really nice design for my webpage and sent me the files. Now I wondered a much, because he only slice it in …
0
votes
2answers
44 views
How to solve this layout dilemma: Header, Content and Footer which expands their background color horizontaly (but at the same time have centered content)?
I created a layout were eveything is centered (with the "margin="0 auto" technique). I also wanted the header and footer to be black and expand to both sides when the browser enlarge to the sides. If …
