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.

How do I change the background of a Frame in Tkinter?

I have been creating an Email program using Tkinter, in Python 3.3. On various sites I have been seeing that the …

python python-3.x background tkinter frame
Calculating UILabel Text Size

I am drawing UILabels programmatically. They get their sizes from a database. So I cannot just use sizeToFit. I have …

ios objective-c uilabel frame
tkinter gui layout using frames and grid

My gui layout looks almost nothing like what I expect so I assume there are some basics that I don't …

python layout tkinter frame
How to know total number of Frame in a file with cv2 in python

How to know total number of Frame in a file ( .avi) through Python using open cv module. If possible what …

python opencv video frame frame-rate
iPhone - Auto resizing UIWebView content do not fit the frame

I'm generating an UIWebView into my viewDidLoad method, with a tiny size (let's say something like 50x70). And then I …

ios iphone uiwebview frame autoresize
How does clipsToBounds work?

I would like to know how to use the UIView property clipsToBounds. The official documentation says the following: clipsToBounds property …

ios uiview uikit frame bounds
How to prevent my site page to be loaded via 3rd party site frame of iFrame

How can I find out that my page is embedded as a frame to other site during page loading? I …

php python iframe http-headers frame
How to get the actual [UIScreen mainScreen] frame size?

I'm a bit annoyed. I have an app with the statusbar visible in the main window. Since I would like …

uiview frame uiapplication
JsPDF - Not allowed to navigate top frame to data URL

After updating Google Chrome, the report jsPDF in a new Window does not work any more. The console shows the …

google-chrome frame jspdf
Change Tkinter Frame Title

I am trying to figure out how to change the title of a Tkinter Frame. Below is simplified code that …

python tkinter frame title