Top "Frame" questions

Frame refers to a property of a UIView or an NSView in Objective-C. It is a 4-floating-point representation of the View's location in the parent view or window.

Accessing the document object of a frame with JavaScript

I'm testing on this page, and I'm not sure what I'm missing. // Two frames on the page > document.getElementsByTagName("…

javascript html dom frame
How to set a JavaFX Stage/Frame to Maximized

I'm using JavaFX 2. I want my frame to open maximized but I'm not seeing a way. I searched a bit …

frame stage javafx-2 maximize-window
How to stop Tkinter Frame from shrinking to fit its contents?

This is the code that's giving me trouble. f = Frame(root, width=1000, bg="blue") f.pack(fill=X, expand=True) …

python label tkinter frame
Can I use setFrame and autolayout on the same view?

I want to add padding to all of my buttons, so I subclassed UIButton, and among other changes, I wanted …

iphone cocoa-touch interface-builder frame autolayout
Correct way to set ScrollViewer (for vertical scrolling) on a WPF Frame?

does anyone know the difference between defining a vertical scrollbar on a frame like this: <ScrollViewer Grid.Row="2" VerticalScrollBarVisibility="…

wpf scrollbar webbrowser-control frame scrollviewer
Getting element within Frame using jQuery

I am trying to access an element which is inside of a frame but haven't had any luck getting to …

jquery html frame
function for switching frames in python, selenium

I'm looking for a function that makes it easier to switch between two frames. Right now, every time I need …

python selenium webdriver frame
Removing frame while keeping axes in pyplot subplots

I am creating a figure with 3 subplots, and was wondering if there is any way of removing the frame around …

matplotlib frame axes subplot
Clicking a JLabel to open a new frame

I am designing the graphics for a game i am programming, i wanted to know if there is an easy …

java swing frame jlabel mouselistener
How do I remove panel borders?

I need to remove all borders. I already added border:false but it's not working. Note that I want it …

extjs border frame