Issues relating to the resizing of controls, windows, forms or screens.
-1
votes
0answers
20 views
Responsive slider with previous/next controls, containing images of various widths
I'm building this carousel which has a fixed starting width of 940px. The width of the carousel will change using media queries as the whole width of the page will also change on specific ...
-2
votes
1answer
8 views
how to resize the youtube video player
On my page http://airbac.nl/airbac-de-beste-rugzak/ i put a youtube link which gave me a perfect format of the video player. Now i try to put a new link on another page ...
0
votes
0answers
13 views
IOError: cannot identify image file (Python and PIL)
Im have this simple code snippet to re-size and image using PIL but i can get it to work this question has been asked before but none of them explain why my example wont work
Here is my snippet:
...
1
vote
1answer
35 views
Html/Css resize and crop as browser size changes
I'm doing a project recently and thanks to a friendly tutorial, I managed to find the following code.
CSS
html {
background: url(images/bg.jpg) no-repeat center center fixed;
...
0
votes
2answers
23 views
Adding onResizeListener to JButton
I have a window(JFrame) which contains special types of JButtons (my own class of buttons which extend JButton). That window suppose to resize itself when the button size is changing(in example when I ...
0
votes
0answers
11 views
iFrame rescale issue on iPad
If have an element DIV that contains a iframe , when i rescale the DIV , the iframe inside follows that , in all browsers except iPad where it seems rescaling chaotically.
the Main html :
<div ...
0
votes
0answers
6 views
How to resize image after shuffle it to tileview
private Bitmap createScaledBitmap(Uri uri) throws FileNotFoundException, IOException {
InputStream ins = getContentResolver().openInputStream(uri);
DisplayMetrics metrics = new ...
0
votes
1answer
18 views
How do I get the navigation layout to stay the same and not overlap when resizing the screen?
When I resize my page the items in my navigation bar overlap and get distorted. I want to either keep the layout how it is and stay still, or resize while keeping everything in order without ...
0
votes
1answer
35 views
How can I fix this resize function?
I'm learning data structure. I need to create a resize function for a hash table (chaining/buckets). My code compiles, but the table size never changed. Can someone take a look and give me some ...
0
votes
1answer
40 views
Bootstrap doesn't support window resizing
I am using bootstrap in my project but when I resize the window my template commix completely.My navbar would explode and some part of my page is not shown and...
Every thing is wrong...
And when I ...
0
votes
0answers
4 views
Making grid items the same height…after rating data populates
I'm currently workign on a grid page. Each item has a border around it so it is important that they are the same height; otherwise, it looks really mess. I am using this script:
...
0
votes
0answers
19 views
Horizontally Scrollable HTML table with resizing
I have the html table like this:
<div id="wrapper">
<table>
<tr>
<td>
<div class="gridTableSeparator"></div>
...
0
votes
3answers
27 views
Get window size continuously using jQuery
I do i get the windows size with jquery?
winWidth = $(window).width();
$("#status").text(winWidth);
I have inserted this, but i get only once. if i reduce the window, the value is the same. There ...
0
votes
2answers
25 views
UIView Animation does not actually set new values?
I'm having a problem with UI animations.
I have a uiview: theView.
I animate theView to move to some random position on the mainView. It moves from point A to point B and changes its scale from 1.0 ...
0
votes
1answer
14 views
Relative re-sizing of QTableWidget's columns
I am using a QTableWidget with 4-5 columns in a dialog. The dialog is resizable, I want table widget columns to resize according to dialog size i.e. if I increase dialog width, columns which are ...
2
votes
0answers
21 views
UIBarButtonItems' customView doesn't animate with resizing
I'm trying to add a simple animation when I resize the UISearchBar from the leftBarButtonItem.
For some reason, the resize doesn't animate, although the searchBar's size is modified. However, if I try ...
-1
votes
0answers
18 views
¿Why do I get different coordinates on a resized canvas?
Well, I have a problem with canvas.
I use jquery to resize the canvas element and its contents don't lose their original coordinates. When the canvas is running and context is painting I use a jquery ...
0
votes
0answers
15 views
rotation and scaling and move using multi touch in android
i want to rotate and scale and move the image on multi touch event, it seems to be working, but it's not working perfectly. I really want to fix my wrong code up, so please help me. my code is there
...
-1
votes
2answers
25 views
PHP - Batch picture resize script to work with subfolders [closed]
I picked up following script to batch resize picture on my server. Worked great, but now i need it for a folder with pictures in subfolder. And i'm not very firm with this.
...
0
votes
1answer
29 views
Make a Java JLabel Icon Resizeable
How does one resize an image that will be placed in a JLabel?
ImageIcon icon = ImageIcon("img.gif");
JLabel label = new JLabel(icon);
0
votes
0answers
16 views
Resizing a Jpanel inside a Jframe at the same time
I currently have a componentlistener on my jframe that repaints the jpanel when the window is resized, but only once the user lets go of the mouse. How can I alter my code so the panel will update at ...
0
votes
2answers
38 views
Retina 4 inch app, to also work on 3.5
I see some people asking how to get their 3.5-inch apps to support a 4-inch display. I'm asking the opposite. I originally built this app to work on the iPhone (4-inch) and iPad, but I also want it to ...
0
votes
0answers
16 views
How adjust scale of a table in a container on Html?
I have a problem to automatically adjust a table in a div if the user adds collones or lines in the matrix. Even if its size exceeds, I wish he still full in my "container div" by setting a smaller ...
1
vote
3answers
29 views
How to make point where divs stop shrinking with browser size
There are a lot of dynamically designed websites out there where there divs or images shrink as the browser size decreases.
An example of this would be http://en.wikipedia.org/wiki/Main_Page
The div ...
0
votes
1answer
26 views
jQuery Mobile navbar not scaling to correct size
I'm trying jQuery's example on navbars but it's not working as intended.
When loading it on my notebook, navbar size is perfect.
When I try it on my phone, the buttons are cropped.
Here's the simple ...
0
votes
1answer
17 views
Zend for picture uploads needing to resize images
So, I am using Zend to handle my image uploads. This script works well, but I was wondering if there is a way to resize the image that is being uploaded no matter what the current size is. I've seen 2 ...
0
votes
3answers
32 views
jQuery - call function when animate
Is it possible to call some function in .animate event? I have to call resize() function for every resize event on some div.
For an example, I call function on window resize event:
...
0
votes
1answer
46 views
Scaling the TRotLayer
I'm working on graphics32. And I'm using the given component from its examples, the TRotLayer. Basing on the example (Examples/Layers/RotLayer_Ex), the created RotLayer only scales together with the ...
1
vote
0answers
54 views
Combining rotating and scaling functions of Graphics32 components
Good day. I wanted to incorporate two functions to manipulate a bitmap image. I wanted to rotate and scale the same image. What I did was to use one of the given examples, the TRotLayer. My plan was ...
2
votes
1answer
30 views
How to dynamically resize UITableViewCell based on UITableView scrolling?
I have tried looking for an answer to this question but so far I haven't got any luck.
Context
I have a UITableView inside a standard UIViewController (NOT a UITableViewController..). I have ...
1
vote
1answer
26 views
Embedded youtube video restarts on resize
I have a Youtube video embedded on my site, and when the iframe that it is embedded in gets resized, the Youtube video restarts. Is this the expected behaviour? Is there any way around it? I have been ...
0
votes
1answer
36 views
Text on Image stays in place despite image resizing
I made a quick web design which has three images.
As the browser size decreases, so do the pictures, so they all stay in visible sight.
Now I tried to put text over those images, but the text moves ...
0
votes
1answer
51 views
How to assign pointer of an “array of object” (C++)
I am a beginner in C++ that confused over dynamic array. I found a way to do it in this site, but I can't seem to make it work for "array of object" in an object. It always break when I read the Rec ...
1
vote
2answers
18 views
AS3 (flash) Website resizing jittering/lag
Hi i am new to the forums and i'm looking for some help with a current project.
i am basically making a website called www.noised.co.uk, feel free to take a look to see what my problem is and don't ...
2
votes
1answer
53 views
resize html table TDs with javascript
I have this html table:
<table>
<tr>
<td id="c0">bla</td>
<td class="Resizor" id="c01" onmousedown="setPosition(event);" ...
0
votes
1answer
20 views
How do I make add_image_size thumbnails percentages in php?
In my theme-functions.php file, I have
add_image_size('ad-medium', $width = 250, $height = 250, true );
This determines the size that Wordpress creates 'ad-medium' thumbnails. Any changes to this ...
-1
votes
0answers
13 views
bootstrap resize just some elements every pixel when window is resizing pixel per pixel
I don't know why bootstrap resize all the elements every two pixels (some elements at the first pixel and the other at the second). You can see that resizing horizontally the navigation window pixel ...
1
vote
0answers
27 views
What should be the timeout for window resize dragging?
I have this code that fires when the user has probably stopped resizing the window (by dragging). It uses a 100ms timeout to not fire at every single window resize event. I'd like to find the balance ...
0
votes
0answers
21 views
jQueryUI - custom handle not working
I know there's a few questions on this, but from what I can see I am doing it correctly. Alas, no joy.
//create and append custom resize (SE) handle
asset.append($('<button />', {text: ...
0
votes
1answer
37 views
using php to resize images from url before saving to server [duplicate]
i'm trying to resize an image and save it to my server. i figured out how to save the image from a URL, but then I want to resize the image and save it in the exact same location. this is the script ...
0
votes
3answers
39 views
Resizing images to fit smaller browsers
I've been searching the questions here for weeks and haven't found an answer to this, so here it goes:
I created a fairly large image (800x1000px) to be displayed in the center of my site. I made it ...
0
votes
1answer
38 views
C# WPF Move the window
I have added the following parameters to my Window:
WindowStyle="None"
WindowStartupLocation="CenterScreen"
AllowsTransparency="True"
ResizeMode="NoResize" Background="Transparent"
And now I ...
1
vote
1answer
38 views
Image Resize Proportion Calculations
I am resizing image using jQuery. This time I am simply resizing it but I want to resize it on the basis of Proportion also. When Checkbox is checked then resizing is done on the basis of proportion.
...
0
votes
0answers
51 views
After killing the process for TabletKeyboard(TabTip.exe) application doesn't bring back to its original size in wpf
I have a wpf application which runs on the windows 8 tablet . And in order to bring the keyboard for typing when the focus is on any TextBox.
I am invoking the process TabTip.exe to show the ...
0
votes
1answer
43 views
Custom grid resize in WPF grid
I am using this DataGrid (which is nothing more than a DataGrid with more stuff). I would like to be able to resize vertically the size of the grid, not the size of its rows or columns. In the image I ...
1
vote
2answers
31 views
Fire resize event once on size down and once on size up
So I have a function I want to fire ONCE when the browser is resized down to a certain point.
largeWindow = window.matchMedia( 'screen and (min-width: 650px)' );
jQuery( window ).on('resize', ...
2
votes
1answer
30 views
JPanel does not appear in window unless I resize the window
I am new to GUI in java, and have been using this video to learn. When I run the program, the window is blank until I resize it.
public class GUIProgram extends JFrame
{
int screenWidth = ...
0
votes
1answer
18 views
Resize logo on mobile when using Twitter Bootstrap
I am working on a website that has a log size of 320x150 and looks really well on a resolution bigger than 600px, but if it`s lower it starts stacking up.
How can edit bootstrap to use a smaller logo ...
0
votes
1answer
26 views
How to resize Facebook Profile Picture by height on Xcode?
How do I resize Facebook avatar with WIDTH: AUTO & HEIGHT: x amount ? Code below works but when the avatar is wider, it appears that the image is cramped.
/**
* Update avatar
*/
- (void) ...
1
vote
1answer
48 views
How to stop grid from collapsing in on itself when browser window is resized?
I'm creating a website to showcase some of my work and I've run into a problem with the grid collapsing when I resize the browser window to a smaller size.
I'm still very much a noob at coding since ...


