Tagged Questions

4
votes
6answers
1k views

CSS: How to scale entire web page with CSS?

Using Firefox, you can enlarge an entire web page by simply pressing CTRL+. What this does is proportionally enlarge the entire web page (fonts, images, etc). How can I replicate the same …
3
votes
3answers
107 views

What is the mechanism that keeps various sections on page from being repositioned when browser resizes

In this web site when you shrink the browser window the white space on the left and right disapear first, following by the shrinking of the right panel, followed by the main container panel. I have …
3
votes
8answers
204 views

How should I change this declaration?

I have been given a header with the following declaration: //The index of 1 is used to make sure this is an array. MyObject objs[1]; However, I need to make this array dynamically sized one the …
2
votes
2answers
80 views

How does WPF solve cyclic dependent sizing?

I'm trying to figure out how come WPF doesn't go crazy when I set a window to resize to its content and then set its content to take all the available space... Any idea?
2
votes
5answers
2k views

WPF: Setting the Width (and Height) as a Percentage Value

Say I want a TextBlock to have its Width equal to it's Parent container's Width (ie, stretch from side to side) or a percentage of it's Parent Container Width, how can I accomplish this in XAML …
2
votes
4answers
415 views

Looking for Recommendation on Windows Forms .Net Resizing Component

By default windows forms resize logic is limited--anchoring and docking. In the past I've rolled my own custom resize logic when required. However, I'm getting started on a project that has a large …
2
votes
3answers
2k views

JQuery tablesorter + resizing column widths

I'm looking for a JQuery plugin for resizing table columns that works with tablesorter. Any recommendations?
2
votes
4answers
1k views

javascript resize event firing multiple times while dragging the resize handle

I was hoping this jQuery plug-in would work, but it didn't http://noteslog.com/post/how-to-fix-the-resize-event-in-ie I added a comment to his site, but they're moderated, so you might not see it …
2
votes
5answers
528 views

How do I resize pngs with transparency in PHP?

I'm attempting to resize pngs with transparent backgrounds in PHP and the code samples I've found online don't work for me. Here's the code I'm using, advice will be much appreciated! $this->image …
2
votes
9answers
4k views

ASP.NET Image uploading with Resizing

I have an aspx page which will upload images to server harddisk from client pc But now i need to change my program in such a way that it would allow me to resize the image while uploading. Does …
2
votes
1answer
517 views

Resize a JPanel in line with a JDialog

Hi, I've got a JDialog which contains a series of JPanels in a CardLayout. Some of these panels contain JTables which I would like to be resized in line with any resizing of the JDialog. I am not …
2
votes
2answers
350 views

How to perform seam carving on an image using PHP’s GD library?

I am working on a project that resizes images using PHP's GD library. I would like to be able to add the option to use seam carving to resize images but don't want to require something like …
2
votes
3answers
695 views

How do I resize my panels when resizing the main form in a winforms application?

If the user of my winforms application resizes the main form, I want the 2 panels to stretch out also, along with the child controls. How can I achieve this?
1
vote
2answers
74 views

How do you prevent a user from resizing the column width of a clistctrl (report view)?

How do you prevent a user from resizing the column width of a clistctrl (report view)?
1
vote
2answers
129 views

How to get rid of the empty space in the right part of DBGrid Delphi

Although the question seems simple, I couldn't find the answer to it. I have a DBGrid component with lots of columns, and as a result they don't fit into the page and scrollbar appears. I also have …

1 2 3 4 next
15 30 50 per page