Top "Frames" questions

HTML frames are a way of displaying multiple HTML documents in a single browser window.

Delphi, frames vs forms. What for multi-document interface?

yesterday I've started discussion on "MDI vs tabbed interface". I've asked whether should I continue developing my app as MDI-based, …

delphi mdi frames tframe
How to place a subview in the center of parent view using .center?

I have two subviews: the purple one belongs to a main view and it works wonderful with the syntax: sSubview.…

ios swift center subview frames
Javascript/jQuery: calling function in another frame

I'm new to the DOM and JavaScript and hitting on some problems when trying to call a function defined in …

javascript jquery frames
When should I use HTML frames?

I have heard countless reasons on why not to use HTML frames, from their lack of accessibility, the general lacking …

html iframe frames
Python Tkinter How to remove the border around a Frame?

I have a program with several frames. Everything works well however I cannot figure out why the border around one …

python tkinter border frames
How to call a JavaScript function from one frame to another in Chrome/Webkit with file protocol

I have developed an application that has a list of items in one frame; when one clicks on an item …

javascript html google-chrome frames file-uri
What causes Chrome Timeline Frame to have so much empty white space

Sometimes when I Inspect Element in Google Chrome I find that I have some large frames, but they are filled …

google-chrome google-chrome-devtools frames
OpenCV frame capture from AVI

I am working on a project with openCV 2.2. I need to do processing on each frame of an AVI file …

c++ opencv frames avi
Get the mean of sequence of frames

I want to calculate the mean of the sequence of frames by adding them and then divide by the total …

opencv element frames mean mat
Processing Android video frame by frame while recording

What I am attempting to do is create an application that adds effects to videos while recording. Is there any …

android video effects frames