Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
266 views

Lower the frequency of Javascript event polling

How do you lower the frequency of javascript event polling? The events I'm concerned about are onResize and onScroll. These events may be triggered dozens of times per second when someone resizes ...
4
votes
4answers
202 views

Delphi - how might I find out the source of long delays on resizing the main form? (solved)

I have a D2006 app that contains a page control and various grids, etc on the tabs. When I resize the main form (which ripples through and resizes just about everything on the form that is aligned to ...
4
votes
5answers
16k views

Javascript onresize event

If I have this window.onresize = function() { alert('resized!!'); }; My function gets fired multiple times throughout the resize, but I want to capture the completion of the resize. This is in ...
4
votes
3answers
476 views

Under what conditions will a TForm fire OnResize on show?

As an extension of this question: TForm.OnResize is sometimes fired before a form is first shown, but not always. For example, if BorderStyle is either bsDialog or bsNone, then OnResize will not ...
3
votes
1answer
402 views

Will a Delphi form always fire OnResize when it's shown?

If I create a new Delphi form, hook its OnResize event, and run the app, OnResize is fired before the window is shown. What I don't know is whether this will always happen, for any window. (For ...
2
votes
1answer
175 views

Fire event on Opera Mobile browser for orientation change

How can I fire an event when orientation is changed on a mobile device. onresize works fine on iPod Touch but not on mobile device using Opera mobile as browser. Any help on how to fire event on ...
2
votes
1answer
619 views

iFrame onresize in safari

The onresize function doesn't seem to run in Safari (3.03 beta windows edition) when an iFrame is resized by its parent. Is this a known bug, and is there any way to get around it besides a ...
1
vote
2answers
59 views

get current width after resize / setTimeout

i am trying to get the new browser width after resizing. i have tried all..bind, live, resize, now setTimeout. i am not good at jquery but i can understand some. i hoped someone here might give a ...
1
vote
1answer
60 views

Is there a resize event for screen in Windows

I have a simple app that changes numlock state when I'm connected to a docking station. The problem is I don't know how to detect when a second monitor is connected (and disconnected) so that I only ...
1
vote
0answers
572 views

Flash Player goes black when resizing in Chrome (Mac)

I've noticed what appears to be a bug with Google Chrome and Flash when resizing on a Mac. I have an SWF file embedded on my page and it will resize when the browser window resizes. Crazy things ...
1
vote
1answer
232 views

onResize event with class object

Here's is my code: type TNav = class(TPanel) private procedure CMMouseEnter(var AMsg: TMessage); message CM_MOUSEENTER; procedure CMMouseLeave(var AMsg: TMessage); message CM_MOUSELEAVE; public ...
1
vote
1answer
214 views

Form.OnResize triggered during InitializeComponent()

I have the same UI code running on my XP English machine and on XP Japanese machine. For some reason - the behavior is different between those two machines: On the Japanese machine the OnResize event ...
1
vote
4answers
577 views

How to implement the OnResizeEnd Event for TFrame?

in the middle of the application is a frame. After resizing i need to rearrange controls on this panel (doing this in the resizing event is too busy). Its more useful if this can be done once after ...
1
vote
4answers
3k views

Body onresize event does not fire in IE7 when page is part of a frameset and resized vertically

I have a simple frameset with two frames vertically, i.e. two rows: First row contains a fixed header. Second row contains a fixed toolbar at the top and a resizable are at the bottom. Due to ...
1
vote
1answer
5k views

resize the jqgrid width while browser resizing

Hi i have a problem in my jqgrid when i am clicking the pane the grid size is not resizing .how to resize it ?.
1
vote
3answers
400 views

Why is the resize event constantly firing when I assign it a handler with a timeout?

I assigned a timeout to my window.resize handler so that I wouldn't call my sizable amount resize code every time the resize event fires. My code looks like this: <script> function init() { ...
1
vote
3answers
2k views

Call onresize from ASP.NET content page

I have a JavaScript method that I need to run on one of my pages, in particular, the onresize event. However, I don't see how I can set that event from my content page. I wish I could just put it ...
0
votes
1answer
26 views

Reapply or adjust jCarouselLite on resize window

I'm trying to readjust, or destroy and reapply the jCarouselLite plugin when resizing the window, but I have no success, this is because I created an website where each page is a 'li' where, when ...
0
votes
1answer
48 views

How to execute code before Masonry resizes

I'm using Masonry for layout. When the browser's window resizes I'd like to perform some calculations before Masonry redoes the layout. Until now I've been able to do this by modifying the ...
0
votes
1answer
72 views

onResize does not called

How to write a widget which reacts on resizing? The following does not work. onResize() called only once at the beginning. Latter changing browser windows size does not cause this method to be ...
0
votes
0answers
34 views

How can I intercept Google Chrome's resize() event prior to its native paint?

In situations where you are changing the position of some on-page element in response to a resize() event (for example, to emulate a min-width type situation), Firefox patiently waits for your event ...
0
votes
3answers
261 views

window.onresize: firing a function during, and when resizing is complete

I'm new to JavaScript. I am trying to figure out how I would create an onresize function to fire a function during and another one after the user is done resizing the window. Most likely a session ...
0
votes
3answers
164 views

Problems with scrollbars on resize when trying to fit image to screen without distorting

I'm trying to make a full screen slideshow kind of effect jsFiddle code here, but I am having doubts as to how to do it. As can be seen from my example fiddle, I want the picture to be as big as ...
0
votes
0answers
221 views

javascript window.onresize not working in new .php file

I am trying to launch a javascript function when the window is resized. I orginally was toying around in an HTML file, and had this all working, with the correct call within my .js file: ...
0
votes
0answers
485 views

Creating an 'OnResize' event for HTML elements with the css3 property 'resize'

I have a resizable div element in which there are canvases, and I want each canvas to always have the same width and height as the div. I can't use width:100%; height:100%; because that will stretch ...
0
votes
2answers
689 views

trigger onresize in cross browser compatible manner

I would like to trigger the onresize event from my C# code behind. I think this can be done with Page.clientScript.RegisterScriptBlock(this.getType(), "id", "javascript code"); I have tried ...
0
votes
1answer
527 views

Delphi - TPaintBox - Resize

I'm having problems resizing a TPaintBox and drawing on it: On my Form (named FMain) I dropped a TPaintBox (named DisplayImage), which I am trying to resize as the Form is resized. To do that I ...
0
votes
1answer
431 views

Auto resize silverlight 3 appilcations

I've been trying to get a silverlight 3 application to automatically resize when rows are added to datagrids. I've tried this example but I just get a System.ExecutionEngineException with a null ...
0
votes
1answer
486 views

IE7 resize problems

i have a page that contains content which need to be dynamically changed according to the current page size. in order to do that, during the onload event, i attach some JS function to the "onresize" ...