Tagged Questions
The resizable tag has no wiki summary.
7
votes
3answers
1k views
JQuery Draggable and Resizeable over IFrames (Solution)
I recently ran into some troubles using JQuery Draggable and Resizable plugins. Looking for solutions, i found some very fragmented code in many different places and finally filed down to a clean ...
6
votes
8answers
679 views
How can I make a resizable array in Java?
What is the best way to do a resizable array in Java? I tried using Vector, but that shifts all elements over by when when you do an insert, and I need an array that can grow but the elements stay in ...
6
votes
1answer
4k views
Resizable Canvas (JQuery UI)
ANY DOM element can be made resizable according to this page: http://jqueryui.com/demos/resizable/
However, it seems that this doesn't work for the CANVAS element. Possible?
5
votes
4answers
590 views
JFrame resizable height ONLY
JFrame.setResizable(true) lets the user resize both the width and height of a window. Does a method exist which allows the user to ONLY resize the height?
Thanks.
Edit: The solutions below do NOT ...
5
votes
2answers
9k views
Custom Resizable Handles in JQuery UI
I've been attempting to create a resizable textbox (ASP.NET multiline TextBox / HTML textarea) and use JQuery UI to make it resizable, but seem to be running into a few issues involving custom drag ...
4
votes
1answer
302 views
jQuery UI resizable bug(?) in Firefox and IE
I'm building an HR module for a company, using sortable tables with dynamic content. After finishing the project, the client requested to make the tables resizable vertically. I applied jQuery UI ...
4
votes
3answers
617 views
jQuery: stretch text area like Chrome does
Is there a plugin that would allow me to convert plain textarea to a stretchable one, just like Chrome does.
4
votes
2answers
2k views
Create a re-sizable array of CGPoints in objective-c
Hi
I am trying to create a re-sizable array of CGPoints in objective-c. I've have looked into using NSMutableArray however it doesnt seem to allow resizing. Is there something else I can use?
thank ...
3
votes
1answer
243 views
Jquery with droppable draggable and resizable is not working as expected
JQueryUI Draggable inside Droppable with resizable doesn't work. Idea is to be able drag elements which are dragged and dropped to div with resize for dropped elements.
Working code: ...
3
votes
1answer
69 views
JFrame Default size on ubuntu
I use ubuntu 10.04, but have discovered this on other ubuntu distributions as well.
When I start the first JFrame of an application, it won't start in its default size (specified by setSize()), but ...
3
votes
2answers
96 views
Unexpandable Window
While using JFrame, is it possible to have the window unable to be expanded by the user?
2
votes
1answer
49 views
Set main frame not resizable
I want to set my main frame (whole application) not resizable by the user. Can anyone tell me how to do it?
When I set minimum and maximum size in layout design it does not work. I'm still able to ...
2
votes
2answers
201 views
Jquery UI - Resizable: alsoResize not accurate?
Ok I'm not using the 'alsoResize' but I've tested and it behaves the same.
When you resize the main element, the black border from the bottom element 'marquee' often nudges out of line with the ...
2
votes
2answers
144 views
jQuery UI resizable fire window resize event
I have 2 events, one to detect window resize and other to detect the resizable stop of div.
But when I resize the div, in the console detect the window resize event.
Is there any way to block this?
...
2
votes
1answer
219 views
How to make a window like Windows 7 Notifications Flyouts, (WS_THICKFRAME but NOT-RESIZABLE)
I just made a small app here in Delphi 7 that simulates the default system icons, like Volume, Battery, Clock, Network.
I'm trying to follow all Microsoft recomendations here ...
2
votes
1answer
120 views
jQuery resizable problem on rotated elements
I am truing to do a jQuery UI resize on a div that is rotated with 77deg. The result is totally uncontrollable.
To replicate this please:
Go to http://jqueryui.com/demos/resizable/
Click on inspect ...
2
votes
3answers
82 views
HTML and CSS Positioning [closed]
Possible Duplicate:
Text input with z-index inaccessible by click in IE
If you follow this link you can see that i am trying to show a text-box inside a div on top of image which is ...
2
votes
1answer
325 views
jQuery unpleasant Draggable, Resizable interaction
When I resize the first div it causes the next div to jump 'up' the column.
To recreate: top div drag the resize handle.
jQuery
$(function() {
$('.portlet').draggable({ grid: [25, 25] ...
2
votes
1answer
258 views
jquery resizable append image size problem
I have the simple code below which appends an image to #container when button is clicked. The problem is when i first click on the button, image size is not properly appended. But when button is ...
2
votes
3answers
703 views
JQuery UI resizable does not support position: fixed; Any recommendations?
JQuery UI's .resizable function does not support position: fixed; elements. The moment you try to resize them it switches their position attribute to absolute. Any recommended fixes?
I have some chat ...
2
votes
3answers
1k views
jquery dom resizable draggable containment issue
Why is jquery resizable() not resising to full width and height of the containment id assigned to it. You can try it at http://jsfiddle.net/C8YSU/6/ and see what i mean. Try to resize the craeted div, ...
2
votes
2answers
504 views
Jquery Resizable Image size issue
Image size is not automatically detected when using jquery resizable. Both Firefox and IE displays the image much smaller, and chrome show nothing at all. I can't seem to find a direct answer to this ...
2
votes
1answer
267 views
Resizable table columns
Hi I'm developing a web app and am looking for a way to create my own datagrids.
I know that there are lots of fantastic scripts out there with all the bells and whistles, but I need my own specific ...
2
votes
1answer
1k views
JQuery Resize div
I want to add a div on a click and automatically start the resize mouse ui functionality with the mousedown.
I can add the div easily, I have the resize functionality easy. But I can't figure out how ...
2
votes
1answer
603 views
jQuery UI - I want to check if a resize event was triggered on a resizable div
I have two divs $('.list') and $('.content') side by side. $('.list') is resizable using jQuery UI resizable and $('.content') is bound to the alsoResize.
The problem I am having is I need to know ...
2
votes
4answers
2k views
jQuery UI resizable - direction of operation
How can I determine the direction of resize operation? I tried googling that and found a ticket on jquery ui, that said it is fixed. But there is no doc on how to use it.
1
vote
1answer
39 views
jQuery resizable() object does not retract
I don't understand why this doesn't work. I have a div with an iframe inside. I applied jQuery resizable() to the div and set the "alsoResize" option to my iframe. This is how it's implemented:
...
1
vote
2answers
106 views
jQuery: Draggable on Resizable Droppable: Item disappears after dropping
I just googled a lot but couldn't find an answer.
I have a resizable div and want to drop something onto it. It works very well so far. But when I use the clone-helper, the item just disappears when ...
1
vote
4answers
102 views
How can I make an iframe resizable?
We have this group project and I was assigned to make a certain iframe resizable, I've been reading lots of forum since last week and I found out that iframe can't be resizable. Could anyone teach me ...
1
vote
2answers
67 views
How can I make a DOM element's height resizable?
I have a widget in my ui that resides in a fixed location on the right bottom corner of my browser.
I want the user to be able to click on the header portion of the widget and be able to drag it ...
1
vote
1answer
106 views
jquery resizable, get overlapped element when done dragging
I have a table of time slots (a day view of a calendar) 8am - 5pm, one row per hour. I have some events overlayed on top of the timeslot for the particular event. The event is basically an ...
1
vote
2answers
801 views
Adjust the width of 2 divs using jQuery-Resizable
I currently work on the following page:
divResizable has been modified by jQuery using the following code in $().ready()
$("#divResizanle").resizable({ handles: 'e' });
...
1
vote
2answers
272 views
Help: jQuery UI resizable doesn't work properly!
The jQuery UI Demo for the resizable provides a page: http://jqueryui.com/demos/resizable/textarea.html
And I followed that to make a similar page:
<!DOCTYPE html>
<html lang="en">
...
1
vote
2answers
300 views
How to prevent Resizable and Draggable elements from collapsing on each other?
Hey all. I have the following code:
http://jsfiddle.net/g7Cgg/
As you can see, there are 2 simple DIVs that are stacked one above each other. Each of these DIVs are also set to be resizable and ...
1
vote
0answers
97 views
jquery: any non-jqueryui" dialog plugins with iframe/html support?
i've been searching the net for the majority of the night with little success.
my friend and i are after a draggable dialog using jquery and not jquery UI because it feels rather bloated, especially ...
1
vote
3answers
122 views
Scalable site - 50% left 50% right
I have a simple page illustrated on the following link, which is scalable when you resize your browser windwow: http://pastehtml.com/view/1eg346q.html
As it works now, it float's left and when there ...
1
vote
3answers
994 views
How to make a stable two column layout in HTML/CSS
I want a container with two columns. Details:
The container
Width should adjust to 100% of its parent element (easily accomplished).
Height must adjust to contain both columns (i.e. its height ...
1
vote
2answers
1k views
JQuery Resizable Draggable Position Absolute
Take a look at this -> http://jsfiddle.net/Zj23S/1/
I am using resizable and draggable. The problem I am facing is with draggable. I cannot seem to drag outside of the div, probably because I set ...
1
vote
2answers
634 views
Non resizable window with JFace
I how it's possible to setup non resizable window with JFace API. Consider code below that creates application window. I can't find any methods to setup window as not resizable on shell object or ...
1
vote
2answers
423 views
Resize draggable objects background image on resize
This question is related to : Resizable, draggable object in jquery. Possible?
Hello all,
I want to resize the background image of a div on jquery resize. How can I do it?
Thank you
1
vote
3answers
1k views
Resizable, draggable object in jquery. Possible?
I want to have an object which is both resizable and draggable. I'll need:
X
Y
Size
of the object.
Is this possible?
There is an example on http://www.jsfiddle.net/davidThomas/DGbT3/1/ which ...
1
vote
1answer
192 views
mootools Resizable from left, not right
The mootools function makeResizable allows you to specify a handle, which means I can set a handle to the left of the element I want to resize. But the drag operation only allows to pull from the ...
1
vote
4answers
383 views
jquery Change Child Deminsions to match Parents after resize
I have a parent div with a child div inside. The parent div is using jquery Ui resizable. How can i make the child div inherent the parent div dimensions in real time when parent div is resized.
...
1
vote
1answer
357 views
Resizable divs within a div
I need 3 divs which would span across the screen (100%, but that's not the main point) and be able to adjust their widths using mouse. The functionality I am trying to achieve is to be able to shrink ...
1
vote
1answer
3k views
Want to auto-resize jQuery UI.Layout's div width and height when resize the container of them using JQuery UI resizable!
I am going to using jQuery UI.Layout Plug-in with JQuery UI resizable plugin.
the container layout example of JQuery UI layout plugin:
My code struct like this:
html code:
<div ...
1
vote
1answer
222 views
Work around for jQuery draggable and resizeable on image
Trying to apply both draggable and resizeable with jQuery to an image does not work correctly. It will resize but not drag. Are there any known solutions to this?
1
vote
1answer
412 views
jQuery resizable's alsoResize: How can I cut the growth ratio of the inner resize div's?
I've a resizable area the contains two areas that I also want resized side by side. The ratio of growth horizontally is 1:1 for each area, but since the two contained areas are side by side, the sum ...
1
vote
2answers
235 views
How do you create a resizable and resize it in one go? (programmatically starting the resize)
I am trying to create a resizable div at the mouse position and resize it immediately to its desired size.
My failed attempt so far:
http://jsfiddle.net/YKnfR/1/
Any ideas on how to achieve this ...
1
vote
3answers
379 views
jQuery resizable only works on first element
I have a control on my page will contain multiple multi-line text boxes that need to be resizable.
I am attempting to use the jQuery resizable function to accomplish this task. I only need my text ...
1
vote
1answer
212 views
multiple resizables acting strange
I'm trying to place multiple resizable and draggable div's on one page that move (vertically) inside their own parent div.
you can take a look at http://bit.ly/bCutBE
However, these div's act really ...