Most voted "frames" questions
Frame (English: frame or frame) is each of the frames or still images of an audiovisual product.
Learn more…5 questions
Sort by count of
-
49
votes7
answers21565
viewsWhy is the use of frames and iframes considered bad practice?
Well, I started developing WEB a short time ago, say 1 year. and here in the company we use a lot frames and iframes... I know that in the HTML5 view frames are obsolete, but I still see a lot of…
-
6
votes1
answer517
viewsIs there a safe way to check the loading of frames in an HTML page?
Some time ago I built a tool with HTML and Javascript to help debug a family of web applications. Basically, the tool consists of a static HTML page and a collection of scripts that load a given…
-
1
votes0
answers180
viewsSelect elements from all window.frames and apply events
How can I select and manipulate elements of all window.frames that are being generated by each SVG within a tag <object> that I put on the page ? I’m looking to add events click() in the…
-
1
votes0
answers11
viewsHow to call a new frame after checking an input box entry in Tkinter?
Good morning! I’m making a game where the user needs to enter the passwords he discovers in the course of the game to unlock new screens. However, I’m not getting my password-checker button to work…
-
-1
votes2
answers725
viewsInserting images into a Tkinter frame
I’m trying to add an image inside a Frame using the Tkinter through the code below: class Gui(): """ Implements a GUI for Interactive Dictionary app """ def __init__(self, parent): self.parent =…