1
vote
2answers
519 views
ExtJs Combobox Resize Problem on IE6
A Combobox in the following constellation (extremely pruned code) has problems resizing in IE6. A little debugging revealed that it doesn't receive an event when trying to shrink t …
0
votes
1answer
15 views
Tile inside Accordion does not resize correctly
In a Flex application I'm building I have an Accordion with a Tile component as shown:
<mx:Accordion id="accordionShoppingBasket" width="100%" resizeToContent="true">
<m …
0
votes
0answers
7 views
Whats wrong with IE7 Image scaling Width to 100%? Fine in IE8
IE7 does not resize the images properly with CSS
My page looks perfectly fine in FF and IE8 - exactly like it should. But for some reason on IE7 it does no properly resize the ima …
0
votes
1answer
131 views
How do I resize a div automatically to the size of its contents when the contents of the div have changed?
Hi all,
At the moment, I have this DIV with a registration form centered over the page. The contents of the DIV come from an ascx-page. This is done nicely.
Now, if the user tries …
0
votes
0answers
12 views
Truncating a placeholder and appending 3 dots (…)
I have a requirement to add serveral images to an asp:placeholder control on a webpage. The added images are displayed one after the other across the page. However if the browser …
1
vote
2answers
1k views
WPF: How to make canvas auto-resize?
I would like my canvas to automatically resize to the size of its items, so that the ScrollViewer scroll bars have the correct range. Can this be done in XAML?
<ScrollViewer Ho …
2
votes
2answers
85 views
Resizing an image
The code below works very well for resizing an image by aspect ratio by height and I can also create a separate function by width. But i'm not always sure if an image will need to …
1
vote
4answers
48 views
Filter Hidden Files with Bash (for Batch Image Resize Script)
I'm writing a script to batch resize images. Originally I was applying an operation for file in $(ls $1), but I would like to be able to use globbing, so I'm looking at something m …
0
votes
3answers
33 views
Modify the main screen so that all controls resize Proportionally when the form is resized
Hi All
I need help in acomplishing this in wpf :
"Modify the main screen so that all controls resize Proportionally when the form is resized"
Thanks
Marius
0
votes
0answers
27 views
C# datagrid: event handler for changing column width
Hi,
I'm programming a windows mobile app in C# and I need to resize the columns of a datagrid when columns from another datagrid are resized.
Is this possible ?
Thanks.
1
vote
4answers
63 views
Image Resizing Performance: System.Drawing vs System.Windows.Media
I've got a situation where I need to resize a large number of images. These images are stored as .jpg files on the file system currently, but I expect to just have byte[] in memory …
0
votes
2answers
443 views
Java 2D Image resize ignoring bicubic/bilinear interpolation rendering hints (OS X + linux)
I'm trying to create thumbnails for uploaded images in a JRuby/Rails app using the Image Voodoo plugin - the problem is the resized thumbnails look like... ass.
It seems that the …
0
votes
6answers
104 views
How do I prevent my div layers from overlapping when the browser is resized?
I've just spent the last few weeks learning how to properly design a layout. I basically thought I had everything perfect with my website layout and was ready to go about transfer …
0
votes
1answer
17 views
jquery resizable cursor is not stying with margin auto
I have a problem with the jquery resizable plugin. I have troubleshot the issue and have come up with this. If I create a div and make it resizable and make it also have an alsoRes …
0
votes
5answers
76 views
PHP Memory Limit 25MB Exhausted - File Upload/Crop/Resize
I'm using a single image upload/crop/resize script for files up to 10MB.
When testing, I set php_ini memory limit to 25M and that is exhausted when uploading a file only about 1 …
