Questions tagged [frame]

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. ... Use the [frames] tag for HTML frames (not iframes).

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.

This tag does NOT refer to HTML <frame> or <iframe> tags.

Do not confuse this tag with either.

3698 questions
1
vote
1 answer

Understand Flex Application and Frames

Driven on by curiosity, I’m trying to understand the Life Cycle used by Flex Application. So, I’ve done a little research on this argument; the two key concepts used into the FlashPlayer are: SWF Frame: it’s the logical unit that contains graphical…
Lorenzo B
  • 33,216
  • 24
  • 116
  • 190
1
vote
1 answer

OpenGL Zoom In/Out on a Hexagon in an animation

I'm trying to create an effect of zooming on a rotating hexagon. I'm accomplishing this by changing the window. Once it "zooms in" it supposed to "zoom out", and then repeat continuously. I've managed to zoom in just fine, and by the looks of my…
Evytyn
  • 81
  • 1
  • 9
1
vote
1 answer

Javascript-frames for comment

I thinking about using frames (or iframe) for comments, in order to load less data on load. For example: lets say I have an article with 100 comments. I'll load only the first 10, so when the user click on page 2 i'll: 1) create new frame with 11-20…
Eran Shmuel
  • 149
  • 2
  • 15
1
vote
1 answer

Developing website for iPad only - force all links to be opened in app mode

I'm building a small website that will be always be viewed on an iPad, I am using the meta tag: And adding the site to the homepage to force the iPad to treat it as an app. This eliminates…
DGibbs
  • 14,316
  • 7
  • 44
  • 83
1
vote
0 answers

WPF - navigating to a frame in multiple ways causes error

I have a WPF window and a frame within the window that contains most of my content. In some cases, I will navigate directly to a URL with the frame and this will cause my frame.Currentsource to populate properly. However, in other cases, I will…
Unknown Coder
  • 6,625
  • 20
  • 79
  • 129
1
vote
2 answers

How to make the drop down list in header frame overlap body frame?

I have a header frame, and a body content frame. My header frame by default is to put logo and logout button. My body frame is to put all the contents. Issue now is: I decided to add in a drop down menu at header frame. When scroll over, it will…
i need help
  • 2,386
  • 10
  • 54
  • 72
1
vote
3 answers

How to create a tabbed panel in LibGDX?

In LibGDX, how can I create tabbed panel (screen areas) whose tabs switch visibility between multiple child panels? Are there any ready-to-go frameworks? or How can I code a "TabbedPanel" class?
CosmicGiant
  • 6,275
  • 5
  • 43
  • 58
1
vote
2 answers

How to make animation out of canvas images in Kinetic.js?

I have the following code that is supposed to be three frames of an animation, how can I turn them into an animation in Kinetic.js? It's a hex like pacman, that opens and closes its mouth. I have three canvas images, as three frames, is there any…
ilgaar
  • 804
  • 1
  • 12
  • 31
1
vote
1 answer

JScrollPane not properly stretching horizontal distance in GridBagLayout

I've seen other posts on this subject, but the solutions they found do not apply to me. I am setting a weighted value and using the c.fill = GridBagConstraints.BOTH constraints as well. I'm including the whole GUI code I have, just in case my…
leigero
  • 3,233
  • 12
  • 42
  • 63
1
vote
1 answer

Java GUI change location of a 'tile'

I'm making an A* pathfinding application with a GUI. I have: - an enum TileType START(Color.GREEN), WALL(Color.BLACK), BLANK(new Color(240, 240, 240)), END(Color.RED); - a Grid class public class Grid extends JPanel { private final Color…
Injustice
  • 38
  • 6
1
vote
1 answer

Image animation not getting displayed

I have the following code.I want to display the images in my chick array on the screen after some time delay.The coordinates have to be shifted by 10px each x direction when the new image is loaded.I would like to know what additional code…
ghost
  • 25
  • 4
1
vote
1 answer

I don´t get any bitmap using FFmpegMediaMetadataRetriever

I´m developing an app to extract the frames of a video, but I can´t use MediaMetadataRetriever because it fails a lot of times. So I found a external library called FFmpegMediaMetadataRetriever wrote by William Seemann to extract the frames. But I…
Gonzalo Solera
  • 1,182
  • 12
  • 26
1
vote
1 answer

replacing "hardcopy" with Octave function

I'm trying to create some video in Octave. I have a matlab file that works to do what I want, but i'm trying to get it to work in Octave. Basically the function 'hardcopy' is an undocumented matlab function used in this code and I'd like to…
singmotor
  • 3,930
  • 12
  • 45
  • 79
1
vote
1 answer

Only Execute on Certain Frames in SFML

I am still fairly new to SFML, and right now I am trying to make a basic scrolling plane game. I've got most of the basic stuff down, but I'm beginning to notice that the screen looks laggy. I'm using the window.setFrameRateLimit function so that…
Jqmfg
  • 141
  • 3
  • 11
1
vote
1 answer

Super Noob Help ~ MouseEvent/Frame

I just started getting into java a few weeks ago, and I have a little problem. I have no experience in programming, and all I'm doing now is searching online for little tutorials and such. I am currently playing around with some events with awt,…
1 2 3
99
100